Home
last modified time | relevance | path

Searched refs:HistogramTimer (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dcounters.h370 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 …]
Dcounters.cc143 HistogramTimer Counters::*member; in Counters()
154 this->*timer.member = HistogramTimer(timer.caption, 0, timer.max, timer.res, in Counters()
Dcompiler.cc890 HistogramTimer* rate = parse_info->is_eval() in CompileToplevel()
/external/v8/src/heap/
Dgc-tracer.h324 void RecordMarkCompactHistograms(HistogramTimer* gc_timer);
Dheap.h179 class HistogramTimer; variable
1753 HistogramTimer* GCTypeTimer(GarbageCollector collector);
1754 HistogramTimer* GCTypePriorityTimer(GarbageCollector collector);
Dgc-tracer.cc1096 void GCTracer::RecordMarkCompactHistograms(HistogramTimer* gc_timer) { in RecordMarkCompactHistograms()
Dheap.cc1087 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()