Changes between Version 5 and Version 6 of Documentation/UserGuide/ProfileVtune


Ignore:
Timestamp:
2020-03-19T16:39:53+01:00 (4 years ago)
Author:
luyssaert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/ProfileVtune

    v5 v6  
    33 
    44== Objective == 
    5 Background of this item: Vtune is a type of tool called a profiler. It is available on Curie and it has been successfully used to analyze multi-processor jobs. Profiling allows you to learn where your program spent its time and which functions called which other functions while it was executing. This information can show you which pieces of your program are slower than you expected and might be candidates for rewriting to make your program execute faster.   
     5Background of this item: Vtune is a type of tool called a profiler it has both a graphical user interface and command line. It is available on Curie and it has been successfully used to analyze multi-processor jobs. Profiling allows you to learn where your program spent its time and which functions called which other functions while it was executing. This information can show you which pieces of your program are slower than you expected and might be candidates for rewriting to make your program execute faster.   
    66 
    77== Vtune on Curie ==