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

#include <cpu-profiler.h>

Collaboration diagram for v8::internal::ProfilingScope:

Public Member Functions

 ProfilingScope (Isolate *isolate, ProfilerListener *listener)
 
 ~ProfilingScope ()
 

Private Attributes

Isolate *const isolate_
 
ProfilerListener *const listener_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ProfilingScope()

v8::internal::ProfilingScope::ProfilingScope ( Isolate * isolate,
ProfilerListener * listener )

Definition at line 78 of file cpu-profiler.cc.

Here is the call graph for this function:

◆ ~ProfilingScope()

v8::internal::ProfilingScope::~ProfilingScope ( )

Definition at line 101 of file cpu-profiler.cc.

Here is the call graph for this function:

Member Data Documentation

◆ isolate_

Isolate* const v8::internal::ProfilingScope::isolate_
private

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

◆ listener_

ProfilerListener* const v8::internal::ProfilingScope::listener_
private

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


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