[#BloombergLP-bslmt-MeteredMutex-resetMetrics] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/MeteredMutex.adoc[MeteredMutex]::resetMetrics :relfileprefix: ../../../ :mrdocs: Reset the wait and hold time to zero and record the current time. All subsequent calls (that are made before a subsequent call to `resetMetrics`) to `waitTime` (or `holdTime`) will return the wait (or hold) time, accumulated since this call. Also, all subsequent calls (that are made before a subsequent call to `resetMetrics`) to `lastResetTime` will return the time of this call. == Synopsis Declared in `<bslmt_meteredmutex.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void resetMetrics(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#