(value)
| 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); |
no test coverage detected
searching dependent graphs…