summaryrefslogtreecommitdiffstats
path: root/base/time/time_mac.cc
Commit message (Expand)AuthorAgeFilesLines
* Replaces instances of the deprecated TimeTicks::HighResNow() with TimeTicks::...charliea2015-01-261-1/+1
* [Windows] One TimeTicks clock: efficient/reliable high-res, with low-res fall...miu2015-01-141-6/+1
* Rewrite ScopedMachPort in terms of ScopedGeneric, making its usage more expli...rsesek@chromium.org2014-05-281-2/+2
* Use the new ScopedMachVM class and the MACH_LOG family of logging macrosmark@chromium.org2014-05-121-2/+3
* Back out r269483 and the line of fixes that followed it.mark@chromium.org2014-05-101-3/+2
* Use the new ScopedMachVM class and the MACH_LOG family of logging macrosmark@chromium.org2014-05-101-2/+3
* Use numeric_limits<double>::infinity() for conversions of Time::Max().gavinp@chromium.org2014-02-261-2/+6
* Implement thread-specific CPU time on Mac OS Xfmeawad@chromium.org2013-11-071-2/+30
* base: Add base::TimeTicks::IsHighResNowFastAndReliablebrianderson@chromium.org2013-10-151-0/+5
* Clean up a few unused globals.thakis@chromium.org2013-09-251-2/+0
* 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/+199