Searched defs:HistogramTimer (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dcounters.h240 // A HistogramTimer allows distributions of results to be created.
241 class HistogramTimer : public Histogram { class in namespace:v8::internal
243 HistogramTimer() { } function in class:v8::internal::HistogramTimer
244 HistogramTimer(const char* name, function in class:v8::internal::HistogramTimer
271 // Helper class for scoping a HistogramTimer.
278 explicit HistogramTimerScope(HistogramTimer* timer,
303 HistogramTimer* timer_;
/external/v8/src/
H A Dcounters.h202 // A HistogramTimer allows distributions of results to be created
203 // HistogramTimer t = { L"foo", NULL, false, 0, 0 };
204 struct HistogramTimer { struct in namespace:v8::internal
237 // Helper class for scoping a HistogramTimer.
240 explicit HistogramTimerScope(HistogramTimer* timer) :
248 HistogramTimer* timer_;

Completed in 68 milliseconds