Searched refs:ProfilerEvent (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dprofiler.cc59 ProfilerEvent::ProfilerEvent() function in class:talk_base::ProfilerEvent
67 void ProfilerEvent::Start() {
74 void ProfilerEvent::Stop(uint64 stop_time) {
96 void ProfilerEvent::Stop() {
100 double ProfilerEvent::standard_deviation() const {
120 EventMap::value_type(event_name, ProfilerEvent())).first;
169 const ProfilerEvent* Profiler::GetEvent(const std::string& event_name) const {
193 const ProfilerEvent& profiler_event) {
H A Dprofiler.h106 class ProfilerEvent { class in namespace:talk_base
108 ProfilerEvent();
141 const ProfilerEvent* GetEvent(const std::string& event_name) const;
149 typedef std::map<std::string, ProfilerEvent> EventMap;
174 const ProfilerEvent& profiler_event);
H A Dprofiler_unittest.cc53 const ProfilerEvent* event = Profiler::Instance()->GetEvent(function_name);
73 const ProfilerEvent* event1;
74 const ProfilerEvent* event2;
/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);
H A Dprofiler_unittest.cc36 const ProfilerEvent* event = Profiler::Instance()->GetEvent(function_name);
56 const ProfilerEvent* event1;
57 const ProfilerEvent* event2;

Completed in 369 milliseconds