![]() |
Storage Engine API
|
Bundle of locking statistics values. More...
#include <lock_stats.h>
Bundle of locking statistics values.
Public Member Functions | |
| template<typename OtherType > | |
| void | append (const LockStatCounters< OtherType > &other) |
| void | reset () |
Public Attributes | |
| CounterType | numAcquisitions |
| CounterType | numWaits |
| CounterType | combinedWaitTimeMicros |
| CounterType | numDeadlocks |
|
inline |
|
inline |
| CounterType mongo::LockStatCounters< CounterType >::combinedWaitTimeMicros |
| CounterType mongo::LockStatCounters< CounterType >::numAcquisitions |
| CounterType mongo::LockStatCounters< CounterType >::numDeadlocks |
| CounterType mongo::LockStatCounters< CounterType >::numWaits |