mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 00:53:26 +02:00
27 lines
544 B
HTML
27 lines
544 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Fast Image Render Test</title>
|
|
</head>
|
|
<body>
|
|
|
|
<h2>Fast Image Render Test</h2>
|
|
|
|
<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>
|
|
</html> |