Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/base/
Dprofiler.h54 #define PROFILE(msg) rtc::ProfilerScope UNIQUE_VAR(msg)
141 class ProfilerScope {
143 explicit ProfilerScope(const std::string& event_name) in ProfilerScope() function
147 ~ProfilerScope() { in ~ProfilerScope()
153 DISALLOW_COPY_AND_ASSIGN(ProfilerScope);