Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DavidWells/analytics
/ runtimeMs
Method
runtimeMs
packages/analytics-util-queue/tests/main.test.js:189–192 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
187
this.startTime = process.hrtime()
188
}
189
runtimeMs() {
190
const
diff = process.hrtime(this.startTime)
191
return
(diff[0] * this.NS_PER_SEC + diff[1]) * this.MS_PER_NS
192
}
193
}
Callers
2
asyncQueue
Function · 0.95
main.test.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected