summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/scoped_timer.cpp
AgeCommit message (Collapse)Author
2023-12-04SERVER-81463 Log a summary of where mongos spent time during startup and ↵Evelyn Wu
shutdown (#16838) GitOrigin-RevId: 5512a16728005667992ff6b59db2c1f9c931297d
2023-10-18SERVER-80660 Log a summary of where mongodb spent time during startupEvelyn Wu
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2023-06-29SERVER-78303: Optimize ScopedTimerColin Stolley
2023-06-22SERVER-77044 IWYU Automated changes for up to end ratio 0.4Daniel Moody
2022-11-16SERVER-71363 Use Nanoseconds rather than Microseconds in QueryExecTime and ↵Ruoxin Xu
support Nanoseconds in ScopedTimer
2022-10-25SERVER-70022 Optimize ScopedTimer by using two constructorsRuoxin Xu
2022-07-27SERVER-67101 Support microsecond precision in ScopedTimerRuoxin Xu
2022-07-26Revert "SERVER-67101 Support microsecond precision in ScopedTimer"Ruoxin Xu
This reverts commit e7d2be0dae29265e2a6efafd4753debf11b9e96f.
2022-07-26SERVER-67101 Support microsecond precision in ScopedTimerRuoxin Xu
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2016-05-25SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen
2016-05-18Revert "SERVER-23243 Replace Listener::getElapsedTimeMillis() in ↵Waley Chen
scoped_timer.cpp" This reverts commit 51ee6f1952addc650b1c719cce51fcf460e6e9e8.
2016-05-17SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen
2015-06-20SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto
2014-10-02SERVER-15363 fix solaris compileDavid Storch