v8
6.8.275 (node 10.15.3)
V8 is Google's open source JavaScript engine
|
#include <v8-profiler.h>
Public Member Functions | |
V8_DEPRECATE_SOON ("The profiler is created automatically with the isolate.\n" "No need to create it explicitly.", static std::unique_ptr< TracingCpuProfiler > Create(Isolate *)) | |
virtual | ~TracingCpuProfiler ()=default |
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 |
V8_DEPRECATE_SOON | ( | "The profiler is created automatically with the isolate.\n" "No need to create it explicitly." | , |
static std::unique_ptr< TracingCpuProfiler > | CreateIsolate * | ||
) |