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

#include <counters.h>

Collaboration diagram for v8::internal::AggregatingHistogramTimerScope:

Public Member Functions

 AggregatingHistogramTimerScope (AggregatableHistogramTimer *histogram)
 
 ~AggregatingHistogramTimerScope ()
 

Private Attributes

AggregatableHistogramTimerhistogram_
 

Detailed Description

Definition at line 356 of file counters.h.

Constructor & Destructor Documentation

◆ AggregatingHistogramTimerScope()

v8::internal::AggregatingHistogramTimerScope::AggregatingHistogramTimerScope ( AggregatableHistogramTimer * histogram)
inlineexplicit

Definition at line 358 of file counters.h.

◆ ~AggregatingHistogramTimerScope()

v8::internal::AggregatingHistogramTimerScope::~AggregatingHistogramTimerScope ( )
inline

Definition at line 362 of file counters.h.

Member Data Documentation

◆ histogram_

AggregatableHistogramTimer* v8::internal::AggregatingHistogramTimerScope::histogram_
private

Definition at line 365 of file counters.h.


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