Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/claude-code-best/claude-code
/ now
Method
now
src/utils/profilerBase.ts:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
57
now(): number {
58
return
Number(process.hrtime.bigint() / 1000n) / 1000 - this._origin
59
}
60
}
61
62
// Singleton — shared across all profilers (same as the old perf_hooks singleton)
Callers
15
mark
Method · 0.95
downloadRemoteToTemp
Function · 0.80
waitForLogin
Function · 0.80
addPendingPairing
Function · 0.80
confirmPairing
Function · 0.80
pruneExpiredPendingPermissions
Function · 0.80
setActivePermissionChat
Function · 0.80
savePendingPermission
Function · 0.80
downloadMedia
Function · 0.80
handleUpload
Function · 0.80
withConnectionTimeout
Function · 0.80
installConnectionMonitor
Function · 0.80
Calls
no outgoing calls
Tested by
12
main
Function · 0.64
main
Function · 0.64
makeEvent
Function · 0.64
makeTask
Function · 0.64
makeEntry
Function · 0.64
makeShutdownMsg
Function · 0.64
makeToolUseMsg
Function · 0.64
makeToolResultMsg
Function · 0.64
makeTextMsg
Function · 0.64
makeState
Function · 0.64
makeRunningTask
Function · 0.64
makeRun
Function · 0.64