Name | Date | Size | |
---|---|---|---|
.. | 13-Jul-2012 | 4 KiB | |
background.html | 13-Jul-2012 | 15.7 KiB | |
jquery/ | 13-Jul-2012 | 4 KiB | |
jst/ | 13-Jul-2012 | 4 KiB | |
manifest.json | 13-Jul-2012 | 354 | |
options.html | 13-Jul-2012 | 30.9 KiB | |
README.txt | 13-Jul-2012 | 1.2 KiB | |
script.js | 13-Jul-2012 | 2.1 KiB | |
stopwatch.jpg | 13-Jul-2012 | 947 | |
util/ | 13-Jul-2012 | 4 KiB |
README.txt
1Benchmark Extension 2------------------- 3This extension provides basic page-level benchmarking into the browser. 4 5With the extension installed you can test web pages and then compare 6results in a subwindow. 7 8Between each page load you can optionally clear idle http connections and 9clear the cache so that page loads are more like the user experience 10when first connecting to a site. 11 12To use this benchmark, you'll need to run chrome with the the 13"--enable-benchmarking" flag. This flag enables a v8-extension so that 14the benchmark can clear idle connections and the cache. 15 16The code found in the jst/ subdirectory is JSTemplate code from 17http://code.google.com/p/google-jstemplate/. 18 19In jquery/, jquery-1.4.2.min.js is from http://jquery.com/. jquery.flot.min.js 20is a plotting library and from http://code.google.com/p/flot/. 21jquery.flot.dashes.js is an enhancement of Flot for dashed lines and from 22http://code.google.com/p/flot/issues/detail?id=61. 23 24In util/, sortable.js serves for sorting table content and is from 25http://www.kryogenix.org/code/browser/sorttable/. table2CSV.js is for exporting 26table data to .csv and from http://www.kunalbabre.com/projects/table2CSV.php. 27 28