aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@kernel.org>2020-12-24 15:28:14 -0800
committerPaul E. McKenney <paulmck@kernel.org>2021-01-05 11:33:20 -0800
commit1120281713a5c8d9caffaa49db11fd0a25e34ef0 (patch)
treed12621810dfc1d905f6aa4b8a3ac1e0961263c0f /tools/perf/scripts/python/check-perf-trace.py
parentb79b0b67791316e6ca0502bd0f2ecd7018d6d9e8 (diff)
torture: Do Kconfig analysis only once per scenario
Currently, if a scenario is repeated as in "--configs '4*TREE01'", the Kconfig analysis is performed for each occurrance (four times in this example) and each analysis places the exact same data into the exact same files. This is not really an issue in this repetition-four example, but it can needlessly consume tens of seconds of wallclock time for something like "--config '128*TINY01'". This commit therefore does Kconfig analysis only once per set of repeats of a given scenario, courtesy of the "sort -u" command and an automatically generated awk script. While in the area, this commit also wordsmiths a comment. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions