summaryrefslogtreecommitdiffstats
path: root/web/analysis/tsstats.shtml
blob: 0fbd0ac92dc3601ed52addf3a914fa9c2599fc09 (plain)
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
<html>

<head>

    <title>BM2 - Time Series Statistics</title>

    <script type="text/javascript" src="../global/jquery-1.4.2.min.js"></script>
    <script type="text/javascript" src="../global/flot/jquery.flot.js"></script>
    <script type="text/javascript"
        src="../global/flot/jquery.flot.selection.js"></script>
    <script type="text/javascript"
        src="../global/tablesorter/jquery.tablesorter.js">
    </script>
    <script type="text/javascript" src="../global/boxover/boxover.js"></script>
    <script type="text/javascript" src="../global/global.js"></script>
    <script type="text/javascript" src="tsbmbody.js"></script>
    <script type="text/javascript" src="tsstats.js"></script>

    <link type="text/css" rel="stylesheet" href="../global/style.css" />
    <link type="text/css" rel="stylesheet"
        href="../global/tablesorter/docs/css/jq.css" />
    <link type="text/css" rel="stylesheet"
        href="../global/tablesorter/themes/bm/style.css" />

</head>

<body>

<span id="title" style="font-size:18; font-weight:bold">
BM2 - Time Series Statistics</span>
&nbsp;&nbsp;&nbsp;
<span style="white-space:nowrap">
<span id="status1">no status</span>
<img alt="spinner1" id="spinner1" src="../global/images/ajax-spinner.gif"
    style="display:none"/>
<img alt="nospinner1" id="nospinner1" src="../global/images/nospinner.png"
    style="display:inline"/>
</span>

<br />

<a id="mainPageLink" href="">main page</a>
<script type="text/javascript">
$("#mainPageLink").attr("href", "http://" + location.host + "/bm2");
</script>

&nbsp;&nbsp;

<a id="analysisPageLink" href="">analysis page</a>
<script type="text/javascript">
$("#analysisPageLink").attr(
    "href", "http://" + location.host + "/bm2/analysis");
</script>

<br />
<br />

<!-- Overall stats: ... 2 B DONE! -->
<!--
<span style="font-size:14; font-weight:bold">Overall statistics:
<span style="color:red"> (2 B DONE!)</span>
</span>
<br />
<br />
-->


<div id="div_tsbm_border"
  style="display:none; border-style:solid; border-width:2px; padding:5px">
<!--#include file="tsbmbody.html" -->
</div>


<div id="div_perBenchmarkStats" style="display:none">

<span id="status2">no status</span>
<img alt="spinner2" id="spinner2" src="../global/images/ajax-spinner.gif"
    style="display:none"/>
<img alt="nospinner2" id="nospinner2" src="../global/images/nospinner.png"
    style="display:inline"/>

<!-- *** BEGIN Per-benchmark stats *********************************** -->
<br />
<!-- <span style="font-size:14; font-weight:bold">Benchmarks:</span> -->
<select id="select_pbmTable" onchange="selectPbmTable()">
  <option value="all" selected=1>All benchmarks:</option>
  <option value="lcRegr">
    Benchmarks with last change regressing:</option>
  <option value="lcImpr">
    Benchmarks with last change improving:</option>
</select>

<br />
<span id="pbmTable_nrows">no rows</span>
<span id="pbmTable_sortInProgress"
  style="display:none">&nbsp;&nbsp;(sorting ...)</span>

<br />
<div style="overflow:auto; height:400px; border-style:solid; border-width:1px;">

<div id="div_pbmTable_all" style="display:block">
<table id="pbmTable_all" class="tablesorter" border="0"
       cellpadding="0" cellspacing="1">
<!--#include file="tspbmtabledef.html" -->
</table>
</div> <!-- div_pbmTable_all -->

<div id="div_pbmTable_lcRegr" style="display:none">
<table id="pbmTable_lcRegr" class="tablesorter" border="0"
       cellpadding="0" cellspacing="1">
<!--#include file="tspbmtabledef.html" -->
</table>
</div> <!-- div_pbmTable_lcRegr -->

<div id="div_pbmTable_lcImpr" style="display:none">
<table id="pbmTable_lcImpr" class="tablesorter" border="0"
       cellpadding="0" cellspacing="1">
<!--#include file="tspbmtabledef.html" -->
</table>
</div> <!-- div_pbmTable_lcImpr -->


</div>
<!-- *** END Per-benchmark stats *********************************** -->

</div> <!-- div_perBenchmarkStats -->

</body>

</html>