org.openjdk.jmh.profile
Interface Profiler

All Known Implementing Classes:
AbstractHotspotProfiler, ClassloaderProfiler, CompilerProfiler, GCProfiler, HotspotClassloadingProfiler, HotspotCompilationProfiler, HotspotMemoryProfiler, HotspotRuntimeProfiler, HotspotThreadProfiler, StackProfiler

public interface Profiler

Profiler interface


Method Summary
 ProfilerResult endProfile()
          Stop the profile.
 void startProfile()
          Start the profile.
 

Method Detail

startProfile

void startProfile()
Start the profile.


endProfile

ProfilerResult endProfile()
Stop the profile.

Returns:
profiling result.


Copyright © 2012-2014 Oracle. All Rights Reserved.