![]()  | 
  
    v8
    7.4.288(node12.0.0)
    
   V8 is Google's open source JavaScript engine 
   | 
 

Go to the source code of this file.
Data Structures | |
| struct | CpuProfileDeoptFrame | 
| struct | CpuProfileDeoptInfo | 
| struct | TickSample | 
| class | CpuProfileNode | 
| struct | CpuProfileNode::LineTick | 
| class | CpuProfile | 
| class | CpuProfiler | 
| class | HeapGraphEdge | 
| class | HeapGraphNode | 
| class | OutputStream | 
| class | HeapSnapshot | 
| class | ActivityControl | 
| class | AllocationProfile | 
| struct | AllocationProfile::Allocation | 
| struct | AllocationProfile::Node | 
| struct | AllocationProfile::Sample | 
| class | EmbedderGraph | 
| class | EmbedderGraph::Node | 
| class | HeapProfiler | 
| class | HeapProfiler::ObjectNameResolver | 
| struct | HeapStatsUpdate | 
| class | CodeEvent | 
| class | CodeEventHandler | 
Namespaces | |
| v8 | |
Macros | |
| #define | CODE_EVENTS_LIST(V) | 
| #define | V(Name) , k##Name##Type | 
Typedefs | |
| typedef uint32_t | SnapshotObjectId | 
Enumerations | |
| enum | CpuProfilingMode { kLeafNodeLineNumbers, kCallerLineNumbers } | 
| enum | CodeEventType { kUnknownType } | 
| #define CODE_EVENTS_LIST | ( | V | ) | 
Definition at line 936 of file v8-profiler.h.
| #define V | ( | Name | ) | , k##Name##Type |