v8
5.5.372 (node 7.10.1)
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 | IsSamplingEnabled () const |
bool | IsSystraceEnabled () const |
bool | IsArgumentFilterEnabled () const |
void | SetTraceRecordMode (TraceRecordMode mode) |
void | EnableSampling () |
void | EnableSystrace () |
void | EnableArgumentFilter () |
void | AddIncludedCategory (const char *included_category) |
void | AddExcludedCategory (const char *excluded_category) |
bool | IsCategoryGroupEnabled (const char *category_group) const |
Static Public Member Functions | |
static TraceConfig * | CreateDefaultTraceConfig () |
Definition at line 181 of file v8-tracing.h.
typedef std::vector<std::string> StringList |
Definition at line 183 of file v8-tracing.h.
|
inline |
Definition at line 187 of file v8-tracing.h.
void AddExcludedCategory | ( | const char * | excluded_category | ) |
void AddIncludedCategory | ( | const char * | included_category | ) |
|
static |
|
inline |
Definition at line 199 of file v8-tracing.h.
|
inline |
Definition at line 197 of file v8-tracing.h.
|
inline |
Definition at line 198 of file v8-tracing.h.
|
inline |
Definition at line 191 of file v8-tracing.h.
|
inline |
Definition at line 194 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 193 of file v8-tracing.h.
|
inline |
Definition at line 196 of file v8-tracing.h.