You are on page 1of 15

Sunday, July 03, 2011

VTune is a performance tuning environment for Windows developers from Intel.

Features of Intel Vtune :


a)Sampling b)Call Graph c)Counter Monitor d)Tuning Assistant
Sunday, July 03, 2011 2

Sampling is the process of collecting a set of data for analysis and representing the analyzed data in statistical format. Sampling helps to Identify : a) Hotspots b) Bottlenecks
Sunday, July 03, 2011 3

Sampling

Sunday, July 03, 2011

Time Based Sampling


Performed on the basis of OS time.

Event Based Sampling


Performed on processor events.

The process that takes the longest time to execute contains the largest number of samples.
Sunday, July 03, 2011

Determine area in the application generating the largest number of processor events.

Call Graph profiling includes collecting and analyzing function call information. It helps us to identify the critical path of the application. Result of call graph is displayed in three views.
Sunday, July 03, 2011 6

Graph View

Sunday, July 03, 2011

Call List View

Sunday, July 03, 2011

Function Summary View

Sunday, July 03, 2011

Counter Monitor identifies system-level issues in the applications. Performance Counter is a feature that measures and gathers performance related data. Counter Monitor also helps you to understand the cause-and-effect relationship between an application and system on which the application is running.
Sunday, July 03, 2011 10

Collection : Trigger Mechanism Views : Logged Data View Runtime Data View Summary Data View

Accessories : Control Charts


Sunday, July 03, 2011 11

Applications can be tuned at three different levels : a) System Level Tuning .

b) Application Level Tuning .


c) Microarchitecture Level Tuning .

Sunday, July 03, 2011

12

a) Balancing I/O & computation b) Improving the threading model . c) Improving the efficiency of computation.

Sunday, July 03, 2011

13

a) Sampling - based advice . b) Counter monitor based advice . c) Source based advice . d) Static assembly penalties .

Sunday, July 03, 2011

14

By: Rizwani Binash Sarfaraz

Sunday, July 03, 2011

15

You might also like