47
edits
Changes
→VTune Tutorial 2: Locks and Wait Tutorial
Refer to this to learn how to run the analysis: https://software.intel.com/en-us/node/471882.
Interpret the data result from the analysis.
Analyze the basic performance metrics provided by the Locks and Waits analysis:
To identify the cause, you need to understand how this Wait time was distributed per synchronization objects.
[[File:11.PNG]]
The Top Waiting Objects section provides a list of sync objects and the wait time, and other metrics for each object.
[[File:12.PNG]]
== VTune Tutorial 3: Disk input Output Analysis ==