Jprofile “direct calls to methods of filtered classes” What's it mean?

StackOverflow https://stackoverflow.com/questions/12245564

  •  29-06-2021
  •  | 
  •  

문제

I used CPU View to check the performace. can someone suggest what does head 'direct calls to methods of filtered classes' signify? I cannot upload screenshot.

it just like this: "91.5% -60,324ms -14inv.direct calls to methods of filtered classes"

Any help will be appreciated.

도움이 되었습니까?

해결책

This node contains threads that only make calls into unprofiled classes - starting from the top level run() method of a thread.

To see all method calls, switch to "Sampling" in the profiling settings and deactivate all filters.

enter image description here

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top