Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Marus/cortex-debug
/ deltaNs
Method
deltaNs
src/common.ts:663–665 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
661
}
662
663
public deltaNs(): string {
664
return
(process.hrtime.bigint() - this.start).toString();
665
}
666
667
public deltaUs(): string {
668
return
this.toStringWithRes(3);
Callers
nothing calls this directly
Calls
1
toString
Method · 0.80
Tested by
no test coverage detected