v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::platform::tracing::Recorder Class Reference

#include <recorder.h>

Collaboration diagram for v8::platform::tracing::Recorder:

Public Member Functions

 Recorder ()
 
 ~Recorder ()
 
bool IsEnabled ()
 
bool IsEnabled (const uint8_t level)
 
void AddEvent (TraceObject *trace_event)
 

Detailed Description

Definition at line 32 of file recorder.h.

Constructor & Destructor Documentation

◆ Recorder()

v8::platform::tracing::Recorder::Recorder ( )

Definition at line 17 of file recorder-mac.cc.

◆ ~Recorder()

v8::platform::tracing::Recorder::~Recorder ( )

Definition at line 18 of file recorder-mac.cc.

Member Function Documentation

◆ AddEvent()

void v8::platform::tracing::Recorder::AddEvent ( TraceObject * trace_event)

Definition at line 32 of file recorder-mac.cc.

Here is the call graph for this function:

◆ IsEnabled() [1/2]

bool v8::platform::tracing::Recorder::IsEnabled ( )

Definition at line 20 of file recorder-mac.cc.

◆ IsEnabled() [2/2]

bool v8::platform::tracing::Recorder::IsEnabled ( const uint8_t level)

Definition at line 23 of file recorder-mac.cc.


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