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

#include <counters-scopes.h>

Inheritance diagram for v8::internal::LazyTimedHistogramScope:
Collaboration diagram for v8::internal::LazyTimedHistogramScope:

Public Member Functions

 LazyTimedHistogramScope (int64_t *result_in_microseconds)
 
 ~LazyTimedHistogramScope ()
 
void set_histogram (TimedHistogram *histogram)
 

Private Attributes

int64_t * result_in_microseconds_
 

Additional Inherited Members

- Protected Member Functions inherited from v8::internal::BaseTimedHistogramScope
 BaseTimedHistogramScope (TimedHistogram *histogram)
 
void StartInternal ()
 
base::TimeDelta StopInternal ()
 
V8_INLINE void Start ()
 
V8_INLINE base::TimeDelta Stop ()
 
V8_INLINE void LogStart (Isolate *isolate)
 
V8_INLINE void LogEnd (Isolate *isolate)
 
- Protected Attributes inherited from v8::internal::BaseTimedHistogramScope
base::ElapsedTimer timer_
 
TimedHistogramhistogram_
 

Detailed Description

Definition at line 117 of file counters-scopes.h.

Constructor & Destructor Documentation

◆ LazyTimedHistogramScope()

v8::internal::LazyTimedHistogramScope::LazyTimedHistogramScope ( int64_t * result_in_microseconds)
inlineexplicit

Definition at line 119 of file counters-scopes.h.

Here is the call graph for this function:

◆ ~LazyTimedHistogramScope()

v8::internal::LazyTimedHistogramScope::~LazyTimedHistogramScope ( )
inline

Definition at line 124 of file counters-scopes.h.

Member Function Documentation

◆ set_histogram()

void v8::internal::LazyTimedHistogramScope::set_histogram ( TimedHistogram * histogram)
inline

Definition at line 132 of file counters-scopes.h.

Here is the call graph for this function:

Member Data Documentation

◆ result_in_microseconds_

int64_t* v8::internal::LazyTimedHistogramScope::result_in_microseconds_
private

Definition at line 138 of file counters-scopes.h.


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