syntax

javaScriptBenchmark( what[, reportHandle] )

the what attribute provides the code you want to benchmark. It can be a string or a function handler.

the reportHandle attribute is optionnal and provides the handle of the HTML element where you want to output the report.

initializeJavaScriptBenchmark( what )

the what attribute provides the id of the javaScriptBenchmark you want to initialize.

updateJavaScriptBenchmark( what )

the what attribute provides the id of the javaScriptBenchmark you want to update.

examples

report area