summaryrefslogtreecommitdiff
path: root/src/mongo/db/operation_cpu_timer.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70032 Report CPU time in slow query logs and profiler as cpuNanosLouis Williams2023-02-101-7/+61
* Revert "SERVER-70032 Report CPU time in slow query logs and profiler as cpuNa...dziana.hurynovich2023-01-301-49/+7
* SERVER-70032 Report CPU time in slow query logs and profiler as cpuNanosLouis Williams2023-01-271-7/+49
* SERVER-72935 switch c stdlib headers to cpp compat stdlib headersDaniel Moody2023-01-201-1/+1
* SERVER-67687: Fix PosixTimer::onThreadDetach to accumulate elapsed timeYu Jin Kang Park2022-07-081-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-41353 replace errnoWithDescription with an API based on std::error_codeBilly Donahue2022-04-281-3/+3
* SERVER-50684 rename,cleanup internalAssert->iassertBilly Donahue2020-11-201-2/+2
* SERVER-51601 Make OperationCPUTimer initializer more resilientAmirsaman Memaripour2020-11-191-10/+33
* SERVER-47446 Measure cpu time taken by operationsAmirsaman Memaripour2020-10-141-0/+173