Searched defs:ProfilerEvent (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dprofiler.cc42 ProfilerEvent::ProfilerEvent() function in class:rtc::ProfilerEvent
50 void ProfilerEvent::Start() {
57 void ProfilerEvent::Stop(uint64 stop_time) {
79 void ProfilerEvent::Stop() {
83 double ProfilerEvent::standard_deviation() const {
103 EventMap::value_type(event_name, ProfilerEvent())).first;
152 const ProfilerEvent* Profiler::GetEvent(const std::string& event_name) const {
176 const ProfilerEvent& profiler_event) {
H A Dprofiler.h89 class ProfilerEvent { class in namespace:rtc
91 ProfilerEvent();
124 const ProfilerEvent* GetEvent(const std::string& event_name) const;
132 typedef std::map<std::string, ProfilerEvent> EventMap;
157 const ProfilerEvent& profiler_event);

Completed in 102 milliseconds