OpenACC Tutorial - Profiling

From Alliance Doc
Revision as of 18:35, 16 May 2016 by Sergueev (talk | contribs) (Created page with "<languages /> {{Objectives |title=<translate>Learning objectives</translate> |content= <translate> * Understand what profiler is'' * Understand how to use PGPROF profiler. *...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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 ...