#include <counters.h>
Public メソッド | |
void | Start () |
void | Stop () |
bool | Running () |
Public 変数 | |
StatsCounter | counter_ |
int64_t | start_time_ |
int64_t | stop_time_ |
counters.h の 139 行で定義されています。
bool v8::internal::StatsCounterTimer::Running | ( | ) | [inline] |
counters.h の 152 行で定義されています。
参照先 counter_, v8::internal::StatsCounter::Enabled(), start_time_, と stop_time_.
void v8::internal::StatsCounterTimer::Start | ( | ) |
counters.cc の 38 行で定義されています。
参照先 counter_, v8::internal::StatsCounter::Enabled(), start_time_, stop_time_, と v8::internal::OS::Ticks().
void v8::internal::StatsCounterTimer::Stop | ( | ) |
counters.h の 140 行で定義されています。
counters.h の 142 行で定義されています。
counters.h の 143 行で定義されています。