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

Function main

pprof.go:29–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27)
28
29func main() {
30 if err := driver.PProf(&driver.Options{UI: newUI()}); err != nil {
31 fmt.Fprintf(os.Stderr, "pprof: %v\n", err)
32 os.Exit(2)
33 }
34}
35
36// readlineUI implements the driver.UI interface using the
37// github.com/chzyer/readline library.

Callers

nothing calls this directly

Calls 2

PProfFunction · 0.92
newUIFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…