v8
10.1.124 (node 18.2.0)
V8 is Google's open source JavaScript engine
|
#include <v8-tracing.h>
Public Types | |
typedef std::vector< std::string > | StringList |
Public Member Functions | |
TraceConfig () | |
TraceRecordMode | GetTraceRecordMode () const |
const StringList & | GetEnabledCategories () const |
bool | IsSystraceEnabled () const |
bool | IsArgumentFilterEnabled () const |
void | SetTraceRecordMode (TraceRecordMode mode) |
void | EnableSystrace () |
void | EnableArgumentFilter () |
void | AddIncludedCategory (const char *included_category) |
bool | IsCategoryGroupEnabled (const char *category_group) const |
Static Public Member Functions | |
static TraceConfig * | CreateDefaultTraceConfig () |
Definition at line 195 of file v8-tracing.h.
typedef std::vector<std::string> StringList |
Definition at line 197 of file v8-tracing.h.
|
inline |
Definition at line 201 of file v8-tracing.h.
void AddIncludedCategory | ( | const char * | included_category | ) |
|
static |
|
inline |
Definition at line 211 of file v8-tracing.h.
|
inline |
Definition at line 210 of file v8-tracing.h.
|
inline |
Definition at line 203 of file v8-tracing.h.
|
inline |
Definition at line 202 of file v8-tracing.h.
|
inline |
Definition at line 207 of file v8-tracing.h.
bool IsCategoryGroupEnabled | ( | const char * | category_group | ) | const |
|
inline |
Definition at line 206 of file v8-tracing.h.
|
inline |
Definition at line 209 of file v8-tracing.h.