MCPcopy Index your code
hub / github.com/nodejs/node / PERCENT

Function PERCENT

deps/v8/tools/parse-processor.mjs:35–37  ·  view source on GitHub ↗
(value, total)

Source from the content-addressed store, hash-verified

33}
34
35export function PERCENT(value, total) {
36 return Math.round(value / total * 100) + "%";
37}
38
39// ===========================================================================
40const kNoTimeMetrics = {

Callers 2

BYTESFunction · 0.85
toStringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…