Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(585)

Side by Side Diff: dashboard/nacl-spec-overview.html

Issue 171303002: Remove perf dashboards for security reasons. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/perf
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « dashboard/nacl-perf.html ('k') | dashboard/overview.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
2 <head>
3 <title>NaCl SPEC Perf Overview</title>
4 <script src="ui/js/common.js"></script>
5 <script language="javascript">
6 function DisplayGraph(name, graph) {
7 document.write('<td><iframe scrolling="no" height="250" width="400" src= "http://build.chromium.org/f/client/perf/');
8 document.write(name);
9 document.write('/report.html?history=50')
10 var params = ParseParams();
11 if (typeof graph == 'undefined') {
12 if ('graph' in params) {
13 graph = escape(params.graph);
14 }
15 } else if (graph != null) {
16 document.write('&header=');
17 document.write(graph);
18 }
19 if (graph != null) {
20 document.write('&graph=');
21 document.write(graph);
22 }
23 document.write('&lookout=1"></iframe></td>');
24 }
25 </script>
26 </head>
27 <body>
28 <center>
29 <h1>
30 Currently showing
31 <script language="javascript">
32 var params = ParseParams();
33 if ('graph' in params) {
34 document.write(escape(params.graph))
35 } else {
36 document.write('overview')
37 }
38 </script>
39 </h1>
40 <p>
41 <script>
42 document.write('<p> No matrix view =(</p>');
43 </script>
44 </p>
45 <p>
46 [ <a href="nacl-spec-overview.html">overview</a> ]
47 </p>
48 <h1>Sections below</h1>
49 <p>
50 [ <a href="#NaCl-Lucid-32-SPEC">NaCl Lucid 32 nacl-gcc SPEC</a> |
51 <a href="#NaCl-Lucid-32-PNaCl-SPEC">NaCl Lucid 32 PNaCl SPEC</a> |
52 <a href="#NaCl-Lucid-64-SPEC">NaCl Lucid 64 nacl-gcc SPEC</a> |
53 <a href="#NaCl-Lucid-64-PNaCl-SPEC">NaCl Lucid 64 PNaCl SPEC</a> |
54 <a href="#NaCl-Lucid-ARM-PNaCl-SPEC">NaCl Lucid ARM QEMU PNaCl SPEC</a>
55 ]
56 </p>
57
58 <p><a href="nacl-overview.html">NaCl Browser Benchmarks</a></p>
59
60 <h1>NaCl Compiler Benchmarks (Subset)</h1>
61
62 <h2 id="NaCl-Lucid-32-SPEC">NaCl Lucid 32 nacl-gcc SPEC</h2>
63 <table>
64 <tr>
65 <script>DisplayGraph("nacl-lucid_64-newlib-x86_32-spec/spec2k",
66 "runtime_ammp");</script>
67 <script>DisplayGraph("nacl-lucid_64-newlib-x86_32-spec/spec2k",
68 "runtime_art");</script>
69 <script>DisplayGraph("nacl-lucid_64-newlib-x86_32-spec/spec2k",
70 "runtime_bzip2");</script>
71 </tr>
72 <tr>
73 <script>DisplayGraph("nacl-lucid_64-newlib-x86_32-spec/spec2k",
74 "runtime_crafty");</script>
75 <script>DisplayGraph("nacl-lucid_64-newlib-x86_32-spec/spec2k",
76 "runtime_eon");</script>
77 <script>DisplayGraph("nacl-lucid_64-newlib-x86_32-spec/spec2k",
78 "runtime_equake");</script>
79 </tr>
80 <tr>
81 <script>DisplayGraph("nacl-lucid_64-newlib-x86_32-spec/spec2k",
82 "runtime_gap");</script>
83 <script>DisplayGraph("nacl-lucid_64-newlib-x86_32-spec/spec2k",
84 "runtime_gcc");</script>
85 <script>DisplayGraph("nacl-lucid_64-newlib-x86_32-spec/spec2k",
86 "runtime_gzip");</script>
87 </tr>
88 </table>
89
90 <h2 id="NaCl-Lucid-32-PNaCl-SPEC">NaCl Lucid 32 PNaCl SPEC</h2>
91 <table>
92 <tr>
93 <script>DisplayGraph("nacl-lucid_64-newlib-x86_32-pnacl-spec/spec2k",
94 "runtime_ammp");</script>
95 <script>DisplayGraph("nacl-lucid_64-newlib-x86_32-pnacl-spec/spec2k",
96 "runtime_art");</script>
97 <script>DisplayGraph("nacl-lucid_64-newlib-x86_32-pnacl-spec/spec2k",
98 "runtime_bzip2");</script>
99 </tr>
100 <tr>
101 <script>DisplayGraph("nacl-lucid_64-newlib-x86_32-pnacl-spec/spec2k",
102 "runtime_crafty");</script>
103 <script>DisplayGraph("nacl-lucid_64-newlib-x86_32-pnacl-spec/spec2k",
104 "runtime_eon");</script>
105 <script>DisplayGraph("nacl-lucid_64-newlib-x86_32-pnacl-spec/spec2k",
106 "runtime_equake");</script>
107 </tr>
108 <tr>
109 <script>DisplayGraph("nacl-lucid_64-newlib-x86_32-pnacl-spec/spec2k",
110 "runtime_gap");</script>
111 <script>DisplayGraph("nacl-lucid_64-newlib-x86_32-pnacl-spec/spec2k",
112 "runtime_gcc");</script>
113 <script>DisplayGraph("nacl-lucid_64-newlib-x86_32-pnacl-spec/spec2k",
114 "runtime_gzip");</script>
115 </tr>
116 </table>
117
118 <h2 id="NaCl-Lucid-64-SPEC">NaCl Lucid 64 nacl-gcc SPEC</h2>
119 <table>
120 <tr>
121 <script>DisplayGraph("nacl-lucid_64-newlib-x86_64-spec/spec2k",
122 "runtime_ammp");</script>
123 <script>DisplayGraph("nacl-lucid_64-newlib-x86_64-spec/spec2k",
124 "runtime_art");</script>
125 <script>DisplayGraph("nacl-lucid_64-newlib-x86_64-spec/spec2k",
126 "runtime_bzip2");</script>
127 </tr>
128 <tr>
129 <script>DisplayGraph("nacl-lucid_64-newlib-x86_64-spec/spec2k",
130 "runtime_crafty");</script>
131 <script>DisplayGraph("nacl-lucid_64-newlib-x86_64-spec/spec2k",
132 "runtime_eon");</script>
133 <script>DisplayGraph("nacl-lucid_64-newlib-x86_64-spec/spec2k",
134 "runtime_equake");</script>
135 </tr>
136 <tr>
137 <script>DisplayGraph("nacl-lucid_64-newlib-x86_64-spec/spec2k",
138 "runtime_gap");</script>
139 <script>DisplayGraph("nacl-lucid_64-newlib-x86_64-spec/spec2k",
140 "runtime_gcc");</script>
141 <script>DisplayGraph("nacl-lucid_64-newlib-x86_64-spec/spec2k",
142 "runtime_gzip");</script>
143 </tr>
144 </table>
145
146 <h2 id="NaCl-Lucid-64-PNaCl-SPEC">NaCl Lucid 64 PNaCl SPEC</h2>
147 <table>
148 <tr>
149 <script>DisplayGraph("nacl-lucid_64-newlib-x86_64-pnacl-spec/spec2k",
150 "runtime_ammp");</script>
151 <script>DisplayGraph("nacl-lucid_64-newlib-x86_64-pnacl-spec/spec2k",
152 "runtime_art");</script>
153 <script>DisplayGraph("nacl-lucid_64-newlib-x86_64-pnacl-spec/spec2k",
154 "runtime_bzip2");</script>
155 </tr>
156 <tr>
157 <script>DisplayGraph("nacl-lucid_64-newlib-x86_64-pnacl-spec/spec2k",
158 "runtime_crafty");</script>
159 <script>DisplayGraph("nacl-lucid_64-newlib-x86_64-pnacl-spec/spec2k",
160 "runtime_eon");</script>
161 <script>DisplayGraph("nacl-lucid_64-newlib-x86_64-pnacl-spec/spec2k",
162 "runtime_equake");</script>
163 </tr>
164 <tr>
165 <script>DisplayGraph("nacl-lucid_64-newlib-x86_64-pnacl-spec/spec2k",
166 "runtime_gap");</script>
167 <script>DisplayGraph("nacl-lucid_64-newlib-x86_64-pnacl-spec/spec2k",
168 "runtime_gcc");</script>
169 <script>DisplayGraph("nacl-lucid_64-newlib-x86_64-pnacl-spec/spec2k",
170 "runtime_gzip");</script>
171 </tr>
172 </table>
173
174 <h2 id="NaCl-Lucid-ARM-QEMU-PNaCl-SPEC">
175 NaCl Lucid ARM QEMU PNaCl SPEC</h2>
176 <table>
177 <tr>
178 <script>DisplayGraph("nacl-lucid_64-newlib-arm_qemu-pnacl-spec/spec2k" ,
179 "runtime_ammp");</script>
180 <script>DisplayGraph("nacl-lucid_64-newlib-arm_qemu-pnacl-spec/spec2k" ,
181 "runtime_art");</script>
182 <script>DisplayGraph("nacl-lucid_64-newlib-arm_qemu-pnacl-spec/spec2k" ,
183 "runtime_bzip2");</script>
184 </tr>
185 <tr>
186 <script>DisplayGraph("nacl-lucid_64-newlib-arm_qemu-pnacl-spec/spec2k" ,
187 "runtime_crafty");</script>
188 <script>DisplayGraph("nacl-lucid_64-newlib-arm_qemu-pnacl-spec/spec2k" ,
189 "runtime_eon");</script>
190 <script>DisplayGraph("nacl-lucid_64-newlib-arm_qemu-pnacl-spec/spec2k" ,
191 "runtime_equake");</script>
192 </tr>
193 <tr>
194 <script>DisplayGraph("nacl-lucid_64-newlib-arm_qemu-pnacl-spec/spec2k" ,
195 "runtime_gap");</script>
196 <script>DisplayGraph("nacl-lucid_64-newlib-arm_qemu-pnacl-spec/spec2k" ,
197 "runtime_gcc");</script>
198 <script>DisplayGraph("nacl-lucid_64-newlib-arm_qemu-pnacl-spec/spec2k" ,
199 "runtime_gzip");</script>
200 </tr>
201 </table>
202
203 </center>
204 </body>
205 </html>
OLDNEW
« no previous file with comments | « dashboard/nacl-perf.html ('k') | dashboard/overview.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698