(time)
| 54924 | return this; |
| 54925 | } |
| 54926 | addTime(time) { |
| 54927 | this._time += time; |
| 54928 | this.lastTiming = time; |
| 54929 | this._samples++; |
| 54930 | this._checkSampling(); |
| 54931 | return this; |
| 54932 | } |
| 54933 | timeStart() { |
| 54934 | this._startTime = (0, _hiResTimestampDefault.default)(); |
| 54935 | this._timerPending = true; |
no test coverage detected