HomeSort by relevance Sort by last modified time
    Searched refs:ProfilerEvent (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/base/
profiler.cc 59 ProfilerEvent::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) {
profiler.h 104 class ProfilerEvent {
106 ProfilerEvent();
139 const ProfilerEvent* GetEvent(const std::string& event_name) const;
147 typedef std::map<std::string, ProfilerEvent> EventMap;
172 const ProfilerEvent& profiler_event);
profiler_unittest.cc 52 const ProfilerEvent* event = Profiler::Instance()->GetEvent(function_name);
71 const ProfilerEvent* event1;
72 const ProfilerEvent* event2;

Completed in 487 milliseconds