Searched refs:StopEvent (Results 1 – 2 of 2) sorted by relevance
68 #define PROFILE_STOP(msg) rtc::Profiler::Instance()->StopEvent(msg)119 void StopEvent(const std::string& event_name);148 Profiler::Instance()->StopEvent(event_name_); in ~ProfilerScope()
109 void Profiler::StopEvent(const std::string& event_name) { in StopEvent() function in rtc::Profiler