V8 Project
v8::internal::CodeEventRecord Class Reference

#include <cpu-profiler.h>

+ Inheritance diagram for v8::internal::CodeEventRecord:
+ Collaboration diagram for v8::internal::CodeEventRecord:

Public Types

enum  Type { NONE = 0 , NUMBER_OF_TYPES }
 

Public Attributes

Type type
 
unsigned order
 

Detailed Description

Definition at line 34 of file cpu-profiler.h.

Member Enumeration Documentation

◆ Type

Enumerator
NONE 
NUMBER_OF_TYPES 

Definition at line 37 of file cpu-profiler.h.

37  {
38  NONE = 0,
41  };
#define DECLARE_TYPE(type, ignore)
Definition: cpu-profiler.h:36
#define CODE_EVENTS_TYPE_LIST(V)
Definition: cpu-profiler.h:26

Member Data Documentation

◆ order

unsigned v8::internal::CodeEventRecord::order
mutable

◆ type

Type v8::internal::CodeEventRecord::type

The documentation for this class was generated from the following file: