Make profiling delay an argument and add option for no-inline
All threads resolved!
All threads resolved!
Currently flamegraphs are often not shown because the delay for profiling in HLT2 in too large. This is improved by making the profiling delay an argument to the run_throughput_job
script with a default of 1 minute (60k msec). The delay can then be specialised for different tests with different config and run times. Additionally a new options is made available that removes the display of inlined functions in the flamegraph.
Merge request reports
Activity
requested review from @rmatev
requested review from @chasse
- Resolved by Andre Gunther
@gunther I think this is a good idea until we have a fix along the lines of #7 (closed).
But you would also have to adopt the scripts inPRConfig/scripts/benchmark-scripts/
accordingly
added 10 commits
-
cb335151...a4829c97 - 9 commits from branch
master
- e21a8927 - make delay an argument, add option for perf no-inline
-
cb335151...a4829c97 - 9 commits from branch
added 1 commit
- 92071088 - 240ksec delay for selections and no inline for fastest
- Resolved by Andre Gunther
mentioned in commit 04cb9df0
Please register or sign in to reply