summaryrefslogtreecommitdiffstats
path: root/base/time
Commit message (Expand)AuthorAgeFilesLines
* Move bit_cast from base/macros.h to its own headertapted2016-01-141-0/+1
* Switch to standard integer types in base/.avi2015-12-268-179/+163
* clang/win: Let some chromium_code targets build with -Wextra.thakis2015-12-101-5/+1
* Switch to static_assert in base/.avi2015-11-242-6/+6
* Kills TraceTicks, which was functionally the same as TimeTickscharliea2015-11-057-96/+7
* Avoid const int definition problemsbrucedawson2015-11-041-1/+1
* Makes TraceTicks use the monotonic timer on Chrome OScharliea2015-10-221-16/+0
* mac: Make Mach port scopers better ScopedGenericsmark2015-10-201-1/+1
* Fix units in comment in time_win.cc from milli to micro.gab2015-10-191-2/+2
* Implement ThreadTicks::Now on Windows.fdoray2015-10-154-23/+178
* Disable TimeTicks.WinRollover under ASanrnk2015-10-091-1/+8
* Emphasizes that TimeTicks::UnixEpoch() is only an estimatecharliea2015-10-071-6/+8
* Revert of Check for CloseHandle failures even when not debugging (patchset #4...brucedawson2015-09-181-9/+9
* Check for CloseHandle failures even when not debuggingbrucedawson2015-09-171-9/+9
* Fix clang/win build after https://codereview.chromium.org/1284053004/Nico Weber2015-08-251-1/+0
* Makes TraceTicks use lowres times on Win when highres are buggy or slowcharliea2015-08-251-29/+26
* Base: Make TimeDelta constructors deal with overflow.rvargas2015-07-273-84/+100
* Revert of Base: Make TimeDelta constructors deal with overflow. (patchset #2 ...antrim2015-07-213-100/+84
* Base: Make TimeDelta constructors deal with overflow.rvargas2015-07-213-84/+100
* Fix some clang warnings with -Wmissing-braces in base.dcheng2015-07-021-1/+1
* Remove base/port.h includes that are not necessary anymore.tfarina2015-06-111-1/+0
* Fixit: Fork base::TimeTicks --> TimeTicks + ThreadTicks + TraceTicksmiu2015-05-297-128/+205
* base: Remove the remaining usage of GG_(U)INTn_C macros.tfarina2015-05-184-5/+7
* [RELAND] Fixit: Factor out common base::Time* math operator overloads.miu2015-05-103-219/+171
* Revert of Revert of Revert of Fixit: Factor out common base::Time* math opera...gcasto2015-05-073-171/+219
* Revert of Revert of Fixit: Factor out common base::Time* math operator overlo...miu2015-05-073-219/+171
* Revert of Fixit: Factor out common base::Time* math operator overloads. (patc...ksakamoto2015-05-073-171/+219
* Fixit: Factor out common base::Time* math operator overloads.miu2015-05-073-219/+171
* Removed obsolete float_util.h as VS2013 supports standards well enough.mateuszs2015-04-241-2/+2
* Clamp TimeDelta operations that overflow.rvargas2015-03-213-18/+137
* Move time constants to base::Timeqiankun.miao2015-03-171-1/+4
* base: Fix/add header #ifndef guards.danakj2015-03-104-12/+12
* base: Use more specific CHECK macros for comparisons.danakj2015-03-091-2/+2
* Revert of base: Fix/add header #ifndef guards. (patchset #2 id:20001 of https...bnc2015-03-094-12/+12
* base: Fix/add header #ifndef guards.danakj2015-03-094-12/+12
* base::Time multiplicative operator overloadingmichaeln2015-02-232-20/+82
* [DOMStorage] Rate limiting writes to disk.michaeln2015-02-202-0/+17
* Add a base::TimeTicks::SnappedToNextTick methodbrianderson2015-02-133-0/+78
* 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