Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ TIME
Function
TIME
deps/v8/tools/parse-processor.mjs:31–33 ·
view source on GitHub ↗
(millis)
Source
from the content-addressed store, hash-verified
29
}
30
31
export
function
TIME(millis) {
32
return
formatMillis(millis, 1);
33
}
34
35
export
function
PERCENT(value, total) {
36
return
Math.round(value / total * 100) +
"%"
;
Callers
1
toString
Method · 0.85
Calls
1
formatMillis
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…