Jimmy Brisson | cb545bd | 2021-01-06 13:52:58 -0600 | [diff] [blame^] | 1 | Scripts that Generate Graphs |
| 2 | ============================ |
| 3 | |
| 4 | This directory contains scripts that generate graphs. Each script is run with |
| 5 | bash and may require additional tools. All of the scripts require gnuplot. |
| 6 | |
| 7 | All scripts produce a PNG graph on stdout and the data on stderr. |
| 8 | |
| 9 | Test Runs by category |
| 10 | --------------------- |
| 11 | |
| 12 | The script `categorize-tests.bash`, and its associated awk and plot scripts, |
| 13 | generate a stacked bar chart with bars representing groups of tests (l1 l2, |
| 14 | etc.) and segments of the bars representing types. `categorize-tests.bash` |
| 15 | accepts an argument to filter the tests included with grep. |
| 16 | |
| 17 | For 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.* |