47
edits
Changes
→VTune Tutorial 2: Locks and Wait Tutorial
Run the program for the first time to get the baseline run time to compare with consequent results.
The baseline run time for this sample is: 16.484s.
[[File:2.GIF]]
Run locks and waits analysis on the sample application.
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.
To interpret the data on the sample code performance, do the following:
Analyze the basic performance metrics provided by the Locks and Waits analysis.
Identify locks.
== VTune Tutorial 3: Disk input Output Analysis ==