v8
6.2.414 (node 8.16.2)
V8 is Google's open source JavaScript engine
|
#include <v8-profiler.h>
Public Member Functions | |
virtual | ~TracingCpuProfiler ()=default |
Static Public Member Functions | |
static std::unique_ptr< TracingCpuProfiler > | Create (Isolate *) |
Protected Member Functions | |
TracingCpuProfiler ()=default | |
TracingCpuProfiler monitors tracing being enabled/disabled and emits CpuProfile trace events once v8.cpu_profiler tracing category is enabled. It has no overhead unless the category is enabled.
Definition at line 55 of file v8-profiler.h.
|
virtualdefault |
|
protecteddefault |
|
static |