summaryrefslogtreecommitdiff
path: root/src/mongo/util/perfctr_collect.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-5/+3
* SERVER-27354 Use Language neutral API to resolve performance countersMark Benvenuto2020-11-131-12/+40
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-25405 Remove redundant Windows system metricsMark Benvenuto2016-08-261-19/+30
* SERVER-25517 PerfCounterCollection shouldn't use ErrorCodes::DuplicateKeyValueMark Benvenuto2016-08-151-3/+2
* SERVER-24608 Fix lintMark Benvenuto2016-07-261-2/+2
* SERVER-24608 Add Windows performance counter collectorMark Benvenuto2016-07-261-0/+506