summaryrefslogtreecommitdiff
path: root/src/mongo/util/timer.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-13/+11
* SERVER-18922 Refactor Timer to have customizable tick sourceRandolph Tan2015-06-121-94/+14
* SERVER-17863 Sort in config.h header when possibleAndrew Morrow2015-04-031-2/+2
* SERVER-9563 Add support for config.h headerJonathan Reams2015-03-261-2/+4
* SERVER-16880 Timer overflows at approximately 9223 secondsRandolph Tan2015-01-201-2/+3
* SERVER-13792 added runtime and build-time checks for POSIX monotonic clocks. ...Benety Goh2014-06-051-12/+67
* SERVER-4740 Don't use unsigned for time deltasMathias Stearn2014-05-271-3/+3
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* minor: make Timer class less crtstartup initialization order sensitiveDwight2013-12-131-1/+2
* Revert "SERVER-7700 Use high-resolution program uptime to track socket connec...Tad Marshall2012-11-181-13/+0
* SERVER-7700 Use high-resolution program uptime to track socket connection timeTad Marshall2012-11-181-0/+13
* don't include pch.h since we don't need itEliot Horowitz2012-11-021-2/+0
* SERVER-5557: Higher performance timer on Linux.Andy Schwerin2012-04-231-0/+70