Searched defs:IsProfiling (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/libsampler/
H A Dsampler.h48 bool IsProfiling() const { function in class:v8::sampler::Sampler
/external/gemmlowp/profiling/
H A Dprofiler.h279 inline bool& IsProfiling() { function in namespace:gemmlowp
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 1265 milliseconds