MCPcopy Index your code
hub / github.com/TheAlgorithms/JavaScript / getRunTime

Method getRunTime

Timing-Functions/IntervalTimer.js:55–57  ·  view source on GitHub ↗

* @return {number} Elapsed time since start.

()

Source from the content-addressed store, hash-verified

53 * @return {number} Elapsed time since start.
54 */
55 getRunTime() {
56 return this.timer
57 }
58}
59
60/**

Callers 1

ExampleIntervalTimerFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected