Searched refs:IsProfiling (Results 1 – 3 of 3) sorted by relevance
279 inline bool& IsProfiling() { in IsProfiling() function351 ReleaseBuildAssertion(!IsProfiling(), "We're already profiling!"); in StartProfiling()352 IsProfiling() = true; in StartProfiling()361 ReleaseBuildAssertion(IsProfiling(), "We weren't profiling!"); in FinishProfiling()368 IsProfiling() = false; // yikes, this should be guarded by the lock! in FinishProfiling()
48 bool IsProfiling() const { in IsProfiling() function
759 while (sampler_->IsProfiling()) { in Run()