|
|
|
---
|
|
|
|
title: Profilage de Code
|
|
|
|
---
|
|
|
|
|
|
|
|
# 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.
|
| ... | ... | @@ -217,7 +218,7 @@ With this variable defined, the user can recompile the code. |
|
|
|
The next step is to run your code:
|
|
|
|
|
|
|
|
```
|
|
|
|
./test.exe`
|
|
|
|
./test.exe
|
|
|
|
```
|
|
|
|
|
|
|
|
A `scorep-` folder will appear containing all the profiling informations. It can be opened by using the `paraprof` tool as follows:
|
| ... | ... | |
| ... | ... | |