|
void | Initialize (char phase, const uint8_t *category_enabled_flag, const char *name, const char *scope, uint64_t id, uint64_t bind_id, int num_args, const char **arg_names, const uint8_t *arg_types, const uint64_t *arg_values, std::unique_ptr< v8::ConvertableToTraceFormat > *arg_convertables, unsigned int flags, int64_t timestamp, int64_t cpu_timestamp) |
|
void | UpdateDuration (int64_t timestamp, int64_t cpu_timestamp) |
|
void | InitializeForTesting (char phase, const uint8_t *category_enabled_flag, const char *name, const char *scope, uint64_t id, uint64_t bind_id, int num_args, const char **arg_names, const uint8_t *arg_types, const uint64_t *arg_values, std::unique_ptr< v8::ConvertableToTraceFormat > *arg_convertables, unsigned int flags, int pid, int tid, int64_t ts, int64_t tts, uint64_t duration, uint64_t cpu_duration) |
|
int | pid () const |
|
int | tid () const |
|
char | phase () const |
|
const uint8_t * | category_enabled_flag () const |
|
const char * | name () const |
|
const char * | scope () const |
|
uint64_t | id () const |
|
uint64_t | bind_id () const |
|
int | num_args () const |
|
const char ** | arg_names () |
|
uint8_t * | arg_types () |
|
ArgValue * | arg_values () |
|
std::unique_ptr< v8::ConvertableToTraceFormat > * | arg_convertables () |
|
unsigned int | flags () const |
|
int64_t | ts () |
|
int64_t | tts () |
|
uint64_t | duration () |
|
uint64_t | cpu_duration () |
|
Definition at line 27 of file v8-tracing.h.
The documentation for this class was generated from the following files: