766767768769770771772773774775776
if (config.getClear()) { nWaits = 0; nRequests = 0; } LatchStats latchStats =(LatchStats) lockTableLatch.getLatchStats(); stats.setLockTableLatchStats(latchStats); /* Dump info about the lock table. */ if (!config.getFast()) { dumpLockTable(stats);
846847848849850851852853854855856
nWaits = 0; nRequests = 0; } for (int i = 0; i < nLockTables; i++) { LatchStats latchStats = (LatchStats) lockTableLatches[i].getLatchStats(); stats.accumulateLockTableLatchStats(latchStats); } /* Dump info about the lock table. */