3

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?

Ingo Kegel
  • 46,523
  • 10
  • 71
  • 102
osw
  • 33
  • 4

1 Answers1

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