HomeSort by relevance Sort by last modified time
    Searched defs:StatsCounterTimer (Results 1 - 5 of 5) sorted by null

  /external/chromium/base/metrics/
stats_counters.cc 66 StatsCounterTimer::StatsCounterTimer(const std::string& name) {
76 StatsCounterTimer::~StatsCounterTimer() {
79 void StatsCounterTimer::Start() {
87 void StatsCounterTimer::Stop() {
95 bool StatsCounterTimer::Running() {
100 void StatsCounterTimer::AddTime(TimeDelta time) {
104 void StatsCounterTimer::Record() {
110 : StatsCounterTimer(name)
    [all...]
stats_counters.h 129 // A StatsCounterTimer is a StatsCounter which keeps a timer during
130 // the scope of the StatsCounterTimer. On destruction, it will record
132 class BASE_API StatsCounterTimer : protected StatsCounter {
135 explicit StatsCounterTimer(const std::string& name);
136 virtual ~StatsCounterTimer();
161 class BASE_API StatsRate : public StatsCounterTimer {
  /external/chromium_org/base/metrics/
stats_counters.cc 66 StatsCounterTimer::StatsCounterTimer(const std::string& name) {
76 StatsCounterTimer::~StatsCounterTimer() {
79 void StatsCounterTimer::Start() {
87 void StatsCounterTimer::Stop() {
95 bool StatsCounterTimer::Running() {
100 void StatsCounterTimer::AddTime(TimeDelta time) {
104 void StatsCounterTimer::Record() {
110 : StatsCounterTimer(name)
    [all...]
stats_counters.h 129 // A StatsCounterTimer is a StatsCounter which keeps a timer during
130 // the scope of the StatsCounterTimer. On destruction, it will record
132 class BASE_EXPORT StatsCounterTimer : protected StatsCounter {
135 explicit StatsCounterTimer(const std::string& name);
136 virtual ~StatsCounterTimer();
161 class BASE_EXPORT StatsRate : public StatsCounterTimer {
  /external/v8/src/
counters.h 183 // StatsCounterTimer t = { { L"t:foo", NULL, false }, 0, 0 };
184 struct StatsCounterTimer {

Completed in 236 milliseconds