![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <cpu-profiler.h>
Public Member Functions | |
| ProfilingScope (Isolate *isolate, ProfilerListener *listener) | |
| ~ProfilingScope () | |
Private Attributes | |
| Isolate *const | isolate_ |
| ProfilerListener *const | listener_ |
Definition at line 155 of file cpu-profiler.h.
| v8::internal::ProfilingScope::ProfilingScope | ( | Isolate * | isolate, |
| ProfilerListener * | listener ) |
| v8::internal::ProfilingScope::~ProfilingScope | ( | ) |
|
private |
Definition at line 161 of file cpu-profiler.h.
|
private |
Definition at line 162 of file cpu-profiler.h.