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

#include <utils-inl.h>

Collaboration diagram for v8::internal::TimedScope:

Public Member Functions

 TimedScope (double *result)
 
 ~TimedScope ()
 

Static Private Member Functions

static double TimestampMs ()
 

Private Attributes

double start_
 
double * result_
 

Detailed Description

Definition at line 20 of file utils-inl.h.

Constructor & Destructor Documentation

◆ TimedScope()

v8::internal::TimedScope::TimedScope ( double * result)
inlineexplicit

Definition at line 22 of file utils-inl.h.

◆ ~TimedScope()

v8::internal::TimedScope::~TimedScope ( )
inline

Definition at line 25 of file utils-inl.h.

Member Function Documentation

◆ TimestampMs()

static double v8::internal::TimedScope::TimestampMs ( )
inlinestaticprivate

Definition at line 28 of file utils-inl.h.

Member Data Documentation

◆ result_

double* v8::internal::TimedScope::result_
private

Definition at line 34 of file utils-inl.h.

◆ start_

double v8::internal::TimedScope::start_
private

Definition at line 33 of file utils-inl.h.


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