| ... | ... | @@ -2,6 +2,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.
|
| ... | ... | @@ -14,9 +15,10 @@ In this Wiki, we will provide a methodology to install and run some code profile |
|
|
|
- Tau: http://tau.uoregon.edu/tau.tgz
|
|
|
|
- PDT: http://tau.uoregon.edu/pdt.tgz
|
|
|
|
- PAPI: https://icl.utk.edu/projects/papi/downloads/papi-7.2.0b2.tar.gz
|
|
|
|
- BFD: https://github.com/libunwind/libunwind/releases/download/v1.6.2/libunwind-1.6.2.tar.gz
|
|
|
|
- BFD: https://ftp.gnu.org/gnu/binutils/binutils-2.36.1.tar.gz
|
|
|
|
- Unwind: https://github.com/libunwind/libunwind/releases/download/v1.6.2/libunwind-1.6.2.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
### Environment
|
|
|
|
|
|
|
|
Create the Conda environment as follows:
|
| ... | ... | |
| ... | ... | |