MCPcopy Create free account
hub / github.com/google/pprof / unitText

Function unitText

internal/driver/html/stacks.js:591–593  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

589
590 // unitText returns a formatted string to display for value.
591 function unitText(value) {
592 return pprofUnitText(value*stacks.Scale, stacks.Unit);
593 }
594
595 function find(name) {
596 const elem = document.getElementById(name);

Callers 3

handleEnterFunction · 0.85
detailsFunction · 0.85
percentTextFunction · 0.85

Calls 1

pprofUnitTextFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…