Lines Matching full:total
55 The total time the lock was held after being acquired at this point.
57 The total time that threads have spent waiting to acquire the lock.
59 The total number of non-recursive acquisitions.
61 The total number of times the lock was already held by another thread
64 The total number of times another thread tried to acquire the lock
69 from the total hold time
70 and total wait time respectively and the number of acquisitions.
91 .It Va total
92 The total (accumulated) hold time in microseconds.
94 The total (accumulated) wait time in microseconds.
96 The total number of acquisitions.
98 The average hold time in microseconds, derived from the total hold time
101 The average wait time in microseconds, derived from the total wait time