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

/external/chromium_org/chrome/browser/chromeos/
H A Dboot_times_loader.h110 class TimeMarker { class in class:chromeos::BootTimesLoader
112 TimeMarker(const std::string& name, bool send_to_uma) function in class:chromeos::BootTimesLoader::TimeMarker
121 bool operator<(const TimeMarker& other) const {
126 friend class std::vector<TimeMarker>;
165 std::vector<TimeMarker> login_times);
166 static void AddMarker(std::vector<TimeMarker>* vector, TimeMarker marker);
181 std::vector<TimeMarker> login_time_markers_;
182 std::vector<TimeMarker> logout_time_markers_;
H A Dboot_times_loader.cc259 std::vector<TimeMarker> login_times) {
284 TimeMarker tm = login_times[i];
445 AddMarker(&login_time_markers_, TimeMarker(marker_name, send_to_uma));
450 AddMarker(&logout_time_markers_, TimeMarker(marker_name, send_to_uma));
454 void BootTimesLoader::AddMarker(std::vector<TimeMarker>* vector,
455 TimeMarker marker)

Completed in 343 milliseconds