Uses of Class
org.openjdk.jmh.profile.LinuxPerfProfiler.PerfResult
-
Packages that use LinuxPerfProfiler.PerfResult Package Description org.openjdk.jmh.profile -
-
Uses of LinuxPerfProfiler.PerfResult in org.openjdk.jmh.profile
Methods in org.openjdk.jmh.profile that return LinuxPerfProfiler.PerfResult Modifier and Type Method Description LinuxPerfProfiler.PerfResultLinuxPerfProfiler.PerfResultAggregator. aggregate(java.util.Collection<LinuxPerfProfiler.PerfResult> results)private LinuxPerfProfiler.PerfResultLinuxPerfProfiler. process(java.io.File stdOut, java.io.File stdErr)Methods in org.openjdk.jmh.profile that return types with arguments of type LinuxPerfProfiler.PerfResult Modifier and Type Method Description protected Aggregator<LinuxPerfProfiler.PerfResult>LinuxPerfProfiler.PerfResult. getIterationAggregator()protected Aggregator<LinuxPerfProfiler.PerfResult>LinuxPerfProfiler.PerfResult. getThreadAggregator()Method parameters in org.openjdk.jmh.profile with type arguments of type LinuxPerfProfiler.PerfResult Modifier and Type Method Description LinuxPerfProfiler.PerfResultLinuxPerfProfiler.PerfResultAggregator. aggregate(java.util.Collection<LinuxPerfProfiler.PerfResult> results)
-