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

Function SetVariableDefault

internal/driver/commands.go:71–73  ·  view source on GitHub ↗

SetVariableDefault sets the default value for a pprof variable. This enables extensions to set their own defaults.

(variable, value string)

Source from the content-addressed store, hash-verified

69// SetVariableDefault sets the default value for a pprof
70// variable. This enables extensions to set their own defaults.
71func SetVariableDefault(variable, value string) {
72 configure(variable, value)
73}
74
75// PostProcessor is a function that applies post-processing to the report output
76type PostProcessor func(input io.Reader, output io.Writer, ui plugin.UI) error

Callers

nothing calls this directly

Calls 1

configureFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…