javamethodsjprofiler

Is it possible in JProfiler 9.2 (or later) to ignore methods with the same signature in any class matching a pattern?


As the title suggests: Can one ignore methods with the same signature in different classes matching a pattern?

I'd like to ignore hashCode and equals by default to prevent hotspots from being instrumented.

If it is possible, how would one configure it?


Solution

  • It is not possible as of JProfiler 10.1, but it will be implemented in JProfiler 11, where you will be able to specify * for the class in the list of ignore methods.