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

  /external/v8/src/libsampler/
v8-sampler.h 48 bool IsProfiling() const {
  /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!

Completed in 394 milliseconds