Package 

Class HermesSamplingProfiler

    • Method Summary

      Modifier and Type Method Description
      static native void enable() Start sample profiling.
      static native void disable() Stop sample profiling.
      static native void dumpSampledTraceToFile(String filename) Dump sampled stack traces to file.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • enable

         static native void enable()

        Start sample profiling.

      • disable

         static native void disable()

        Stop sample profiling.

      • dumpSampledTraceToFile

         static native void dumpSampledTraceToFile(String filename)

        Dump sampled stack traces to file.

        Parameters:
        filename - the file to dump sampling trace to.