summaryrefslogtreecommitdiffstats
path: root/base/time/time_win.cc
Commit message (Expand)AuthorAgeFilesLines
* base: Use more specific CHECK macros for comparisons.danakj2015-03-091-2/+2
* [Windows] One TimeTicks clock: efficient/reliable high-res, with low-res fall...miu2015-01-141-160/+139
* Clean-up: Remove base::TimeTicks::UnprotectedNow().miu2015-01-061-8/+0
* Fix more disabled MSVC warnings, base/ edition.pkasting2014-10-011-8/+8
* Reland: Issue 446203002: Initialize the now_function to the HighResNowWrapper...Fadi Meawad2014-09-051-30/+29
* fix for high resolution timer on windows.cpu2014-09-051-6/+9
* Revert of Initialize the now_funciton to the HighResNowWrapper in case High R...fmeawad2014-08-281-20/+30
* Fix logic on high Windows resolution timer and havecpu2014-08-271-32/+46
* We have noticed a clock shift when QPC was deployed. It shows as a regression...fmeawad2014-08-261-30/+20
* Make QPCValueToMicroseconds faster in case the value is less than 44 bitsfmeawad@chromium.org2014-08-061-5/+9
* Fixes for re-enabling more MSVC level 4 warnings: base/ editionpkasting@chromium.org2014-07-031-1/+1
* Make HighResNowSingleton a leaky LazyInstancedarin@chromium.org2014-05-301-23/+22
* base: Add base::TimeTicks::IsHighResNowFastAndReliablebrianderson@chromium.org2013-10-151-0/+5
* Enable high resolution time for TimeTicks::Now on Windows Canarysimonjam@chromium.org2013-09-101-4/+44
* Revert 217172 "Enable high resolution time for TimeTicks::Now on..."nhiroki@chromium.org2013-08-131-44/+4
* Enable high resolution time for TimeTicks::Now on Windows Canarysimonjam@chromium.org2013-08-131-4/+44
* base: Added thread-specific CPU-time clockernstm@chromium.org2013-07-311-0/+6
* Move timing files into base/time and base/timer, install forwarding headers.avi@chromium.org2013-06-271-0/+486