Home
last modified time | relevance | path

Searched refs:PROFILE_STOP (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) macro
82 #define PROFILE_STOP(msg) (void)0 macro
Dprofiler_unittest.cc108 PROFILE_STOP("event"); in TEST()