MCPcopy 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
31export function TIME(millis) {
32 return formatMillis(millis, 1);
33}
34
35export function PERCENT(value, total) {
36 return Math.round(value / total * 100) + "%";

Callers 1

toStringMethod · 0.85

Calls 1

formatMillisFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…