]> begriffs open source - cmsis-freertos/blob - Test/litani/templates/runtime-box.jinja.gnu
Updated pack to FreeRTOS 10.4.4
[cmsis-freertos] / Test / litani / templates / runtime-box.jinja.gnu
1 {#-
2  # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3  #
4  # Licensed under the Apache License, Version 2.0 (the "License").
5  # You may not use this file except in compliance with the License.
6  # A copy of the License is located at
7  #
8  #     http://www.apache.org/licenses/LICENSE-2.0
9  #
10  # or in the "license" file accompanying this file. This file is
11  # distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
12  # ANY KIND, either express or implied. See the License for the specific
13  # language governing permissions and limitations under the License.
14 -#}
15
16 $data << EOD
17 {% for job in jobs -%}
18 0.4 {{ job["duration"] }} {{ job["wrapper_arguments"]["pipeline_name"] }}
19 {% endfor %}{# job in jobs #}
20 EOD
21
22 set terminal svg noenhanced size 400,800
23
24 set border 2 linecolor "#263238"
25 set ytics nomirror tc "#263238" font "Helvetica,14"
26 unset xtics
27 unset key
28
29 set ylabel "seconds" tc "#263238" font "Helvetica,14"
30
31 set title "Runtime for {{ group_name }}" tc "#263238" font "Helvetica,14"
32
33 set xrange [0:1]
34
35 set boxwidth 0.2
36
37 plot '$data' using (0.2):2 with boxplot lc "#263238", \
38       '' using 1:2:3 with labels left tc "#263238" font "Helvetica,10"