Lines Matching full:time
18 #include "base/time.h"
48 // Maximum processing time (excluding queueing delay) for a message before
112 // Time at which the current message processing began.
115 // Time the current message spent in the queue -- delta between message
116 // construction time and message processing time.
120 base::StatsCounter slow_processing_counter_; // Msgs w/ long proc time.
122 base::Histogram* const process_times_; // Time spent proc. task.
311 // a DWORD (unsigned 32-bit). They both wrap around when the time is longer
313 // or if the original time comes from GetTickCount, it might wrap around
317 // it doesn't, then our time delta will be negative if a message happens
319 DWORD cur_message_issue_time = static_cast<DWORD>(msg.time);