#include <v8-tracing.h>
|  | 
|  | TraceObject ()=default | 
|  | 
|  | ~TraceObject () | 
|  | 
| 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 37 of file v8-tracing.h.
 
◆ TraceObject()
◆ ~TraceObject()
◆ arg_convertables()
◆ arg_names()
  
  | 
        
          | const char** arg_names | ( |  | ) |  |  | inline | 
 
 
◆ arg_types()
◆ arg_values()
◆ bind_id()
  
  | 
        
          | uint64_t bind_id | ( |  | ) | const |  | inline | 
 
 
◆ category_enabled_flag()
  
  | 
        
          | const uint8_t* category_enabled_flag | ( |  | ) | const |  | inline | 
 
 
◆ cpu_duration()
  
  | 
        
          | uint64_t cpu_duration | ( |  | ) |  |  | inline | 
 
 
◆ duration()
◆ flags()
  
  | 
        
          | unsigned int flags | ( |  | ) | const |  | inline | 
 
 
◆ id()
◆ Initialize()
      
        
          | 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 | 
        
          |  | ) |  |  | 
      
 
 
◆ InitializeForTesting()
      
        
          | 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 | 
        
          |  | ) |  |  | 
      
 
 
◆ name()
  
  | 
        
          | const char* name | ( |  | ) | const |  | inline | 
 
 
◆ num_args()
◆ phase()
◆ pid()
◆ scope()
  
  | 
        
          | const char* scope | ( |  | ) | const |  | inline | 
 
 
◆ tid()
◆ ts()
◆ tts()
◆ UpdateDuration()
      
        
          | void UpdateDuration | ( | int64_t | timestamp, | 
        
          |  |  | int64_t | cpu_timestamp | 
        
          |  | ) |  |  | 
      
 
 
The documentation for this class was generated from the following file: