I am running the sample program in JProfiler. Then I am confused by the telemetry line "Non-cpu profiled classes" in the classes telemetry. Does it mean the classes of the sample program?
Asked
Active
Viewed 1,223 times
1 Answers
1
"Non-CPU profiled" classes are those that are not included in the filter settings. For the sample session, the classes that make up the sample are profiled, while all other classes that are loaded in the JVM are not profiled.

Ingo Kegel
- 46,523
- 10
- 71
- 102
-
1Session->Session Settings in the menu, then change to the "Filter settings" tab. – Ingo Kegel Mar 22 '16 at 12:58