Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
v8::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_profiler tracing category is enabled. It has no overhead unless the category is enabled.

Constructor & Destructor Documentation

◆ ~TracingCpuProfiler()

virtual v8::TracingCpuProfiler::~TracingCpuProfiler ( )
virtualdefault

◆ TracingCpuProfiler()

v8::TracingCpuProfiler::TracingCpuProfiler ( )
protecteddefault

Member Function Documentation

◆ Create()

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

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