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

#include <elapsed-timer.h>

Collaboration diagram for v8::base::ScopedTimer:

Public Member Functions

 ScopedTimer (TimeDelta *location)
 
 ~ScopedTimer ()
 

Public Attributes

ElapsedTimer timer_
 
TimeDeltalocation_
 

Detailed Description

Definition at line 157 of file elapsed-timer.h.

Constructor & Destructor Documentation

◆ ScopedTimer()

v8::base::ScopedTimer::ScopedTimer ( TimeDelta * location)
inlineexplicit

Definition at line 158 of file elapsed-timer.h.

Here is the call graph for this function:

◆ ~ScopedTimer()

v8::base::ScopedTimer::~ScopedTimer ( )
inline

Definition at line 164 of file elapsed-timer.h.

Here is the call graph for this function:

Member Data Documentation

◆ location_

TimeDelta* v8::base::ScopedTimer::location_

Definition at line 171 of file elapsed-timer.h.

◆ timer_

ElapsedTimer v8::base::ScopedTimer::timer_

Definition at line 170 of file elapsed-timer.h.


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