summaryrefslogtreecommitdiffstats
path: root/base/time
Commit message (Expand)AuthorAgeFilesLines
* Enable Time::ThreadNow() on Androidfmeawad@chromium.org2013-11-122-2/+3
* mac: Prepare for -Wunused-functions.thakis@chromium.org2013-11-071-1/+1
* Implement thread-specific CPU time on Mac OS Xfmeawad@chromium.org2013-11-073-4/+38
* Change to calculate the real NTP in TimeTicks.pwestin@google.com2013-10-312-0/+32
* android: fix base::Time::FromLocalExploded() crash.digit@chromium.org2013-10-192-7/+68
* base: Add base::TimeTicks::IsHighResNowFastAndReliablebrianderson@chromium.org2013-10-154-0/+17
* Clean up unused constant globalshans@chromium.org2013-10-031-2/+0
* Clean up a few unused globals.thakis@chromium.org2013-09-251-2/+0
* Added method to convert base::Time to a Java timestamp.apiccion@chromium.org2013-09-232-0/+17
* Enable high resolution time for TimeTicks::Now on Windows Canarysimonjam@chromium.org2013-09-102-4/+55
* test IWYU fixups for basemostynb@opera.com2013-09-033-3/+8
* Revert 217172 "Enable high resolution time for TimeTicks::Now on..."nhiroki@chromium.org2013-08-132-55/+4
* Enable high resolution time for TimeTicks::Now on Windows Canarysimonjam@chromium.org2013-08-132-4/+55
* Remove unnecesary work from ThreadNow() unittest.elijahtaylor@chromium.org2013-07-311-8/+0
* base: Added thread-specific CPU-time clockernstm@chromium.org2013-07-315-23/+90
* Replace AudioSilenceDetector with an AudioPowerMonitor.miu@chromium.org2013-07-231-11/+2
* Move timing files into base/time and base/timer, install forwarding headers.avi@chromium.org2013-06-2710-6/+2954
* Add a Clock and TickClock interface for mocking out timeakalin@chromium.org2013-02-218-0/+182