summaryrefslogtreecommitdiffstats
path: root/base/time/time.h
Commit message (Expand)AuthorAgeFilesLines
* Clamp TimeDelta operations that overflow.rvargas2015-03-211-18/+39
* Move time constants to base::Timeqiankun.miao2015-03-171-1/+4
* base::Time multiplicative operator overloadingmichaeln2015-02-231-17/+13
* [DOMStorage] Rate limiting writes to disk.michaeln2015-02-201-0/+8
* Add a base::TimeTicks::SnappedToNextTick methodbrianderson2015-02-131-0/+6
* Replaces instances of the deprecated TimeTicks::HighResNow() with TimeTicks::...charliea2015-01-261-9/+0
* [Windows] One TimeTicks clock: efficient/reliable high-res, with low-res fall...miu2015-01-141-21/+47
* Clean-up: Remove base::TimeTicks::UnprotectedNow().miu2015-01-061-3/+0
* Use higher precision to store the login database's date_created field.erikchen2014-11-121-4/+4
* Add logging support for base::Time* types.ricea2014-10-291-0/+15
* Fix more disabled MSVC warnings, base/ edition.pkasting2014-10-011-2/+2
* Reland: Issue 446203002: Initialize the now_function to the HighResNowWrapper...Fadi Meawad2014-09-051-8/+0
* Revert of Initialize the now_funciton to the HighResNowWrapper in case High R...fmeawad2014-08-281-0/+8
* Fix logic on high Windows resolution timer and havecpu2014-08-271-17/+1
* We have noticed a clock shift when QPC was deployed. It shows as a regression...fmeawad2014-08-261-8/+0
* Make QPCValueToMicroseconds faster in case the value is less than 44 bitsfmeawad@chromium.org2014-08-061-0/+5
* Reland: Non-SFI NaCl: Allow CLOCK_SYSTEM_TRACE on Chrome OShamaji@chromium.org2014-06-061-0/+8
* Revert "Non-SFI NaCl: Allow CLOCK_SYSTEM_TRACE on Chrome OS"dconnelly@chromium.org2014-06-041-8/+0
* Non-SFI NaCl: Allow CLOCK_SYSTEM_TRACE on Chrome OShamaji@chromium.org2014-06-041-0/+8
* Document more explicitly that Time lives in UTC.tnagel@chromium.org2014-05-131-5/+5
* Added support to convert double to timedelta's without loss of data during ty...behara.ms@samsung.com2014-04-221-0/+18
* Reland "Add base::TimeDelta::Max()" again.gavinp@chromium.org2014-03-051-6/+34
* Revert of Reland "Add base::TimeDelta::Max()" (https://codereview.chromium.or...apavlov@chromium.org2014-03-041-34/+6
* Reland "Add base::TimeDelta::Max()"gavinp@chromium.org2014-03-041-6/+34
* Revert 253502 "Add base::TimeDelta::Max()."waffles@chromium.org2014-02-271-34/+6
* Add base::TimeDelta::Max().gavinp@chromium.org2014-02-261-6/+34
* Enable Time::ThreadNow() on Androidfmeawad@chromium.org2013-11-121-1/+1
* Implement thread-specific CPU time on Mac OS Xfmeawad@chromium.org2013-11-071-1/+2
* Change to calculate the real NTP in TimeTicks.pwestin@google.com2013-10-311-0/+8
* base: Add base::TimeTicks::IsHighResNowFastAndReliablebrianderson@chromium.org2013-10-151-0/+2
* Added method to convert base::Time to a Java timestamp.apiccion@chromium.org2013-09-231-0/+4
* Enable high resolution time for TimeTicks::Now on Windows Canarysimonjam@chromium.org2013-09-101-0/+11
* test IWYU fixups for basemostynb@opera.com2013-09-031-1/+1
* Revert 217172 "Enable high resolution time for TimeTicks::Now on..."nhiroki@chromium.org2013-08-131-11/+0
* Enable high resolution time for TimeTicks::Now on Windows Canarysimonjam@chromium.org2013-08-131-0/+11
* base: Added thread-specific CPU-time clockernstm@chromium.org2013-07-311-1/+17
* Move timing files into base/time and base/timer, install forwarding headers.avi@chromium.org2013-06-271-0/+651