V8 Project
v8::base::KernelTimestampClock Class Reference
+ Collaboration diagram for v8::base::KernelTimestampClock:

Public Member Functions

 KernelTimestampClock ()
 
int64_t Now ()
 
bool Available ()
 

Detailed Description

Definition at line 625 of file time.cc.

Constructor & Destructor Documentation

◆ KernelTimestampClock()

v8::base::KernelTimestampClock::KernelTimestampClock ( )
inline

Definition at line 627 of file time.cc.

627 {}

Member Function Documentation

◆ Available()

bool v8::base::KernelTimestampClock::Available ( )
inline

Definition at line 630 of file time.cc.

630 { return false; }

◆ Now()

int64_t v8::base::KernelTimestampClock::Now ( )
inline

Definition at line 629 of file time.cc.

629 { return 0; }

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