return this for profiler function

This commit is contained in:
javi 2013-08-28 12:38:14 +02:00
parent 83820eaa89
commit 6048a15f6b

View File

@ -81,6 +81,7 @@ Metric.prototype = {
//
start: function() {
this.t0 = +new Date();
return this;
},
// elapsed time since start was called