|  | v8
    9.0.257(node16.0.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 196 of file v8-tracing.h.
| typedef std::vector<std::string> StringList | 
Definition at line 198 of file v8-tracing.h.
| 
 | inline | 
Definition at line 202 of file v8-tracing.h.
| void AddIncludedCategory | ( | const char * | included_category | ) | 
| 
 | static | 
| 
 | inline | 
Definition at line 212 of file v8-tracing.h.
| 
 | inline | 
Definition at line 211 of file v8-tracing.h.
| 
 | inline | 
Definition at line 204 of file v8-tracing.h.
| 
 | inline | 
Definition at line 203 of file v8-tracing.h.
| 
 | inline | 
Definition at line 208 of file v8-tracing.h.
| bool IsCategoryGroupEnabled | ( | const char * | category_group | ) | const | 
| 
 | inline | 
Definition at line 207 of file v8-tracing.h.
| 
 | inline | 
Definition at line 210 of file v8-tracing.h.