Class AsyncProfiler.JavaApi

  • Enclosing class:
    AsyncProfiler

    public static final class AsyncProfiler.JavaApi
    extends java.lang.Object
    • Method Detail

      • execute

        public java.lang.String execute​(java.lang.String command)
                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • filterThread

        public void filterThread​(java.lang.Thread thread,
                                 boolean enable)
        Enable or disable profile collection for threads.
        Parameters:
        thread - The thread to enable or disable. null indicates the current thread.
        enable - Whether to enable or disable.