| ... | ... | @@ -4,6 +4,7 @@ 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.
|
| ... | ... | @@ -78,7 +79,7 @@ export PATH=$PROFILER_PATH/x86_64/bin/:$PATH |
|
|
|
Go the PDT folder type:
|
|
|
|
|
|
|
|
```
|
|
|
|
./configure -prefix=$PROFILER_PATH
|
|
|
|
./configure -prefix=$PROFILER_PATH -useropt="-O2 -std=c++17"
|
|
|
|
make
|
|
|
|
make install
|
|
|
|
```
|
| ... | ... | |
| ... | ... | |