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

Method getHz

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

Source from the content-addressed store, hash-verified

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 }
54963 reset() {
54964 this.time = 0;
54965 this.count = 0;

Callers 2

getTableMethod · 0.45
sanddance-app.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected