HomeSort by relevance Sort by last modified time
    Searched refs:HistogramTimer (Results 1 - 6 of 6) sorted by null

  /external/v8/src/
counters.cc 60 void HistogramTimer::Start() {
68 void HistogramTimer::Stop() {
v8-counters.cc 36 HistogramTimer Counters::name = { #caption, NULL, false, 0, 0 }; \
counters.h 190 // A HistogramTimer allows distributions of results to be created
191 // HistogramTimer t = { L"foo", NULL, false, 0, 0 };
192 struct HistogramTimer {
222 // Helper class for scoping a HistogramTimer.
225 explicit HistogramTimerScope(HistogramTimer* timer) :
233 HistogramTimer* timer_;
v8-counters.h 200 static HistogramTimer name;
compiler.cc 174 HistogramTimer* rate = is_eval
heap.cc 415 HistogramTimer* rate = (collector == SCAVENGER)
    [all...]

Completed in 231 milliseconds