Searched refs:TimeMarker (Results 1 – 2 of 2) sorted by relevance
129 class TimeMarker {131 TimeMarker(const std::string& name, bool send_to_uma) in TimeMarker() function140 friend class std::vector<TimeMarker>;158 const std::vector<TimeMarker> login_times);169 std::vector<TimeMarker> login_time_markers_;170 std::vector<TimeMarker> logout_time_markers_;
253 const std::vector<TimeMarker> login_times) { in WriteTimes()273 TimeMarker tm = login_times[i]; in WriteTimes()352 login_time_markers_.push_back(TimeMarker(marker_name, send_to_uma)); in AddLoginTimeMarker()357 logout_time_markers_.push_back(TimeMarker(marker_name, send_to_uma)); in AddLogoutTimeMarker()