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

  /external/v8/src/
counters.cc 41 void HistogramTimer::Start() {
50 void HistogramTimer::Stop() {
70 name##_ = HistogramTimer(#caption, 0, max, HistogramTimer::res, 50, isolate);
counters.h 232 // A HistogramTimer allows distributions of results to be created.
233 class HistogramTimer : public Histogram {
240 HistogramTimer() {}
241 HistogramTimer(const char* name, int min, int max, Resolution resolution,
267 // Helper class for scoping a HistogramTimer.
274 explicit HistogramTimerScope(HistogramTimer* timer,
301 HistogramTimer* timer_;
    [all...]
compiler.cc     [all...]
  /external/v8/src/heap/
heap.h 327 class HistogramTimer;
    [all...]
heap.cc 848 HistogramTimer* Heap::GCTypeTimer(GarbageCollector collector) {
    [all...]

Completed in 504 milliseconds