-
public class HermesSamplingProfiler
Hermes sampling profiler static JSI API.
-
-
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. -
-
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.
-
-
-
-