| ... | ... | @@ -437,7 +437,7 @@ 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"
|
|
|
|
export SCOREP_WRAPPER_INSTRUMENTER_FLAGS="--instrument-filter=scorep.filt --user"
|
|
|
|
scorep-g++ -DSCOREP -I$BOOST_ROOT test_cpp.cpp
|
|
|
|
```
|
|
|
|
|
| ... | ... | |
| ... | ... | |