perf.js
changeset 57 94e1b2d0bd31
parent 5 f1dd66c68f4e
child 92 1959a0505639
--- a/perf.js	Thu Sep 11 20:01:40 2014 +0300
+++ b/perf.js	Mon Sep 15 02:49:02 2014 +0300
@@ -1,10 +1,9 @@
 "use strict";
 
 ////////////////////////////////////////////////////////////////
-// Performance testing toolkit.
+/** @fileOverview Performance testing toolkit. */
 ////////////////////////////////////////////////////////////////
 
-
 /* Invoce 'fn' function 'n' times with 'this' set to 'ctx'.
  * Use 'ctx' to initialise test and to pass state between calls. */
 function perf(msg, fn, n, ctx) {