4 Copyright 2014 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file.
9 <meta http-equiv=
"Pragma" content=
"no-cache">
10 <meta http-equiv=
"Expires" content=
"-1">
11 <meta charset=
"UTF-8">
12 <title>{{title}}
</title>
13 <script type=
"text/javascript" src=
"common.js"></script>
14 <script type=
"text/javascript" src=
"example.js"></script>
16 <body {{attrs}}
data-width=
"640" data-height=
"640">
18 <h2>Status:
<code id=
"statusField">NO-STATUS
</code></h2>
20 This PNaCl demo uses portable SIMD and renders a rotating globe using the
23 NASA Goddard Space Flight Center Image by Reto Stöckli (land surface,
24 shallow water, clouds). Enhancements by Robert Simmon (ocean color,
25 compositing,
3D globes, animation).
26 Data and technical support: MODIS Land Group; MODIS Science Data,
27 Support Team; MODIS Atmosphere Group; MODIS Ocean Group Additional data:
28 USGS EROS Data Center (topography); USGS Terrestrial Remote Sensing
29 Flagstaff Field Center (Antarctica); Defense Meteorological
30 Satellite Program (city lights).
33 <input type=
"range" id=
"zoomRange"
34 min=
"1.0" max=
"50.0" step=
"0.5" value=
"14.0" />
36 <input type=
"range" id=
"lightRange"
37 min=
"0.2" max=
"2.0" step=
".01" value=
"1.0" />
39 Number of threads (
0 is main thread):
40 <input type=
"radio" name=
"threadCount" id=
"radio0" value=
"0"
42 <label for=
"radio0">0</label>
43 <input type=
"radio" name=
"threadCount" id=
"radio1" value=
"1">
44 <label for=
"radio1">1</label>
45 <input type=
"radio" name=
"threadCount" id=
"radio2" value=
"2">
46 <label for=
"radio2">2</label>
47 <input type=
"radio" name=
"threadCount" id=
"radio3" value=
"4">
48 <label for=
"radio3">4</label>
49 <input type=
"radio" name=
"threadCount" id=
"radio4" value=
"6">
50 <label for=
"radio4">6</label>
51 <input type=
"radio" name=
"threadCount" id=
"radio5" value=
"8">
52 <label for=
"radio5">8</label>
53 <input type=
"radio" name=
"threadCount" id=
"radio6" value=
"12">
54 <label for=
"radio6">12</label>
55 <input type=
"radio" name=
"threadCount" id=
"radio7" value=
"16">
56 <label for=
"radio7">16</label>
57 <input type=
"radio" name=
"threadCount" id=
"radio8" value=
"24">
58 <label for=
"radio8">24</label>
59 <input type=
"radio" name=
"threadCount" id=
"radio9" value=
"32">
60 <label for=
"radio9">32</label>
62 <input type=
"submit" id=
"benchmark" value=
"Run Benchmark">
63 <label id=
"result" name=
"result"> </label>
65 <!-- The NaCl plugin will be embedded inside the element with id "listener".
67 <div id=
"listener"></div>