eclipse-openj9 / openj9-utils

Other
16 stars 29 forks source link

perf-tool: compute lock latency #25

Closed gireeshpunathil closed 3 years ago

gireeshpunathil commented 3 years ago

Bascially compute

an approach would be to split monitor event into monitor enter and monitor exit events, and find the time in between events with matching monitors. compare it with contention data to make inferences.

(there could be other means to do this)

mpirvu commented 3 years ago

Resolved by #53