Home | History | Annotate | Download | only in base

Lines Matching full:time

26 using base::Time;
175 // This class records the time when Run was called in a Time object, which is
179 RecordRunTimeTask(Time* run_time, int* quit_counter)
183 *run_time_ = Time::Now();
184 // Cause our Run function to take some time to execute. As a result we can
185 // count on subsequent RecordRunTimeTask objects running at a future time,
190 Time* run_time_;
201 Time run_time;
206 Time time_before_run = Time::Now();
208 Time time_after_run = Time::Now();
220 Time run_time1, run_time2;
243 // posted at the exact same time. It would be nice if the API allowed us to
244 // specify the desired run time.
249 Time run_time1, run_time2;
267 // normal tasks take a long time to run.
272 Time run_time;
279 Time time_before_run = Time::Now();
281 Time time_after_run = Time::Now();
299 Time run_time1, run_time2;
323 Time run_time1, run_time2;
330 Time start_time = Time::Now();
335 // Ensure that we ran in far less time than the slower timer.
336 TimeDelta total_time = Time::Now() - start_time;
339 // In case both timers somehow run at nearly the same time, sleep a little
382 Time run_time;
394 Time start_time = Time::Now();
399 // Ensure that we ran in far less time than the slower timer.
400 TimeDelta total_time = Time::Now() - start_time;
403 // In case both timers somehow run at nearly the same time, sleep a little
1351 // At this time handler1 is waiting to be called, and the thread is waiting