summaryrefslogtreecommitdiffstats
path: root/base/time_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-4/+4
* This CL add a GetInstance() method to singleton classes instead of relying on...satish@chromium.org2010-12-041-14/+18
* Revert 63191 - 2nd try:phajdan.jr@chromium.org2010-10-201-19/+4
* 2nd try:mbelshe@chromium.org2010-10-201-4/+19
* Revert 63176 - Fix regression where high resolution timers could be activated...mbelshe@chromium.org2010-10-201-19/+4
* Fix regression where high resolution timers could be activated even undermbelshe@chromium.org2010-10-201-4/+19
* The submillisecond test was broken in at least two ways. First, thembelshe@chromium.org2010-09-231-0/+5
* Revert 59007 - Adding some utility functions that work on file handles, and a...dumi@chromium.org2010-09-091-5/+0
* Adding some utility functions that work on file handles, and addingdumi@chromium.org2010-09-091-0/+5
* GTTF: Avoid assertion failures caused by clock drift.phajdan.jr@chromium.org2010-08-041-11/+14
* GTTF: Increase the limit for QPC drift.phajdan.jr@chromium.org2010-07-291-2/+2
* Change a DCHECK to a DCHECK_LT so we can see the failing values.evan@chromium.org2010-07-281-1/+1
* Change chrome from statically enabling high resolution timers on windowsmbelshe@chromium.org2010-06-291-9/+24
* Remove the NowSingleton from time_win.cc.phajdan.jr@chromium.org2010-05-111-34/+29
* Style cleanup in preparation for auto-linting base/.erg@google.com2010-01-261-1/+1
* Make SystemMonitor not a Singleton and move it out of basephajdan.jr@chromium.org2009-11-261-67/+12
* Simplify the PowerObserver API by removing unneeded args and providing defaul...pkasting@chromium.org2009-10-011-13/+9
* Make int64 -> Time conversion explicit.phajdan.jr@chromium.org2009-09-141-1/+1
* Do not monitor system power state during unit tests.phajdan.jr@chromium.org2009-05-271-30/+75
* Retrial of the first step to port file_util::CountFilesCreatedAfter()erikkay@google.com2009-04-181-1/+8
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-5/+5
* Make the SystemMonitor observer list thread safe.mbelshe@google.com2008-11-031-1/+3
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+4
* Change to Hi Res timers on Windows.mbelshe@google.com2008-09-261-31/+121
* Don't use the Windows high-resolution Time::Now hacks on Posix, the normal re...deanm@chromium.org2008-09-111-4/+45
* Reapply r1633 (which was reverted by r1635), with some additional modificatio...deanm@google.com2008-09-091-54/+94
* Revert part of r1633 Windows time changes, seems to have caused test failures?deanm@google.com2008-09-021-70/+55
* Cleanup some Windows TimeTicks functions. Move TickTicks::Now and TicksTicks...deanm@google.com2008-09-021-55/+70
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Add base to the repository.initial.commit2008-07-261-0/+244