|
|
---
|
|
---
|
|
|
title: Profilage de Code
|
|
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.
|
| ... | @@ -119,7 +120,9 @@ Once everything is installed, you will be able to compile your code using the pr |
... | @@ -119,7 +120,9 @@ Once everything is installed, you will be able to compile your code using the pr |
|
|
But before starting, you might need to add the following line before:
|
|
But before starting, you might need to add the following line before:
|
|
|
|
|
|
|
|
```
|
|
```
|
|
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CONDA_PREFIX/lib
|
|
export LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$PROFILER_PATH/lib
|
|
|
|
export PATH=$PROFILER_PATH/bin:$PATH
|
|
|
|
export PATH=$PROFILER_PATH/x86_64/bin/:$PATH
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
### Profile with TAU
|
|
### Profile with TAU
|
| ... | |
... | |
| ... | | ... | |