File: test/speed.php

Recommend this page to a friend!
  Classes of Emil Kilhage   jQuery Benchmark Tool   test/speed.php   Download  
File: test/speed.php
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: jQuery Benchmark Tool
Measure time it takes to execute JavaScript code
Author: By
Last change: Update of test/speed.php
Date: 2 years ago
Size: 448 bytes
 

Contents

Class file image Download
<!doctype html> <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" type="text/css" href="../jquery-benchmark-suit.css" /> <script src="http://code.jquery.com/jquery.js"></script> <script src="../jquery-benchmark.js"></script> <script src="../jquery-benchmark-suit.js"></script> <script src="speed.js"></script> </head> <body> </body> </html>