| ... | @@ -3,6 +3,7 @@ title: Profilage de Code |
... | @@ -3,6 +3,7 @@ title: Profilage de Code |
|
|
---
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Code profilers
|
|
# Code profilers
|
|
|
|
|
|
|
|
In this Wiki, we will provide a methodology to install and run some code profilers. This has been tested on a specific Conda environment.
|
|
In this Wiki, we will provide a methodology to install and run some code profilers. This has been tested on a specific Conda environment.
|
| ... | @@ -131,7 +132,7 @@ export PATH=$PROFILER_PATH/x86_64/bin/:$PATH |
... | @@ -131,7 +132,7 @@ export PATH=$PROFILER_PATH/x86_64/bin/:$PATH |
|
|
To profile with TAU, first define the proper Makefile to use and eventually additional tau options:
|
|
To profile with TAU, first define the proper Makefile to use and eventually additional tau options:
|
|
|
|
|
|
|
|
```
|
|
```
|
|
|
export TAU_MAKEFILE=$PROFILER_PATH/x86_64/lib/Makefile.tau-pdt-scorep
|
|
export TAU_MAKEFILE=$PROFILER_PATH/x86_64/lib/Makefile.tau-mpi-pdt-scorep
|
|
|
export TAU_OPTIONS='-optKeepFiles -optVerbose -optTauSelectFile="select.tau"'
|
|
export TAU_OPTIONS='-optKeepFiles -optVerbose -optTauSelectFile="select.tau"'
|
|
|
```
|
|
```
|
|
|
|
|
|
| ... | |
... | |
| ... | | ... | |