MCPcopy Create free account
hub / github.com/microsoft/SandDance / addTime

Method addTime

docs/app/js/sanddance-app.js:54926–54932  ·  view source on GitHub ↗
(time)

Source from the content-addressed store, hash-verified

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;

Callers 2

timeEndMethod · 0.95
sanddance-app.jsFile · 0.45

Calls 1

_checkSamplingMethod · 0.95

Tested by

no test coverage detected