We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3b11d commit 2c004c0Copy full SHA for 2c004c0
source/reference/database-profiler.txt
@@ -190,7 +190,11 @@ operation.
190
191
.. stats:: lockStats.timeLockedMicros
192
193
- The time in microseconds the operation held a specific lock.
+ The time in microseconds the operation held a specific lock. For
194
+ operations that require more than one lock, such as operations
195
+ that must lock the ``local`` database to update the :term:`oplog`, then
196
+ this value may be longer than the total length of the
197
+ operation (i.e. :stats:`millis`.)
198
199
.. stats:: lockStats.timeAcquiringMicros
200
0 commit comments