v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::CodeEventRecord Class Reference

#include <cpu-profiler.h>

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

Public Types

enum class  Type { kNoEvent = 0 , VM_EVENTS_TYPE_LIST =(DECLARE_TYPE) }
 

Public Attributes

Type type
 
unsigned order
 

Detailed Description

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

Member Enumeration Documentation

◆ Type

Enumerator
kNoEvent 
VM_EVENTS_TYPE_LIST 

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

Member Data Documentation

◆ order

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

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

◆ type

Type v8::internal::CodeEventRecord::type

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


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