| ... | @@ -5,6 +5,7 @@ title: Profilage de Code |
... | @@ -5,6 +5,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.
|
| ... | @@ -287,4 +288,10 @@ scan test.exe |
... | @@ -287,4 +288,10 @@ scan test.exe |
|
|
|
|
|
|
|
```
|
|
```
|
|
|
scan -t test.exe
|
|
scan -t test.exe
|
|
|
``` |
|
```
|
|
\ No newline at end of file |
|
|
|
|
|
---
|
|
|
|
Resources:
|
|
|
|
|
|
|
|
- https://hpc.cea.fr/tgcc-public/en/html/toc/fulldoc/Profiling.html#
|
|
|
|
- https://www.vi-hps.org/projects/score-p/ |