-
Notifications
You must be signed in to change notification settings - Fork 11
Home
Bert Wesarg edited this page May 17, 2018
·
6 revisions
How to trace1 a Python application using Score-P
Score-P itself is a really powerful tool to understand an application and to analyze the performance of an application. It is designed to understand highly parallel applications, as they typically found in the Area of High Performance Computing. However, using the provided Python Bindings it allows also the tracing and understanding the performance of Python applications.
This HowTo will give you a short introduction how to set up Score-P, how to Trace, and how to view the results using CUBE and Vampir.
Profile-and-Trace-an-Application
1 'trace'/'tracing' is used interchangeable here, it is also possible to produce a profile