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 () |
void | Reset () |
Data Fields | |
Histogram | histogram_ |
int64_t | start_time_ |
int64_t | stop_time_ |
Definition at line 243 of file counters.h.
|
inline |
Definition at line 260 of file counters.h.
References HistogramTimer::histogram_, and Histogram::Reset().
|
inline |
Definition at line 256 of file counters.h.
References Histogram::Enabled(), HistogramTimer::histogram_, HistogramTimer::start_time_, and HistogramTimer::stop_time_.
void Start | ( | ) |
Definition at line 79 of file counters.cc.
Referenced by Heap::CollectGarbage().
void Stop | ( | ) |
Definition at line 87 of file counters.cc.
Referenced by Heap::CollectGarbage().
Histogram histogram_ |
Definition at line 244 of file counters.h.
Referenced by HistogramTimer::Reset(), and HistogramTimer::Running().
int64_t start_time_ |
Definition at line 246 of file counters.h.
Referenced by HistogramTimer::Running().
int64_t stop_time_ |
Definition at line 247 of file counters.h.
Referenced by HistogramTimer::Running().