scorep-cli-score is a user interface for scorep-score based on ncurses. It lets you create filter files by sorting and filtering regions. [1]
- Python3
- libscorep-score povided by Score-P 4.0 [2]
Open your terminal, navigate to the repository and install scorep-score-gui:
cd scorep_cli_score
pip install .
scorep_cli_score <profile> [-h] [-o file path] [-f file path] [-i | -e | -v]
positional arguments | |
---|---|
profile | path to Cube profile |
optional arguments | |
---|---|
-h, --help | show help |
-o, --output | path for filter file |
-f, --filter | load existing filter file |
-i, --inclusive-time | use and sort by inclusive time [default] |
-e, --exclusive-time | use and sort by exclusive time |
-v, --visits | sort regions by visits |
- ...
- ...