v8  5.5.372 (node 7.10.1)
V8 is Google's open source JavaScript engine
TracingCpuProfiler Class Reference

#include <v8-profiler.h>

Public Member Functions

virtual ~TracingCpuProfiler ()=default
 

Static Public Member Functions

static std::unique_ptr< TracingCpuProfilerCreate (Isolate *)
 

Protected Member Functions

 TracingCpuProfiler ()=default
 

Detailed Description

TracingCpuProfiler monitors tracing being enabled/disabled and emits CpuProfile trace events once v8.cpu_profile2 tracing category is enabled. It has no overhead unless the category is enabled.

Definition at line 54 of file v8-profiler.h.

Constructor & Destructor Documentation

◆ ~TracingCpuProfiler()

virtual ~TracingCpuProfiler ( )
virtualdefault

◆ TracingCpuProfiler()

TracingCpuProfiler ( )
protecteddefault

Member Function Documentation

◆ Create()

static std::unique_ptr<TracingCpuProfiler> Create ( Isolate )
static

The documentation for this class was generated from the following file: