endLockContentionStats

endLockContentionStats();

The endLockContentionStats method of the System class stops recording lock contentions for persistent objects and removes all lock contention data.

Only the process that started lock contention recording can use this method. If any other process attempts to use this method, an 1131 exception (Another process is currently in control of lock contention statistics) is raised.

If the process that started the recording of lock contentions terminates without having called endLockContentionStats to stop lock contention recording, the lock contention recording is automatically ended.