return this for profiler function
This commit is contained in:
parent
83820eaa89
commit
6048a15f6b
@ -81,6 +81,7 @@ Metric.prototype = {
|
||||
//
|
||||
start: function() {
|
||||
this.t0 = +new Date();
|
||||
return this;
|
||||
},
|
||||
|
||||
// elapsed time since start was called
|
||||
|
Loading…
Reference in New Issue
Block a user