Changes

Jump to: navigation, search

GPU621/VTuners

5 bytes added, 15:52, 27 November 2022
Algorithm Optimization
==== Flame Graphs ====
[[File:Flame Graph.png|600px|frame|Here we can see Flame Graph: This is an example of a flame graph selecting the “hottest” processes run in an application which represent 93.3% of the total CPU usage time]]
The Intel Vtune Profiler provides flame graphs to display a representation of stacks and stack frames in an application. All functions in an application are plotted on a graph and the associated stack depth is represented as height on the y-axis and the width of the bar represents the amount of CPU usage time. The “hottest” functions in an application are then the widest parts on the flame graph.
117
edits

Navigation menu