I have an multi-threaded application that runs for 1m9s (with 56 concurrent threads). The JFR screenshot of the contentions is show below. What is not clear to me are:
- What does the Count field indicate? The number of times the Lock has been acquired?
- What does the Average value indicate? And how is it that the Duration (= count * average) greater than the total execution time of the application?
Thanks,