|  | v8
    V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++. | 
#include <cpu-profiler.h>
| Public Member Functions | |
| TickSampleEventRecord ()=default | |
| TickSampleEventRecord (unsigned order) | |
| Public Attributes | |
| unsigned | order | 
| TickSample | sample | 
Definition at line 119 of file cpu-profiler.h.
| 
 | default | 
| 
 | inlineexplicit | 
Definition at line 124 of file cpu-profiler.h.
| unsigned v8::internal::TickSampleEventRecord::order | 
Definition at line 126 of file cpu-profiler.h.
| TickSample v8::internal::TickSampleEventRecord::sample | 
Definition at line 127 of file cpu-profiler.h.