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

/external/libchrome/base/trace_event/
H A Dtrace_log.cc1372 duration = timestamp - thread_event_start_times_[thread_id].top();
1373 thread_event_start_times_[thread_id].pop();
1385 auto it = thread_event_start_times_.find(thread_id);
1386 if (it != thread_event_start_times_.end())
1400 thread_event_start_times_[thread_id].push(timestamp);
H A Dtrace_log.h442 // This lock protects accesses to thread_names_, thread_event_start_times_
461 base::hash_map<int, std::stack<TimeTicks>> thread_event_start_times_; variable

Completed in 203 milliseconds