summaryrefslogtreecommitdiffstats
path: root/base/time
Commit message (Expand)AuthorAgeFilesLines
* Replaces instances of the deprecated TimeTicks::HighResNow() with TimeTicks::...charliea2015-01-266-25/+16
* [Windows] One TimeTicks clock: efficient/reliable high-res, with low-res fall...miu2015-01-146-256/+266
* Clean-up: Remove base::TimeTicks::UnprotectedNow().miu2015-01-062-11/+0
* Standardize usage of virtual/override/final specifiers in base/.dcheng2014-12-232-2/+2
* 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-293-3/+148
* Standardize usage of virtual/override/final in base/dcheng2014-10-212-4/+4
* replace OVERRIDE and FINAL with override and final in base/mostynb2014-10-074-4/+4
* Fix more disabled MSVC warnings, base/ edition.pkasting2014-10-013-16/+13
* Avoid 64-bit divide when sampling timestampbrianderson2014-09-291-1/+1
* Reland: Issue 446203002: Initialize the now_function to the HighResNowWrapper...Fadi Meawad2014-09-052-38/+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-282-20/+38
* Fix logic on high Windows resolution timer and havecpu2014-08-272-49/+47
* We have noticed a clock shift when QPC was deployed. It shows as a regression...fmeawad2014-08-262-38/+20
* This change preents a race on the 'TZ' environ global variable in libc.bengr@chromium.org2014-08-091-0/+14
* Make QPCValueToMicroseconds faster in case the value is less than 44 bitsfmeawad@chromium.org2014-08-063-5/+45
* Disable all the tests that are flaking more than 5% on Windows builders.jam@chromium.org2014-07-231-1/+2
* clang/win: Fix a Wenum-compare warning and a few Wwritable-strings warnings.thakis@chromium.org2014-07-211-1/+1
* Fixes for re-enabling more MSVC level 4 warnings: base/ editionpkasting@chromium.org2014-07-031-1/+1
* Do not define OS_CHROMEOS for untrusted NaCl codehamaji@chromium.org2014-06-131-9/+4
* Reland: Non-SFI NaCl: Allow CLOCK_SYSTEM_TRACE on Chrome OShamaji@chromium.org2014-06-062-9/+18
* Revert "Non-SFI NaCl: Allow CLOCK_SYSTEM_TRACE on Chrome OS"dconnelly@chromium.org2014-06-042-18/+9
* Non-SFI NaCl: Allow CLOCK_SYSTEM_TRACE on Chrome OShamaji@chromium.org2014-06-042-9/+18
* Make HighResNowSingleton a leaky LazyInstancedarin@chromium.org2014-05-301-23/+22
* Rewrite ScopedMachPort in terms of ScopedGeneric, making its usage more expli...rsesek@chromium.org2014-05-281-2/+2
* Removed LOG_GETLASTERROR and LOG_ERRNO macros.vitalybuka@chromium.org2014-05-211-1/+1
* Extend PR_ParseTimeString() to accept some ISO 8601 formats to fix timezone p...tnagel@chromium.org2014-05-151-11/+134
* Document more explicitly that Time lives in UTC.tnagel@chromium.org2014-05-131-5/+5
* 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
* [Android]: Avoid time_t special case on 64bit Android devices.rmcilroy@chromium.org2014-04-231-3/+3
* Added support to convert double to timedelta's without loss of data during ty...behara.ms@samsung.com2014-04-222-0/+32
* Remove prtypes.h and prcpucfg*.h from base/third_party/nspr.wtc@chromium.org2014-03-251-1/+0
* Disable TimeTicks.ThreadNow on Androidscheib@chromium.org2014-03-141-1/+8
* Reland "Add base::TimeDelta::Max()" again.gavinp@chromium.org2014-03-053-6/+115
* Revert of Reland "Add base::TimeDelta::Max()" (https://codereview.chromium.or...apavlov@chromium.org2014-03-043-115/+6
* Reland "Add base::TimeDelta::Max()"gavinp@chromium.org2014-03-043-6/+115
* Revert 253502 "Add base::TimeDelta::Max()."waffles@chromium.org2014-02-273-115/+6
* Add base::TimeDelta::Max().gavinp@chromium.org2014-02-263-6/+115
* Use numeric_limits<double>::infinity() for conversions of Time::Max().gavinp@chromium.org2014-02-263-12/+17
* fixed issue 324522: KERNEL Handle leak from TimeTicks.WinRollover - add Close...zhaoqin@google.com2014-02-251-0/+3
* 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