org.openjdk.jmh.profile
Class StackProfiler
java.lang.Object
org.openjdk.jmh.profile.StackProfiler
- All Implemented Interfaces:
- Profiler
public class StackProfiler
- extends Object
- implements Profiler
Very basic and naive stack profiler.
- Author:
- Aleksey Shipilev
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StackProfiler
public StackProfiler(String name)
startProfile
public void startProfile()
- Description copied from interface:
Profiler
- Start the profile.
- Specified by:
startProfile
in interface Profiler
endProfile
public ProfilerResult endProfile()
- Description copied from interface:
Profiler
- Stop the profile.
- Specified by:
endProfile
in interface Profiler
- Returns:
- profiling result.
Copyright © 2012-2014 Oracle. All Rights Reserved.