| ... | ... | @@ -434,6 +434,13 @@ To compile this instrumented code, you need to use the `--user` argument as foll |
|
|
|
scorep --user g++ -DSCOREP -I$BOOST_ROOT test_cpp.cpp
|
|
|
|
```
|
|
|
|
|
|
|
|
Alternatively, you can proceed as follows:
|
|
|
|
|
|
|
|
```
|
|
|
|
export SCOREP_WRAPPER_INSTRUMENTER_FLAGS="--user --instrument-filter=scorep.filt"
|
|
|
|
scorep-g++ -DSCOREP -I$BOOST_ROOT test_cpp.cpp
|
|
|
|
```
|
|
|
|
|
|
|
|
### Profile with Scalasca
|
|
|
|
|
|
|
|
To profile a code with Scalasca, you need to compile the code by replacing:
|
| ... | ... | |
| ... | ... | |