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

#include <counters.h>

Collaboration diagram for v8::internal::AggregatedHistogramTimerScope:

Public Member Functions

 AggregatedHistogramTimerScope (AggregatableHistogramTimer *histogram)
 
 ~AggregatedHistogramTimerScope ()
 

Private Attributes

base::ElapsedTimer timer_
 
AggregatableHistogramTimerhistogram_
 

Detailed Description

Definition at line 370 of file counters.h.

Constructor & Destructor Documentation

◆ AggregatedHistogramTimerScope()

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

Definition at line 372 of file counters.h.

◆ ~AggregatedHistogramTimerScope()

v8::internal::AggregatedHistogramTimerScope::~AggregatedHistogramTimerScope ( )
inline

Definition at line 376 of file counters.h.

Member Data Documentation

◆ histogram_

AggregatableHistogramTimer* v8::internal::AggregatedHistogramTimerScope::histogram_
private

Definition at line 380 of file counters.h.

◆ timer_

base::ElapsedTimer v8::internal::AggregatedHistogramTimerScope::timer_
private

Definition at line 379 of file counters.h.


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