Search code examples
javajvmjprofiler

Is class instrumentation removed when profiling session ends?


When JProfiler instruments classes during a profiling session, are those classes left instrumented after the profiling session ends? Or will JProfiler "uninstrument" the modified classes?

marko


Solution

  • No, JProfiler will not uninstrument classes except when you change filter settings.

    If this is a concern, use sampling instead of instrumentation.