Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mongodb/node-mongodb-native
/ processTimeMS
Function
processTimeMS
src/utils.ts:443–445 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
441
* @internal
442
* */
443
export
function
processTimeMS(): number {
444
return
Math.floor(performance.now());
445
}
446
447
/** @internal */
448
export
function
calculateDurationInMs(started: number | undefined): number {
Callers
15
withTransaction
Method · 0.90
constructor
Method · 0.90
applySession
Function · 0.90
checkOut
Method · 0.90
createConnection
Method · 0.90
constructor
Method · 0.90
markAvailable
Method · 0.90
sendCommand
Method · 0.90
constructor
Method · 0.90
constructor
Method · 0.90
constructor
Method · 0.90
constructor
Method · 0.90
Calls
no outgoing calls
Tested by
1
makeOldSession
Function · 0.68