mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:23:25 +02:00
Added Pixi Render.
Added performance counters.
This commit is contained in:
@@ -7,12 +7,20 @@
|
||||
|
||||
<h2>Fast Image Render Test</h2>
|
||||
|
||||
<h3>Frame number</h3>
|
||||
<div id="frame-number"></div>
|
||||
<dl>
|
||||
<dt>Frame number</dt>
|
||||
<dd id="frame-number"></dd>
|
||||
</dl>
|
||||
|
||||
<dl>
|
||||
<dt>Total Time</dt>
|
||||
<dd id="total-time"></dd>
|
||||
</dl>
|
||||
|
||||
<canvas width="643px" height="1149px"></canvas>
|
||||
<!--<canvas width="642px" height="1146px"></canvas>-->
|
||||
|
||||
<script src="http://cdnjs.cloudflare.com/ajax/libs/pixi.js/1.5.1/pixi.dev.js"></script>
|
||||
<script src="../index.js"></script>
|
||||
<script src="performance_test.js"></script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user