OpenACC Tutorial - Profiling: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Created page with "<languages /> {{Objectives |title=<translate>Learning objectives</translate> |content= <translate> * Understand what profiler is'' * Understand how to use PGPROF profiler. *...")
 
No edit summary
Line 12: Line 12:
</translate>
</translate>
}}
}}
== What is profiling ? ==

Revision as of 15:13, 2 June 2016

Other languages:


Learning objectives
  • Understand what profiler is
  • Understand how to use PGPROF profiler.
  • Understand how the code is performing .
  • Understand where to focus your time and re-write most time consuming routines
  • Learn how to ...


What is profiling ?