blob: 10724cb4f91a20f85063230e9ae47a32b6d21f86 [file] [log] [blame]
Jimmy Brissoncb545bd2021-01-06 13:52:58 -06001Scripts that Generate Graphs
2============================
3
4This directory contains scripts that generate graphs. Each script is run with
5bash and may require additional tools. All of the scripts require gnuplot.
6
7All scripts produce a PNG graph on stdout and the data on stderr.
8
9Test Runs by category
10---------------------
11
12The script `categorize-tests.bash`, and its associated awk and plot scripts,
13generate a stacked bar chart with bars representing groups of tests (l1 l2,
14etc.) and segments of the bars representing types. `categorize-tests.bash`
15accepts an argument to filter the tests included with grep.
16
17For example, the following will produce a graph of the juno-specific tests:
18
19 bash categorize-tests.bash juno > juno-tests.png 2> juno-tests.txt
20
21*Copyright (c) 2021, Arm Limited. All rights reserved.*