Searched refs:thread_event_start_times_ (Results 1 – 2 of 2) sorted by relevance
1383 duration = timestamp - thread_event_start_times_[thread_id].top(); in EventToConsoleMessage()1384 thread_event_start_times_[thread_id].pop(); in EventToConsoleMessage()1398 auto it = thread_event_start_times_.find(thread_id); in EventToConsoleMessage()1399 if (it != thread_event_start_times_.end()) in EventToConsoleMessage()1413 thread_event_start_times_[thread_id].push(timestamp); in EventToConsoleMessage()
481 std::unordered_map<int, base::stack<TimeTicks>> thread_event_start_times_; variable