MCPcopy Index your code
hub / github.com/microsoft/SandDance / getAverageTime

Method getAverageTime

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

Source from the content-addressed store, hash-verified

54955 return this.samples > 0 ? this.count / this.samples : 0;
54956 }
54957 getAverageTime() {
54958 return this.samples > 0 ? this.time / this.samples : 0;
54959 }
54960 getHz() {
54961 return this.time > 0 ? this.samples / (this.time / 1000) : 0;
54962 }

Callers 2

getTableMethod · 0.45
sanddance-app.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected