v8
3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
|
#include <counters.h>
Public Member Functions | |
void | Start () |
void | Stop () |
bool | Running () |
Data Fields | |
StatsCounter | counter_ |
int64_t | start_time_ |
int64_t | stop_time_ |
Definition at line 183 of file counters.h.
|
inline |
Definition at line 196 of file counters.h.
References StatsCounterTimer::counter_, StatsCounter::Enabled(), StatsCounterTimer::start_time_, and StatsCounterTimer::stop_time_.
void Start | ( | ) |
Definition at line 49 of file counters.cc.
void Stop | ( | ) |
Definition at line 57 of file counters.cc.
StatsCounter counter_ |
Definition at line 184 of file counters.h.
Referenced by StatsCounterTimer::Running().
int64_t start_time_ |
Definition at line 186 of file counters.h.
Referenced by StatsCounterTimer::Running().
int64_t stop_time_ |
Definition at line 187 of file counters.h.
Referenced by StatsCounterTimer::Running().