resetLockStats

Instrumentation variables to record usage statistics of SMutex and TasMutex for debugging or performance measurements.

This is used when version(mergearray_do_lock_statistics) is set.

  1. size_t tryLockFails;
  2. size_t tryLockSuccess;
  3. size_t lockTotal;
  4. void resetLockStats()
    version(mergearray_do_lock_statistics)
    void
    resetLockStats
    ()

Meta