print-image-memory-stats print-processor-registers
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

print-object-lock-stats

Synopsis

print-object-lock-stats [-u|-f|-s]

Description

Print a report based on collected object lock statistics. The report contains information about the number of times a lock has been taken and the average wait time for the lock to become available. The third column displays what kind of lock was taken where 'C' means cell, 'S' means serial domain, otherwise it means an object lock.

Uncontended locks are excluded from the statistics unless the -u flag is used, in which case the report is based solely on uncontended lock acquisition.

The -f and -s flags can be used to only include statistics from "fast" or "slow" locks, respectively. A lock acquiry is considered "fast" if the wait time is less than 10 us.

Provided By

Simics Core

See Also

enable-object-lock-stats, disable-object-lock-stats, clear-object-lock-stats
print-image-memory-stats print-processor-registers