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

#include <high-allocation-throughput-scope.h>

Collaboration diagram for v8::internal::HighAllocationThroughputScope:

Public Member Functions

 HighAllocationThroughputScope (Platform *platform)
 
 HighAllocationThroughputScope (const HighAllocationThroughputScope &)=delete
 
HighAllocationThroughputScopeoperator= (const HighAllocationThroughputScope &)=delete
 
 ~HighAllocationThroughputScope ()
 

Private Attributes

HighAllocationThroughputObserverobserver_
 

Detailed Description

Scope that notifies embedder's observer about entering sections with high throughput of malloc/free operations.

Definition at line 17 of file high-allocation-throughput-scope.h.

Constructor & Destructor Documentation

◆ HighAllocationThroughputScope() [1/2]

v8::internal::HighAllocationThroughputScope::HighAllocationThroughputScope ( Platform * platform)
inlineexplicit

Definition at line 19 of file high-allocation-throughput-scope.h.

Here is the call graph for this function:

◆ HighAllocationThroughputScope() [2/2]

v8::internal::HighAllocationThroughputScope::HighAllocationThroughputScope ( const HighAllocationThroughputScope & )
delete

◆ ~HighAllocationThroughputScope()

v8::internal::HighAllocationThroughputScope::~HighAllocationThroughputScope ( )
inline

Definition at line 28 of file high-allocation-throughput-scope.h.

Here is the call graph for this function:

Member Function Documentation

◆ operator=()

HighAllocationThroughputScope & v8::internal::HighAllocationThroughputScope::operator= ( const HighAllocationThroughputScope & )
delete

Member Data Documentation

◆ observer_

HighAllocationThroughputObserver* v8::internal::HighAllocationThroughputScope::observer_
private

Definition at line 31 of file high-allocation-throughput-scope.h.


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