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

Method getSampleAverageCount

docs/app/js/sanddance-app.js:54945–54947  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54943 return this;
54944 }
54945 getSampleAverageCount() {
54946 return this.sampleSize > 0 ? this.lastSampleCount / this.sampleSize : 0;
54947 }
54948 getSampleAverageTime() {
54949 return this.sampleSize > 0 ? this.lastSampleTime / this.sampleSize : 0;
54950 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected