radical-cybertools / radical.analytics

Analytics for RADICAL-Cybertools
Other
1 stars 1 forks source link

add profile parser #188

Closed andre-merzky closed 3 months ago

andre-merzky commented 4 months ago

This allows for command lines like this:

cat flux.prof \
    | radical-analytics-parse-profile.py -n -s exec_start -e exec_start,exec_stop \
    | radical-analytics-plot.py -s line -y 2,1 -a png -f flux -X task -Y 'time [s]' -L 'stop,start' -t 'flux: 10 nodes, 1K tasks' 

flux

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 22.34%. Comparing base (b960a95) to head (eff60c7).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## devel #188 +/- ## ======================================= Coverage 22.34% 22.34% ======================================= Files 7 7 Lines 1141 1141 ======================================= Hits 255 255 Misses 886 886 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.