| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <title>Chrome Perf Overview</title> | 3 <title>Chrome Perf Overview</title> |
| 4 <script src="ui/js/common.js"></script> | 4 <script src="ui/js/common.js"></script> |
| 5 <script language="javascript"> | 5 <script language="javascript"> |
| 6 function DisplayGraph(name, graph) { | 6 function DisplayGraph(name, graph) { |
| 7 document.write('<td><iframe scrolling="no" height="250" width="400" src=
"http://build.chromium.org/f/chromium/perf/'); | 7 document.write('<td><iframe scrolling="no" height="250" width="400" src=
"http://build.chromium.org/f/chromium/perf/'); |
| 8 document.write(name); | 8 document.write(name); |
| 9 document.write('/report.html?history=50') | 9 document.write('/report.html?history=50') |
| 10 var params = ParseParams(); | 10 var params = ParseParams(); |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 <a href="#Chromium-Linux">Linux</a> | | 68 <a href="#Chromium-Linux">Linux</a> | |
| 69 <a href="#Chromium-Linux-LowMem">Linux LowMem</a> | | 69 <a href="#Chromium-Linux-LowMem">Linux LowMem</a> | |
| 70 <a href="#Chromium-Mac10.6">Mac 10.6</a> ] | 70 <a href="#Chromium-Mac10.6">Mac 10.6</a> ] |
| 71 <a href="#Chromium-Mac10.7-GPU-Intel">Mac 10.7 GPU Intel</a> ] | 71 <a href="#Chromium-Mac10.7-GPU-Intel">Mac 10.7 GPU Intel</a> ] |
| 72 </p> | 72 </p> |
| 73 <h1 id="Chromium-Android-GN">Android Galaxy Nexus</h1> | 73 <h1 id="Chromium-Android-GN">Android Galaxy Nexus</h1> |
| 74 <table> | 74 <table> |
| 75 <tr> | 75 <tr> |
| 76 <script>DisplayGraph("android-gn/jsgamebench");</script> | 76 <script>DisplayGraph("android-gn/jsgamebench");</script> |
| 77 <script>DisplayGraph("android-gn/sunspider");</script> | 77 <script>DisplayGraph("android-gn/sunspider");</script> |
| 78 <script>DisplayGraph("android-gn/octane");</script> |
| 79 </tr> |
| 80 <tr> |
| 81 <script>DisplayGraph("android-gn/image_decoding_benchmark");</script
> |
| 82 <script>DisplayGraph("android-gn/spaceport");</script> |
| 78 </tr> | 83 </tr> |
| 79 </table> | 84 </table> |
| 80 <h1 id="Chromium-Android-Nexus10">Android Nexus10</h1> | 85 <h1 id="Chromium-Android-Nexus10">Android Nexus10</h1> |
| 81 <table> | 86 <table> |
| 82 <tr> | 87 <tr> |
| 83 <script>DisplayGraph("android-nexus10/jsgamebench");</script> | 88 <script>DisplayGraph("android-nexus10/jsgamebench");</script> |
| 84 <script>DisplayGraph("android-nexus10/sunspider");</script> | 89 <script>DisplayGraph("android-nexus10/sunspider");</script> |
| 90 <script>DisplayGraph("android-nexus10/octane");</script> |
| 91 </tr> |
| 92 <tr> |
| 93 <script>DisplayGraph("android-nexus10/image_decoding_benchmark");</s
cript> |
| 94 <script>DisplayGraph("android-nexus10/spaceport");</script> |
| 85 </tr> | 95 </tr> |
| 86 </table> | 96 </table> |
| 87 <h1 id="Chromium-XP-Dual-Core">XP Dual Core</h1> | 97 <h1 id="Chromium-XP-Dual-Core">XP Dual Core</h1> |
| 88 <table> | 98 <table> |
| 89 <tr> | 99 <tr> |
| 90 <script>DisplayGraph("xp-release-dual-core/moz");</script> | 100 <script>DisplayGraph("xp-release-dual-core/moz");</script> |
| 91 <script>DisplayGraph("xp-release-dual-core/intl1");</script> | 101 <script>DisplayGraph("xp-release-dual-core/intl1");</script> |
| 92 <script>DisplayGraph("xp-release-dual-core/intl2");</script> | 102 <script>DisplayGraph("xp-release-dual-core/intl2");</script> |
| 93 </tr> | 103 </tr> |
| 94 <tr> | 104 <tr> |
| 95 <script>DisplayGraph("xp-release-dual-core/moz-http");</script> | 105 <script>DisplayGraph("xp-release-dual-core/moz-http");</script> |
| 96 <script>DisplayGraph("xp-release-dual-core/bloat-http");</script> | 106 <script>DisplayGraph("xp-release-dual-core/bloat-http");</script> |
| 97 <script>DisplayGraph("xp-release-dual-core/dhtml");</script> | 107 <script>DisplayGraph("xp-release-dual-core/dhtml");</script> |
| 98 </tr> | 108 </tr> |
| 99 <tr> | 109 <tr> |
| 100 <script>DisplayGraph("xp-release-dual-core/startup");</script> | 110 <script>DisplayGraph("xp-release-dual-core/startup");</script> |
| 101 <script>DisplayGraph("xp-release-dual-core/new-tab-ui-cold");</scrip
t> | 111 <script>DisplayGraph("xp-release-dual-core/new-tab-ui-cold");</scrip
t> |
| 102 <script>DisplayGraph("xp-release-dual-core/memory");</script> | 112 <script>DisplayGraph("xp-release-dual-core/memory");</script> |
| 103 </tr> | 113 </tr> |
| 104 <tr> | 114 <tr> |
| 105 <script>DisplayGraph("xp-release-dual-core/sunspider");</script> | 115 <script>DisplayGraph("xp-release-dual-core/sunspider");</script> |
| 106 <script>DisplayGraph("xp-release-dual-core/v8_benchmark");</script> | 116 <script>DisplayGraph("xp-release-dual-core/octane");</script> |
| 107 <script>DisplayGraph("xp-release-dual-core/dom_perf");</script> | 117 <script>DisplayGraph("xp-release-dual-core/dom_perf");</script> |
| 108 </tr> | 118 </tr> |
| 109 <tr> | 119 <tr> |
| 110 <script>DisplayGraph("xp-release-dual-core/morejs");</script> | 120 <script>DisplayGraph("xp-release-dual-core/morejs");</script> |
| 111 <script>DisplayGraph("xp-release-dual-core/dromaeo_domcore");</scrip
t> | 121 <script>DisplayGraph("xp-release-dual-core/dromaeo_domcore");</scrip
t> |
| 112 <script>DisplayGraph("xp-release-dual-core/dromaeo_jslib");</script> | 122 <script>DisplayGraph("xp-release-dual-core/dromaeo_jslib");</script> |
| 113 </tr> | 123 </tr> |
| 114 <tr> | 124 <tr> |
| 115 <script>DisplayGraph("xp-release-dual-core/new-tab-ui-warm");</scrip
t> | 125 <script>DisplayGraph("xp-release-dual-core/new-tab-ui-warm");</scrip
t> |
| 116 <script>DisplayGraph("xp-release-dual-core/sync");</script> | 126 <script>DisplayGraph("xp-release-dual-core/sync");</script> |
| (...skipping 12 matching lines...) Expand all Loading... |
| 129 <script>DisplayGraph("xp-release-single-core/bloat-http");</script> | 139 <script>DisplayGraph("xp-release-single-core/bloat-http");</script> |
| 130 <script>DisplayGraph("xp-release-single-core/dhtml");</script> | 140 <script>DisplayGraph("xp-release-single-core/dhtml");</script> |
| 131 </tr> | 141 </tr> |
| 132 <tr> | 142 <tr> |
| 133 <script>DisplayGraph("xp-release-single-core/startup");</script> | 143 <script>DisplayGraph("xp-release-single-core/startup");</script> |
| 134 <script>DisplayGraph("xp-release-single-core/new-tab-ui-cold");</scr
ipt> | 144 <script>DisplayGraph("xp-release-single-core/new-tab-ui-cold");</scr
ipt> |
| 135 <script>DisplayGraph("xp-release-single-core/memory");</script> | 145 <script>DisplayGraph("xp-release-single-core/memory");</script> |
| 136 </tr> | 146 </tr> |
| 137 <tr> | 147 <tr> |
| 138 <script>DisplayGraph("xp-release-single-core/sunspider");</script> | 148 <script>DisplayGraph("xp-release-single-core/sunspider");</script> |
| 139 <script>DisplayGraph("xp-release-single-core/v8_benchmark");</script
> | 149 <script>DisplayGraph("xp-release-single-core/octane");</script> |
| 140 <script>DisplayGraph("xp-release-single-core/dom_perf");</script> | 150 <script>DisplayGraph("xp-release-single-core/dom_perf");</script> |
| 141 </tr> | 151 </tr> |
| 142 <tr> | 152 <tr> |
| 143 <script>DisplayGraph("xp-release-single-core/morejs");</script> | 153 <script>DisplayGraph("xp-release-single-core/morejs");</script> |
| 144 <script>DisplayGraph("xp-release-single-core/dromaeo_domcore");</scr
ipt> | 154 <script>DisplayGraph("xp-release-single-core/dromaeo_domcore");</scr
ipt> |
| 145 <script>DisplayGraph("xp-release-single-core/dromaeo_jslib");</scrip
t> | 155 <script>DisplayGraph("xp-release-single-core/dromaeo_jslib");</scrip
t> |
| 146 </tr> | 156 </tr> |
| 147 <tr> | 157 <tr> |
| 148 <script>DisplayGraph("xp-release-single-core/new-tab-ui-warm");</scr
ipt> | 158 <script>DisplayGraph("xp-release-single-core/new-tab-ui-warm");</scr
ipt> |
| 149 </tr> | 159 </tr> |
| (...skipping 11 matching lines...) Expand all Loading... |
| 161 <td><div height="250" width="400">We don't run bloat_http on Win7.</
div></td> | 171 <td><div height="250" width="400">We don't run bloat_http on Win7.</
div></td> |
| 162 <script>DisplayGraph("chromium-rel-win7-dual/dhtml");</script> | 172 <script>DisplayGraph("chromium-rel-win7-dual/dhtml");</script> |
| 163 </tr> | 173 </tr> |
| 164 <tr> | 174 <tr> |
| 165 <script>DisplayGraph("chromium-rel-win7-dual/startup");</script> | 175 <script>DisplayGraph("chromium-rel-win7-dual/startup");</script> |
| 166 <td><div height="250" width="400">We don't run new-tab-ui-cold on Wi
n7.</div></td> | 176 <td><div height="250" width="400">We don't run new-tab-ui-cold on Wi
n7.</div></td> |
| 167 <script>DisplayGraph("chromium-rel-win7-dual/memory");</script> | 177 <script>DisplayGraph("chromium-rel-win7-dual/memory");</script> |
| 168 </tr> | 178 </tr> |
| 169 <tr> | 179 <tr> |
| 170 <script>DisplayGraph("chromium-rel-win7-dual/sunspider");</script> | 180 <script>DisplayGraph("chromium-rel-win7-dual/sunspider");</script> |
| 171 <script>DisplayGraph("chromium-rel-win7-dual/v8_benchmark");</script
> | 181 <script>DisplayGraph("chromium-rel-win7-dual/octane");</script> |
| 172 <script>DisplayGraph("chromium-rel-win7-dual/dom_perf");</script> | 182 <script>DisplayGraph("chromium-rel-win7-dual/dom_perf");</script> |
| 173 </tr> | 183 </tr> |
| 174 <tr> | 184 <tr> |
| 175 <script>DisplayGraph("chromium-rel-win7-dual/morejs");</script> | 185 <script>DisplayGraph("chromium-rel-win7-dual/morejs");</script> |
| 176 <script>DisplayGraph("chromium-rel-win7-dual/dromaeo_domcore");</scr
ipt> | 186 <script>DisplayGraph("chromium-rel-win7-dual/dromaeo_domcore");</scr
ipt> |
| 177 <script>DisplayGraph("chromium-rel-win7-dual/dromaeo_jslib");</scrip
t> | 187 <script>DisplayGraph("chromium-rel-win7-dual/dromaeo_jslib");</scrip
t> |
| 178 </tr> | 188 </tr> |
| 179 <tr> | 189 <tr> |
| 180 <td><div height="250" width="400">We don't run new-tab-ui-warm on Wi
n7.</div></td> | 190 <td><div height="250" width="400">We don't run new-tab-ui-warm on Wi
n7.</div></td> |
| 181 <script>DisplayGraph("chromium-rel-win7-dual/sync");</script> | 191 <script>DisplayGraph("chromium-rel-win7-dual/sync");</script> |
| 182 </tr> | 192 </tr> |
| 183 </table> | 193 </table> |
| 184 | 194 |
| 185 <h1 id="Chromium-Win7-GPU-ATI">Win7 GPU ATI</h1> | 195 <h1 id="Chromium-Win7-GPU-ATI">Win7 GPU ATI</h1> |
| 186 <table> | 196 <table> |
| 187 <tr> | 197 <tr> |
| 188 <script>DisplayGraph("chromium-rel-win7-gpu-ati/scrolling_benchmark"
);</script> | 198 <script>DisplayGraph("chromium-rel-win7-gpu-ati/scrolling_benchmark"
);</script> |
| 189 <script>DisplayGraph("chromium-rel-win7-gpu-ati/jsgamebench");</scri
pt> | 199 <script>DisplayGraph("chromium-rel-win7-gpu-ati/jsgamebench");</scri
pt> |
| 190 <script>DisplayGraph("chromium-rel-win7-gpu-ati/robohornetpro");</sc
ript> | 200 <script>DisplayGraph("chromium-rel-win7-gpu-ati/robohornetpro");</sc
ript> |
| 191 </tr> | 201 </tr> |
| 192 <tr> | 202 <tr> |
| 193 <script>DisplayGraph("chromium-rel-win7-gpu-ati/spaceport");</script
> | 203 <script>DisplayGraph("chromium-rel-win7-gpu-ati/spaceport");</script
> |
| 194 <td></td> | 204 <script>DisplayGraph("chromium-rel-win7-gpu-ati/image_decoding_bench
mark");</script> |
| 195 <td></td> | |
| 196 </tr> | 205 </tr> |
| 197 </table> | 206 </table> |
| 198 | 207 |
| 199 <h1 id="Chromium-Win7-GPU-Intel">Win7 GPU Intel</h1> | 208 <h1 id="Chromium-Win7-GPU-Intel">Win7 GPU Intel</h1> |
| 200 <table> | 209 <table> |
| 201 <tr> | 210 <tr> |
| 202 <script>DisplayGraph("chromium-rel-win7-gpu-intel/scrolling_benchmar
k");</script> | 211 <script>DisplayGraph("chromium-rel-win7-gpu-intel/scrolling_benchmar
k");</script> |
| 203 <script>DisplayGraph("chromium-rel-win7-gpu-intel/jsgamebench");</sc
ript> | 212 <script>DisplayGraph("chromium-rel-win7-gpu-intel/jsgamebench");</sc
ript> |
| 204 <script>DisplayGraph("chromium-rel-win7-gpu-intel/robohornetpro");</
script> | 213 <script>DisplayGraph("chromium-rel-win7-gpu-intel/robohornetpro");</
script> |
| 205 </tr> | 214 </tr> |
| 206 <tr> | 215 <tr> |
| 207 <script>DisplayGraph("chromium-rel-win7-gpu-intel/spaceport");</scri
pt> | 216 <script>DisplayGraph("chromium-rel-win7-gpu-intel/spaceport");</scri
pt> |
| 208 <td></td> | 217 <script>DisplayGraph("chromium-rel-win7-gpu-intel/image_decoding_ben
chmark");</script> |
| 209 <td></td> | |
| 210 </tr> | 218 </tr> |
| 211 </table> | 219 </table> |
| 212 | 220 |
| 213 <h1 id="Chromium-Win7-GPU-Nvidia">Win7 GPU Nvidia</h1> | 221 <h1 id="Chromium-Win7-GPU-Nvidia">Win7 GPU Nvidia</h1> |
| 214 <table> | 222 <table> |
| 215 <tr> | 223 <tr> |
| 216 <script>DisplayGraph("chromium-rel-win7-gpu-nvidia/scrolling_benchma
rk");</script> | 224 <script>DisplayGraph("chromium-rel-win7-gpu-nvidia/scrolling_benchma
rk");</script> |
| 217 <script>DisplayGraph("chromium-rel-win7-gpu-nvidia/jsgamebench");</s
cript> | 225 <script>DisplayGraph("chromium-rel-win7-gpu-nvidia/jsgamebench");</s
cript> |
| 218 <script>DisplayGraph("chromium-rel-win7-gpu-nvidia/robohornetpro");<
/script> | 226 <script>DisplayGraph("chromium-rel-win7-gpu-nvidia/robohornetpro");<
/script> |
| 219 </tr> | 227 </tr> |
| 220 <tr> | 228 <tr> |
| 221 <script>DisplayGraph("chromium-rel-win7-gpu-nvidia/spaceport");</scr
ipt> | 229 <script>DisplayGraph("chromium-rel-win7-gpu-nvidia/spaceport");</scr
ipt> |
| 222 <td></td> | 230 <script>DisplayGraph("chromium-rel-win7-gpu-nvidia/image_decoding_be
nchmark");</script> |
| 223 <td></td> | |
| 224 </tr> | 231 </tr> |
| 225 </table> | 232 </table> |
| 226 | 233 |
| 227 <h1 id="Chromium-Linux">Linux</h1> | 234 <h1 id="Chromium-Linux">Linux</h1> |
| 228 <table> | 235 <table> |
| 229 <tr> | 236 <tr> |
| 230 <script>DisplayGraph("linux-release/moz");</script> | 237 <script>DisplayGraph("linux-release/moz");</script> |
| 231 <script>DisplayGraph("linux-release/intl1");</script> | 238 <script>DisplayGraph("linux-release/intl1");</script> |
| 232 <script>DisplayGraph("linux-release/intl2");</script> | 239 <script>DisplayGraph("linux-release/intl2");</script> |
| 233 </tr> | 240 </tr> |
| 234 <tr> | 241 <tr> |
| 235 <script>DisplayGraph("linux-release/moz-http");</script> | 242 <script>DisplayGraph("linux-release/moz-http");</script> |
| 236 <script>DisplayGraph("linux-release/bloat-http");</script> | 243 <script>DisplayGraph("linux-release/bloat-http");</script> |
| 237 <script>DisplayGraph("linux-release/dhtml");</script> | 244 <script>DisplayGraph("linux-release/dhtml");</script> |
| 238 </tr> | 245 </tr> |
| 239 <tr> | 246 <tr> |
| 240 <script>DisplayGraph("linux-release/startup");</script> | 247 <script>DisplayGraph("linux-release/startup");</script> |
| 241 <script>DisplayGraph("linux-release/new-tab-ui-cold");</script> | 248 <script>DisplayGraph("linux-release/new-tab-ui-cold");</script> |
| 242 <script>DisplayGraph("linux-release/sunspider");</script> | 249 <script>DisplayGraph("linux-release/sunspider");</script> |
| 243 </tr> | 250 </tr> |
| 244 <tr> | 251 <tr> |
| 245 <script>DisplayGraph("linux-release/v8_benchmark");</script> | 252 <script>DisplayGraph("linux-release/octane");</script> |
| 246 <script>DisplayGraph("linux-release/dom_perf");</script> | 253 <script>DisplayGraph("linux-release/dom_perf");</script> |
| 247 <script>DisplayGraph("linux-release/morejs");</script> | 254 <script>DisplayGraph("linux-release/morejs");</script> |
| 248 </tr> | 255 </tr> |
| 249 <tr> | 256 <tr> |
| 250 <script>DisplayGraph("linux-release/dromaeo_domcore");</script> | 257 <script>DisplayGraph("linux-release/dromaeo_domcore");</script> |
| 251 <script>DisplayGraph("linux-release/dromaeo_jslib");</script> | 258 <script>DisplayGraph("linux-release/dromaeo_jslib");</script> |
| 252 <script>DisplayGraph("linux-release/new-tab-ui-warm");</script> | 259 <script>DisplayGraph("linux-release/new-tab-ui-warm");</script> |
| 253 </tr> | 260 </tr> |
| 254 <tr> | 261 <tr> |
| 255 <script>DisplayGraph("linux-release/sync");</script> | 262 <script>DisplayGraph("linux-release/sync");</script> |
| (...skipping 16 matching lines...) Expand all Loading... |
| 272 <script>DisplayGraph("linux-release-lowmem/moz-http");</script> | 279 <script>DisplayGraph("linux-release-lowmem/moz-http");</script> |
| 273 <script>DisplayGraph("linux-release-lowmem/bloat-http");</script> | 280 <script>DisplayGraph("linux-release-lowmem/bloat-http");</script> |
| 274 <script>DisplayGraph("linux-release-lowmem/dhtml");</script> | 281 <script>DisplayGraph("linux-release-lowmem/dhtml");</script> |
| 275 </tr> | 282 </tr> |
| 276 <tr> | 283 <tr> |
| 277 <script>DisplayGraph("linux-release-lowmem/startup");</script> | 284 <script>DisplayGraph("linux-release-lowmem/startup");</script> |
| 278 <script>DisplayGraph("linux-release-lowmem/new-tab-ui-cold");</scrip
t> | 285 <script>DisplayGraph("linux-release-lowmem/new-tab-ui-cold");</scrip
t> |
| 279 <script>DisplayGraph("linux-release-lowmem/sunspider");</script> | 286 <script>DisplayGraph("linux-release-lowmem/sunspider");</script> |
| 280 </tr> | 287 </tr> |
| 281 <tr> | 288 <tr> |
| 282 <script>DisplayGraph("linux-release-lowmem/v8_benchmark");</script> | 289 <script>DisplayGraph("linux-release-lowmem/octane");</script> |
| 283 <script>DisplayGraph("linux-release-lowmem/dom_perf");</script> | 290 <script>DisplayGraph("linux-release-lowmem/dom_perf");</script> |
| 284 <script>DisplayGraph("linux-release-lowmem/morejs");</script> | 291 <script>DisplayGraph("linux-release-lowmem/morejs");</script> |
| 285 </tr> | 292 </tr> |
| 286 <tr> | 293 <tr> |
| 287 <script>DisplayGraph("linux-release-lowmem/sync");</script> | 294 <script>DisplayGraph("linux-release-lowmem/sync");</script> |
| 288 <script>DisplayGraph("linux-release-lowmem/frame_rate");</script> | 295 <script>DisplayGraph("linux-release-lowmem/frame_rate");</script> |
| 289 </tr> | 296 </tr> |
| 290 </table> | 297 </table> |
| 291 <h1 id="Chromium-Mac10.6">Mac 10.6</h1> | 298 <h1 id="Chromium-Mac10.6">Mac 10.6</h1> |
| 292 <table> | 299 <table> |
| 293 <tr> | 300 <tr> |
| 294 <script>DisplayGraph("mac-release-10.6/moz");</script> | 301 <script>DisplayGraph("mac-release-10.6/moz");</script> |
| 295 <script>DisplayGraph("mac-release-10.6/intl1");</script> | 302 <script>DisplayGraph("mac-release-10.6/intl1");</script> |
| 296 <script>DisplayGraph("mac-release-10.6/intl2");</script> | 303 <script>DisplayGraph("mac-release-10.6/intl2");</script> |
| 297 </tr> | 304 </tr> |
| 298 <tr> | 305 <tr> |
| 299 <script>DisplayGraph("mac-release-10.6/moz-http");</script> | 306 <script>DisplayGraph("mac-release-10.6/moz-http");</script> |
| 300 <script>DisplayGraph("mac-release-10.6/bloat-http");</script> | 307 <script>DisplayGraph("mac-release-10.6/bloat-http");</script> |
| 301 <script>DisplayGraph("mac-release-10.6/dhtml");</script> | 308 <script>DisplayGraph("mac-release-10.6/dhtml");</script> |
| 302 </tr> | 309 </tr> |
| 303 <tr> | 310 <tr> |
| 304 <script>DisplayGraph("mac-release-10.6/startup");</script> | 311 <script>DisplayGraph("mac-release-10.6/startup");</script> |
| 305 <script>DisplayGraph("mac-release-10.6/new-tab-ui-cold");</script> | 312 <script>DisplayGraph("mac-release-10.6/new-tab-ui-cold");</script> |
| 306 <script>DisplayGraph("mac-release-10.6/memory");</script> | 313 <script>DisplayGraph("mac-release-10.6/memory");</script> |
| 307 </tr> | 314 </tr> |
| 308 <tr> | 315 <tr> |
| 309 <script>DisplayGraph("mac-release-10.6/sunspider");</script> | 316 <script>DisplayGraph("mac-release-10.6/sunspider");</script> |
| 310 <script>DisplayGraph("mac-release-10.6/v8_benchmark");</script> | 317 <script>DisplayGraph("mac-release-10.6/octane");</script> |
| 311 <script>DisplayGraph("mac-release-10.6/dom_perf");</script> | 318 <script>DisplayGraph("mac-release-10.6/dom_perf");</script> |
| 312 </tr> | 319 </tr> |
| 313 <tr> | 320 <tr> |
| 314 <script>DisplayGraph("mac-release-10.6/morejs");</script> | 321 <script>DisplayGraph("mac-release-10.6/morejs");</script> |
| 315 <script>DisplayGraph("mac-release-10.6/dromaeo_domcore");</script> | 322 <script>DisplayGraph("mac-release-10.6/dromaeo_domcore");</script> |
| 316 <script>DisplayGraph("mac-release-10.6/dromaeo_jslib");</script> | 323 <script>DisplayGraph("mac-release-10.6/dromaeo_jslib");</script> |
| 317 </tr> | 324 </tr> |
| 318 <tr> | 325 <tr> |
| 319 <script>DisplayGraph("mac-release-10.6/new-tab-ui-warm");</script> | 326 <script>DisplayGraph("mac-release-10.6/new-tab-ui-warm");</script> |
| 320 <script>DisplayGraph("mac-release-10.6/sync");</script> | 327 <script>DisplayGraph("mac-release-10.6/sync");</script> |
| 321 <script>DisplayGraph("mac-release-10.6/frame_rate");</script> | 328 <script>DisplayGraph("mac-release-10.6/frame_rate");</script> |
| 322 </tr> | 329 </tr> |
| 323 <tr> | 330 <tr> |
| 324 <script>DisplayGraph("mac-release-10.6/kraken");</script> | 331 <script>DisplayGraph("mac-release-10.6/kraken");</script> |
| 325 <script>DisplayGraph("mac-release-10.6/page_cycler_2012Q2-netsim");<
/script> | 332 <script>DisplayGraph("mac-release-10.6/page_cycler_2012Q2-netsim");<
/script> |
| 326 </tr> | 333 </tr> |
| 327 </table> | 334 </table> |
| 328 | 335 |
| 329 <h1 id="Chromium-Mac10.7-GPU-Intel">Mac 10.7 GPU Intel</h1> | 336 <h1 id="Chromium-Mac10.7-GPU-Intel">Mac 10.7 GPU Intel</h1> |
| 330 <table> | 337 <table> |
| 331 <tr> | 338 <tr> |
| 332 <script>DisplayGraph("chromium-rel-mac7-gpu-intel/scrolling_benchmar
k");</script> | 339 <script>DisplayGraph("chromium-rel-mac7-gpu-intel/scrolling_benchmar
k");</script> |
| 333 <script>DisplayGraph("chromium-rel-mac7-gpu-intel/jsgamebench");</sc
ript> | 340 <script>DisplayGraph("chromium-rel-mac7-gpu-intel/jsgamebench");</sc
ript> |
| 334 <script>DisplayGraph("chromium-rel-mac7-gpu-intel/robohornetpro");</
script> | 341 <script>DisplayGraph("chromium-rel-mac7-gpu-intel/robohornetpro");</
script> |
| 335 </tr> | 342 </tr> |
| 336 <tr> | 343 <tr> |
| 337 <script>DisplayGraph("chromium-rel-mac7-gpu-intel/spaceport");</scri
pt> | 344 <script>DisplayGraph("chromium-rel-mac7-gpu-intel/spaceport");</scri
pt> |
| 338 <td></td> | 345 <script>DisplayGraph("chromium-rel-mac7-gpu-intel/image_decoding_ben
chmark");</script> |
| 339 <td></td> | |
| 340 </tr> | 346 </tr> |
| 341 </table> | 347 </table> |
| 342 </center> | 348 </center> |
| 343 </body> | 349 </body> |
| 344 </html> | 350 </html> |
| 345 | 351 |
| OLD | NEW |