eclipse-openj9 / openj9-utils

Other
16 stars 29 forks source link

Compute lockLatency #53

Closed yathamravali closed 3 years ago

yathamravali commented 3 years ago

Calculates how much time thread waited to acquire the monitor

Signed-off-by: Ravali Yatham rayatha1@in.ibm.com

yathamravali commented 3 years ago

@mpirvu - Please review

yathamravali commented 3 years ago

LGTM. Does this code work as expected?

Other than the zero entries of hash at the very beginning as we discussed, everything else looks good.