|
1 | 1 | {{define "content"}} |
2 | 2 | <main class="container-fluid my-4"> |
3 | 3 | <div class="chart-wrapper mb-5"> |
4 | | - <h2 class="h4">Processed Series (weekly)</h2> |
5 | | - <p class="text-muted small">Click and drag to zoom into a time range. Right-click to reset.</p> |
| 4 | + <h2 class="h4">Processed Patch Series (weekly)</h2> |
| 5 | + <p class="text-muted small">How many patch series have been extracted/triaged/built/fuzzed each week.</p> |
6 | 6 | <div id="processed_chart_div" style="width: 100%; height: 400px;"></div> |
| 7 | + <p class="text-muted small">Click and drag to zoom into a time range. Right-click to reset.</p> |
7 | 8 | </div> |
8 | 9 |
|
9 | 10 | <hr class="my-4"> |
10 | 11 |
|
11 | 12 | <div class="chart-wrapper mb-4"> |
12 | 13 | <h2 class="h4">Findings (weekly)</h2> |
13 | | - <p class="text-muted small">Click and drag to zoom into a time range. Right-click to reset.</p> |
| 14 | + <p class="text-muted small">How many kernel crashes or kernel build/boot errors have been detected each week.</p> |
14 | 15 | <div id="findings_chart_div" style="width: 100%; height: 400px;"></div> |
| 16 | + <p class="text-muted small">Click and drag to zoom into a time range. Right-click to reset.</p> |
15 | 17 | </div> |
16 | 18 |
|
17 | 19 | <hr class="my-4"> |
18 | 20 |
|
19 | 21 | <div class="chart-wrapper mb-4"> |
20 | 22 | <h2 class="h4">Wait Time before Fuzzing (avg hours, weekly)</h2> |
21 | 23 | <p class="text-muted small">How many hours have passed since the moment the series was published and the moment we started fuzzing it.</p> |
22 | | - <p class="text-muted small">Click and drag to zoom into a time range. Right-click to reset.</p> |
23 | 24 | <div id="avg_wait_chart_div" style="width: 100%; height: 400px;"></div> |
| 25 | + <p class="text-muted small">Click and drag to zoom into a time range. Right-click to reset.</p> |
24 | 26 | </div> |
25 | 27 |
|
26 | 28 | <hr class="my-4"> |
27 | 29 |
|
28 | 30 | <div class="chart-wrapper mb-4"> |
29 | 31 | <h2 class="h4">Status Distribution (weekly)</h2> |
30 | | - <p class="text-muted small">Click and drag to zoom into a time range. Right-click to reset.</p> |
| 32 | + <p class="text-muted small"> |
| 33 | + <b>Processed:</b> Among the processed series, how many have been actually fuzzed.<br /> |
| 34 | + <b>Skipped:</b> Among the processed series, how many were skipped during triage (e.g. because no proper base commit was found).<br /> |
| 35 | + <b>Some steps skipped:</b> Among the processed series, how often did we skip the fuzzing step (e.g. because the patch/patch series did not modify the code we compile). |
| 36 | + </p> |
31 | 37 | <div id="distribution_chart_div" style="width: 100%; height: 400px;"></div> |
| 38 | + <p class="text-muted small">Click and drag to zoom into a time range. Right-click to reset.</p> |
32 | 39 | </div> |
33 | 40 | </main> |
34 | 41 | <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> |
|
0 commit comments