|
| 1 | +<!-- |
| 2 | + Copyright (C) 2015-2018 Apple Inc. All rights reserved. |
| 3 | +
|
| 4 | + Redistribution and use in source and binary forms, with or without |
| 5 | + modification, are permitted provided that the following conditions |
| 6 | + are met: |
| 7 | + 1. Redistributions of source code must retain the above copyright |
| 8 | + notice, this list of conditions and the following disclaimer. |
| 9 | + 2. Redistributions in binary form must reproduce the above copyright |
| 10 | + notice, this list of conditions and the following disclaimer in the |
| 11 | + documentation and/or other materials provided with the distribution. |
| 12 | +
|
| 13 | + THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS'' |
| 14 | + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, |
| 15 | + THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 16 | + PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS |
| 17 | + BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 18 | + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 19 | + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 20 | + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 21 | + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 22 | + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF |
| 23 | + THE POSSIBILITY OF SUCH DAMAGE. |
| 24 | +--> |
1 | 25 | <!DOCTYPE html>
|
2 | 26 | <html>
|
3 | 27 | <head>
|
4 | 28 | <meta charset="utf-8">
|
5 | 29 | <meta name="viewport" content="width=device-width, user-scalable=no">
|
6 | 30 |
|
7 |
| - <title>MotionMark 1.0 - developer</title> |
| 31 | + <title>MotionMark developer</title> |
8 | 32 |
|
9 |
| - <link rel="stylesheet" href="resources/runner/animometer.css"> |
10 |
| - <link rel="stylesheet" href="resources/debug-runner/animometer.css"> |
| 33 | + <link rel="stylesheet" href="resources/runner/motionmark.css"> |
| 34 | + <link rel="stylesheet" href="resources/debug-runner/motionmark.css"> |
11 | 35 |
|
12 | 36 | <script src="resources/strings.js"></script>
|
13 | 37 | <script src="resources/extensions.js"></script>
|
14 | 38 | <script src="resources/statistics.js"></script>
|
15 | 39 |
|
16 | 40 | <script src="resources/runner/tests.js" charset="utf-8"></script>
|
17 | 41 | <script src="resources/debug-runner/tests.js" charset="utf-8"></script>
|
18 |
| - <script src="resources/runner/animometer.js"></script> |
19 |
| - <script src="resources/debug-runner/animometer.js" charset="utf-8"></script> |
| 42 | + <script src="resources/runner/motionmark.js"></script> |
| 43 | + <script src="resources/debug-runner/motionmark.js" charset="utf-8"></script> |
20 | 44 |
|
21 | 45 | <script src="resources/runner/benchmark-runner.js"></script>
|
22 | 46 | <script src="resources/debug-runner/d3.min.js"></script>
|
|
25 | 49 | <body class="showing-intro">
|
26 | 50 | <main>
|
27 | 51 | <section id="intro" class="selected">
|
28 |
| - <h1>MotionMark</h1> |
| 52 | + <header> |
| 53 | + <h1>MotionMark</h1> |
| 54 | + <h2>version <span class="version"></span></h2> |
| 55 | + </header> |
29 | 56 | <div class="body">
|
30 | 57 | <div>
|
31 | 58 | <div id="suites">
|
@@ -57,11 +84,9 @@ <h3>Tiles:</h3>
|
57 | 84 | <li>
|
58 | 85 | <h3>Adjusting the test complexity:</h3>
|
59 | 86 | <ul>
|
| 87 | + <li><label><input name="controller" type="radio" value="ramp" checked> Ramp</label></li> |
60 | 88 | <li><label><input name="controller" type="radio" value="fixed"> Keep at a fixed complexity</label></li>
|
61 |
| - <li><label><input name="controller" type="radio" value="step"> Keep at a fixed complexity, then make a big step</label></li> |
62 | 89 | <li><label><input name="controller" type="radio" value="adaptive"> Maintain target FPS</label></li>
|
63 |
| - <li><label><input name="controller" type="radio" value="ramp" checked> Ramp</label></li> |
64 |
| - <li><label><input name="controller" type="radio" value="ramp30"> Ramp @ 30fps</label></li> |
65 | 90 | </ul>
|
66 | 91 | </li>
|
67 | 92 | <li>
|
@@ -109,6 +134,7 @@ <h1>MotionMark score</h1>
|
109 | 134 | <span class="medium">on a medium screen (laptop, tablet)</span>
|
110 | 135 | <span class="large">on a large screen (desktop)</span>
|
111 | 136 | </div>
|
| 137 | + <div>version <span class="version"></span></div> |
112 | 138 | <p class="score" onclick="benchmarkController.showDebugInfo()"></p>
|
113 | 139 | <p class="confidence"></p>
|
114 | 140 | <div id="results-tables" class="table-container">
|
@@ -157,13 +183,11 @@ <h1>Graph:</h1>
|
157 | 183 | <form name="complexity-graph-options">
|
158 | 184 | <ul class="series">
|
159 | 185 | <li><label><input type="checkbox" name="series-raw" checked> Series raw</label></li>
|
160 |
| - <li><label><input type="checkbox" name="series-average"> Series average</label></li> |
161 | 186 | </ul>
|
162 | 187 | <ul>
|
163 | 188 | <li><label><input type="checkbox" name="regression-time-score"> Controller score</label></li>
|
164 | 189 | <li><label><input type="checkbox" name="bootstrap-score" checked> Bootstrap score and histogram</label></li>
|
165 | 190 | <li><label><input type="checkbox" name="complexity-regression-aggregate-raw" checked> Regression, series raw</label><span id="complexity-regression-aggregate-raw"></span></li>
|
166 |
| - <li><label><input type="checkbox" name="complexity-regression-aggregate-average"> Regression, series average</label><span id="complexity-regression-aggregate-average"></span></li> |
167 | 191 | </ul>
|
168 | 192 | </form>
|
169 | 193 | </nav>
|
|
0 commit comments