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

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dprofiler.h71 #define PROFILE(msg) talk_base::ProfilerScope UNIQUE_VAR(msg)
158 class ProfilerScope { class in namespace:talk_base
160 explicit ProfilerScope(const std::string& event_name) function in class:talk_base::ProfilerScope
164 ~ProfilerScope() {
170 DISALLOW_COPY_AND_ASSIGN(ProfilerScope);
/external/chromium_org/third_party/webrtc/base/
H A Dprofiler.h54 #define PROFILE(msg) rtc::ProfilerScope UNIQUE_VAR(msg)
141 class ProfilerScope { class in namespace:rtc
143 explicit ProfilerScope(const std::string& event_name) function in class:rtc::ProfilerScope
147 ~ProfilerScope() {
153 DISALLOW_COPY_AND_ASSIGN(ProfilerScope);

Completed in 73 milliseconds