![]() |
v8
3.11.10(node0.8.26)
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 184 of file counters.h.
|
inline |
Definition at line 197 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 185 of file counters.h.
Referenced by StatsCounterTimer::Running().
| int64_t start_time_ |
Definition at line 187 of file counters.h.
Referenced by StatsCounterTimer::Running().
| int64_t stop_time_ |
Definition at line 188 of file counters.h.
Referenced by StatsCounterTimer::Running().