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

  /external/v8/src/
counters.cc 68 void HistogramTimer::Start() {
76 void HistogramTimer::Stop() {
88 void* HistogramTimer::CreateHistogram() const {
counters.h 202 // A HistogramTimer allows distributions of results to be created
203 // HistogramTimer t = { L"foo", NULL, false, 0, 0 };
204 struct HistogramTimer {
237 // Helper class for scoping a HistogramTimer.
240 explicit HistogramTimerScope(HistogramTimer* timer) :
248 HistogramTimer* timer_;
v8-counters.cc 37 HistogramTimer name = { #caption, NULL, false, 0, 0 }; \
v8-counters.h 257 HistogramTimer* name() { return &name##_; }
287 HistogramTimer name##_;
compiler.cc 403 HistogramTimer* rate = info->is_eval()
heap.cc 535 HistogramTimer* rate = (collector == SCAVENGER)
    [all...]

Completed in 321 milliseconds