Package org.openjdk.jmh.profile
Interface JavaFlightRecorderProfiler.PostProcessor
-
- Enclosing class:
- JavaFlightRecorderProfiler
public static interface JavaFlightRecorderProfiler.PostProcessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.io.File>
postProcess(BenchmarkParams benchmarkParams, java.io.File jfrFile)
-
-
-
Method Detail
-
postProcess
java.util.List<java.io.File> postProcess(BenchmarkParams benchmarkParams, java.io.File jfrFile)
-
-