HomeSort by relevance Sort by last modified time
    Searched refs:HistogramTimer (Results 1 - 7 of 7) 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 227 // A HistogramTimer allows distributions of results to be created.
228 class HistogramTimer : public Histogram {
235 HistogramTimer() {}
236 HistogramTimer(const char* name, int min, int max, Resolution resolution,
262 // Helper class for scoping a HistogramTimer.
269 explicit HistogramTimerScope(HistogramTimer* timer,
296 HistogramTimer* timer_;
    [all...]
compiler.cc     [all...]
  /external/v8/src/heap/
heap.h 317 class HistogramTimer;
    [all...]
heap.cc 848 HistogramTimer* Heap::GCTypeTimer(GarbageCollector collector) {
    [all...]
  /external/v8/src/parsing/
parser.h     [all...]
  /external/v8/test/cctest/
test-api.cc     [all...]

Completed in 213 milliseconds