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

Function find

internal/driver/html/stacks.js:595–601  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

593 }
594
595 function find(name) {
596 const elem = document.getElementById(name);
597 if (!elem) {
598 throw 'element not found: ' + name
599 }
600 return elem;
601 }
602
603 function makeColor(index) {
604 // Rotate hue around a circle. Multiple by phi to spread things

Callers 1

stackViewerFunction · 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…