-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
142 lines (132 loc) · 5.22 KB
/
Copy pathindex.html
File metadata and controls
142 lines (132 loc) · 5.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>engine_tick_multiframe Summary - Criterion.rs</title>
<style type="text/css">
body {
font: 14px Helvetica Neue;
text-rendering: optimizelegibility;
}
.body {
width: 960px;
margin: auto;
}
a:link {
color: #1F78B4;
text-decoration: none;
}
h2 {
font-size: 36px;
font-weight: 300;
}
h3 {
font-size: 24px;
font-weight: 300;
}
#footer {
height: 40px;
background: #888;
color: white;
font-size: larger;
font-weight: 300;
}
#footer a {
color: white;
text-decoration: underline;
}
#footer p {
text-align: center
}
</style>
</head>
<body>
<div class="body">
<h2>engine_tick_multiframe</h2>
<h3>Violin Plot</h3>
<a href="violin.svg">
<img src="violin.svg" alt="Violin Plot" />
</a>
<p>This chart shows the relationship between function/parameter and iteration time. The thickness of the shaded
region indicates the probability that a measurement of the given function/parameter would take a particular
length of time.</p>
<h3>Line Chart</h3>
<img src="lines.svg" alt="Line Chart" />
<p>This chart shows the mean measured time for each function as the input (or the size of the input) increases.</p>
<section class="plots">
<a href="../../engine_tick_multiframe/filter_depth/0/report/index.html">
<h4>engine_tick_multiframe/filter_depth/0</h4>
</a>
<table width="100%">
<tbody>
<tr>
<td>
<a href="../../engine_tick_multiframe/filter_depth/0/report/pdf.svg">
<img src="../../engine_tick_multiframe/filter_depth/0/report/pdf_small.svg" alt="PDF of Slope" width="450"
height="300" />
</a>
</td>
<td>
<a href="../../engine_tick_multiframe/filter_depth/0/report/regression.svg">
<img src="../../engine_tick_multiframe/filter_depth/0/report/regression_small.svg" alt="Regression" width="450"
height="300" />
</a>
</td>
</tr>
</tbody>
</table>
</section>
<section class="plots">
<a href="../../engine_tick_multiframe/filter_depth/4/report/index.html">
<h4>engine_tick_multiframe/filter_depth/4</h4>
</a>
<table width="100%">
<tbody>
<tr>
<td>
<a href="../../engine_tick_multiframe/filter_depth/4/report/pdf.svg">
<img src="../../engine_tick_multiframe/filter_depth/4/report/pdf_small.svg" alt="PDF of Slope" width="450"
height="300" />
</a>
</td>
<td>
<a href="../../engine_tick_multiframe/filter_depth/4/report/regression.svg">
<img src="../../engine_tick_multiframe/filter_depth/4/report/regression_small.svg" alt="Regression" width="450"
height="300" />
</a>
</td>
</tr>
</tbody>
</table>
</section>
<section class="plots">
<a href="../../engine_tick_multiframe/filter_depth/6/report/index.html">
<h4>engine_tick_multiframe/filter_depth/6</h4>
</a>
<table width="100%">
<tbody>
<tr>
<td>
<a href="../../engine_tick_multiframe/filter_depth/6/report/pdf.svg">
<img src="../../engine_tick_multiframe/filter_depth/6/report/pdf_small.svg" alt="PDF of Slope" width="450"
height="300" />
</a>
</td>
<td>
<a href="../../engine_tick_multiframe/filter_depth/6/report/regression.svg">
<img src="../../engine_tick_multiframe/filter_depth/6/report/regression_small.svg" alt="Regression" width="450"
height="300" />
</a>
</td>
</tr>
</tbody>
</table>
</section>
</div>
<div id="footer">
<p>This report was generated by
<a href="https://github.com/bheisler/criterion.rs">Criterion.rs</a>, a statistics-driven benchmarking
library in Rust.</p>
</div>
</body>
</html>