]> code.ossystems Code Review - openembedded-core.git/commit
buildstats-plot.sh: Show spaces and underscores correctly in titles/keys
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Wed, 25 Mar 2020 08:51:14 +0000 (09:51 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 25 Mar 2020 16:09:54 +0000 (16:09 +0000)
commit1719f7062988889b7e24b871dc2f0e50c7bff07e
tree7f0e90c38eaba07bf12accdb4d545d57f17f0c5e
parented500e9d2e7678290420bd0ee4d88eeba40bbb4a
buildstats-plot.sh: Show spaces and underscores correctly in titles/keys

Spaces were previously converted to dashes, and underscores caused the
next character in the title/key to be printed using subscript due to the
enhanced string support in gnuplot.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/contrib/bb-perf/buildstats-plot.sh