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

  /external/chromium_org/cc/debug/
micro_benchmark.cc 19 processed_for_benchmark_impl_(false) {}
39 return processed_for_benchmark_impl_;
44 DCHECK(!processed_for_benchmark_impl_);
45 processed_for_benchmark_impl_ = true;
micro_benchmark.h 49 bool processed_for_benchmark_impl_; member in class:cc::MicroBenchmark

Completed in 176 milliseconds