v8
6.8.275 (node 10.15.3)
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 |
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 184 of file v8-tracing.h.
typedef std::vector<std::string> StringList |
Definition at line 186 of file v8-tracing.h.
|
inline |
Definition at line 190 of file v8-tracing.h.
void AddIncludedCategory | ( | const char * | included_category | ) |
|
static |
|
inline |
Definition at line 197 of file v8-tracing.h.
|
inline |
Definition at line 196 of file v8-tracing.h.
|
inline |
Definition at line 191 of file v8-tracing.h.
|
inline |
Definition at line 193 of file v8-tracing.h.
bool IsCategoryGroupEnabled | ( | const char * | category_group | ) | const |
|
inline |
Definition at line 192 of file v8-tracing.h.
|
inline |
Definition at line 195 of file v8-tracing.h.