Changes

Jump to: navigation, search

GPU621 Team 1

451 bytes added, 18:07, 30 November 2016
VTune Tutorial 1: Finding HotSpot
[[File:Tim Hotspt 4.png|400px]]
 
After the program finish running, it will take a while for Amplifer to generate report.
<br />
[[File:Tim Hotspt 5.png|400px]]
The first page will shows a summary of the program.The time it took, the top hotspots, CPU usage etc. We will focus looking at the Hotspots table. we notice that the "initialize_2D_buffer" use the most the CPU time. If you look at the code on ''find_hotspots.cpp'' you will notice it is actually one function in side that cpp file
<br />
[[File:Tim Hotspt 7.png|400px]]
wfawfWe go to the bootom up tab. it will give you a graph that shows the Hotspots table you got. You can clearly see that "initialize_2D_buffer" use a lot
<br />

Navigation menu