![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <elapsed-timer.h>
Public Member Functions | |
ScopedTimer (TimeDelta *location) | |
~ScopedTimer () | |
Public Attributes | |
ElapsedTimer | timer_ |
TimeDelta * | location_ |
Definition at line 157 of file elapsed-timer.h.
|
inlineexplicit |
|
inline |
TimeDelta* v8::base::ScopedTimer::location_ |
Definition at line 171 of file elapsed-timer.h.
ElapsedTimer v8::base::ScopedTimer::timer_ |
Definition at line 170 of file elapsed-timer.h.