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

  /external/chromium_org/v8/src/
counters.cc 38 void HistogramTimer::Start() {
47 void HistogramTimer::Stop() {
64 name##_ = HistogramTimer(#caption, 0, 10000, 50, isolate);
counters.h 223 // A HistogramTimer allows distributions of results to be created.
224 class HistogramTimer : public Histogram {
226 HistogramTimer() { }
227 HistogramTimer(const char* name,
254 // Helper class for scoping a HistogramTimer.
261 explicit HistogramTimerScope(HistogramTimer* timer,
288 HistogramTimer* timer_;
567 HistogramTimer* name() { return &name##_; }
658 HistogramTimer name##_;
parser.h 852 HistogramTimer* pre_parse_timer_;
    [all...]
compiler.cc     [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc     [all...]

Completed in 99 milliseconds