Searched refs:HistogramTimer (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/ |
D | counters.h | 370 class HistogramTimer : public TimedHistogram { 373 HistogramTimer(const char* name, int min, int max, in HistogramTimer() function 396 HistogramTimer() {} in HistogramTimer() function 406 explicit HistogramTimerScope(HistogramTimer* timer, 432 HistogramTimer* timer_; 444 OptionalHistogramTimerScope(HistogramTimer* timer, in OptionalHistogramTimerScope() 455 HistogramTimer* timer_; 1449 HistogramTimer* name() { return &name##_; } 1525 friend class HistogramTimer; variable 1548 #define HT(name, caption, max, res) HistogramTimer name##_; [all …]
|
D | counters.cc | 143 HistogramTimer Counters::*member; in Counters() 154 this->*timer.member = HistogramTimer(timer.caption, 0, timer.max, timer.res, in Counters()
|
D | compiler.cc | 890 HistogramTimer* rate = parse_info->is_eval() in CompileToplevel()
|
/external/v8/src/heap/ |
D | gc-tracer.h | 324 void RecordMarkCompactHistograms(HistogramTimer* gc_timer);
|
D | heap.h | 179 class HistogramTimer; variable 1753 HistogramTimer* GCTypeTimer(GarbageCollector collector); 1754 HistogramTimer* GCTypePriorityTimer(GarbageCollector collector);
|
D | gc-tracer.cc | 1096 void GCTracer::RecordMarkCompactHistograms(HistogramTimer* gc_timer) { in RecordMarkCompactHistograms()
|
D | heap.cc | 1087 HistogramTimer* Heap::GCTypePriorityTimer(GarbageCollector collector) { in GCTypePriorityTimer() 1115 HistogramTimer* Heap::GCTypeTimer(GarbageCollector collector) { in GCTypeTimer() 1366 HistogramTimer* gc_type_timer = GCTypeTimer(collector); in CollectGarbage() 1370 HistogramTimer* gc_type_priority_timer = GCTypePriorityTimer(collector); in CollectGarbage()
|