Home
last modified time | relevance | path

Searched refs:StopEvent (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
Dprofiler.h68 #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()
Dprofiler.cc109 void Profiler::StopEvent(const std::string& event_name) { in StopEvent() function in rtc::Profiler