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

  /external/gemmlowp/profiling/
profiler.h 279 inline bool& IsProfiling() {
351 ReleaseBuildAssertion(!IsProfiling(), "We're already profiling!");
352 IsProfiling() = true;
361 ReleaseBuildAssertion(IsProfiling(), "We weren't profiling!");
368 IsProfiling() = false; // yikes, this should be guarded by the lock!
  /external/v8/src/libsampler/
sampler.h 48 bool IsProfiling() const {
  /external/v8/src/
log.cc 759 while (sampler_->IsProfiling()) {
    [all...]

Completed in 654 milliseconds