| ... | @@ -2,6 +2,7 @@ |
... | @@ -2,6 +2,7 @@ |
|
|
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
|
|
In this Wiki, we will provide a methodology to install and run some code profilers. This has been tested on a specific
|
| ... | @@ -162,9 +163,16 @@ The next step is to run your code: |
... | @@ -162,9 +163,16 @@ 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:
|
|
A `scorep-` folder will appear containing all the profiling informations. It can be opened by using the `paraprof` tool as follows:
|
|
|
|
|
|
|
|
```
|
|
```
|
|
|
paraprof paraprof scorep-20250310_1624_81500554863145/profile.cubex &
|
|
paraprof scorep-20250310_1624_81500554863145/profile.cubex &
|
|
|
|
```
|
|
|
|
|
|
|
|
Note that `.cubex` can also be analysed using the Cube software, available as an App Image [here](https://apps.fz-juelich.de/scalasca/releases/cube/4.8/dist/CubeGUI-4.8.2.AppImage):
|
|
|
|
|
|
|
|
```
|
|
|
|
CubeGUI-4.8.2.AppImage scorep-20250310_1624_81500554863145/profile.cubex &
|
|
|
``` |
|
``` |