[#BloombergLP-bslmt-MeteredMutex-waitTime] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/MeteredMutex.adoc[MeteredMutex]::waitTime :relfileprefix: ../../../ :mrdocs: Return accumulated wait time since the last metrics reset. == Synopsis Declared in `<bslmt_meteredmutex.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bsls/Types/Int64.adoc[bsls::Types::Int64] waitTime() const; ---- == Description Return the wait time (in nanoseconds), accumulated since the most recent call to `resetMetrics` (or `MeteredMutex` if `resetMetrics` was never called). == Return Value wait time in nanoseconds [.small]#Created with https://www.mrdocs.com[MrDocs]#