Home | History | Annotate | Download | only in chromeos

Lines Matching full:time

13 #include "base/time.h"
39 double firmware; // Time from power button to kernel being loaded.
40 double pre_startup; // Time from kernel to system code being called.
41 double x_started; // Time X server is ready to be connected to.
42 double chrome_exec; // Time session manager executed Chrome.
43 double chrome_main; // Time chrome's main() was called.
44 double login_prompt_ready; // Time login (or OOB) panel is displayed.
45 double system; // Time system took to start chrome.
46 double chrome; // Time chrome took to display login panel.
47 double total; // Time from power button to login panel.
72 // Add a time marker for login. A timeline will be dumped to
74 // the time between this marker and the last will be sent to UMA with
78 // Add a time marker for logout. A timeline will be dumped to
80 // the time between this marker and the last will be sent to UMA with
90 // Saves away the stats at main, so the can be recorded later. At main() time
98 // Records the time that a login was attempted. This will overwrite any
133 time_(base::Time::NowFromSystemTime()),
136 base::Time time() const { return time_; }
142 base::Time time_;