![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <recorder.h>
Public Member Functions | |
Recorder () | |
~Recorder () | |
bool | IsEnabled () |
bool | IsEnabled (const uint8_t level) |
void | AddEvent (TraceObject *trace_event) |
Definition at line 32 of file recorder.h.
v8::platform::tracing::Recorder::Recorder | ( | ) |
Definition at line 17 of file recorder-mac.cc.
v8::platform::tracing::Recorder::~Recorder | ( | ) |
Definition at line 18 of file recorder-mac.cc.
void v8::platform::tracing::Recorder::AddEvent | ( | TraceObject * | trace_event | ) |
bool v8::platform::tracing::Recorder::IsEnabled | ( | ) |
Definition at line 20 of file recorder-mac.cc.
bool v8::platform::tracing::Recorder::IsEnabled | ( | const uint8_t | level | ) |
Definition at line 23 of file recorder-mac.cc.