![]() |
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 | |
const char * | name_ |
void * | histogram_ |
bool | lookup_done_ |
int64_t | start_time_ |
int64_t | stop_time_ |
Protected Member Functions | |
void * | GetHistogram () |
Definition at line 204 of file counters.h.
|
inlineprotected |
Definition at line 225 of file counters.h.
References HistogramTimer::histogram_, and HistogramTimer::lookup_done_.
|
inline |
Definition at line 219 of file counters.h.
References HistogramTimer::histogram_, v8::internal::NULL, HistogramTimer::start_time_, and HistogramTimer::stop_time_.
void Start | ( | ) |
void Stop | ( | ) |
void* histogram_ |
Definition at line 206 of file counters.h.
Referenced by HistogramTimer::GetHistogram(), and HistogramTimer::Running().
bool lookup_done_ |
Definition at line 207 of file counters.h.
Referenced by HistogramTimer::GetHistogram().
const char* name_ |
Definition at line 205 of file counters.h.
int64_t start_time_ |
Definition at line 209 of file counters.h.
Referenced by HistogramTimer::Running().
int64_t stop_time_ |
Definition at line 210 of file counters.h.
Referenced by HistogramTimer::Running().