Class AsyncProfiler.JavaApi

  • Enclosing class:
    AsyncProfiler

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

      • filterThread

        public void filterThread​(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.