OpenACC Tutorial - Profiling: Difference between revisions
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 difference)
|
Revision as of 18:35, 16 May 2016
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 ...