diff options
Diffstat (limited to 'scripts/contrib/bb-perf/buildstats-plot.sh')
-rwxr-xr-x | scripts/contrib/bb-perf/buildstats-plot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/contrib/bb-perf/buildstats-plot.sh b/scripts/contrib/bb-perf/buildstats-plot.sh index 898834e5ac..089621c9f8 100755 --- a/scripts/contrib/bb-perf/buildstats-plot.sh +++ b/scripts/contrib/bb-perf/buildstats-plot.sh | |||
@@ -101,7 +101,7 @@ CD=$(dirname $0) | |||
101 | 101 | ||
102 | # Parse buildstats recipes to produce a single table | 102 | # Parse buildstats recipes to produce a single table |
103 | OUTBUILDSTATS="$PWD/buildstats.log" | 103 | OUTBUILDSTATS="$PWD/buildstats.log" |
104 | $CD/buildstats.sh -H -s "$STATS" -H > $OUTBUILDSTATS | 104 | $CD/buildstats.sh -b "$BS_DIR" -s "$STATS" -H > $OUTBUILDSTATS |
105 | 105 | ||
106 | # Get headers | 106 | # Get headers |
107 | HEADERS=$(cat $OUTBUILDSTATS | sed -n -e '1s/ /-/g' -e '1s/:/ /gp') | 107 | HEADERS=$(cat $OUTBUILDSTATS | sed -n -e '1s/ /-/g' -e '1s/:/ /gp') |