Package org.openjdk.jmh.profile
Class AsyncProfiler.JavaApi
java.lang.Object
org.openjdk.jmh.profile.AsyncProfiler.JavaApi
- Enclosing class:
- AsyncProfiler
-
Method Summary
Modifier and TypeMethodDescriptionvoidfilterThread(Thread thread, boolean enable) Enable or disable profile collection for threads.static AsyncProfiler.JavaApistatic AsyncProfiler.JavaApigetInstance(String libraryFileName)
-
Method Details
-
getInstance
-
getInstance
-
execute
- Throws:
IOException
-
filterThread
Enable or disable profile collection for threads.- Parameters:
thread- The thread to enable or disable.nullindicates the current thread.enable- Whether to enable or disable.
-