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

Function PProf

driver/driver.go:33–35  ·  view source on GitHub ↗

PProf acquires a profile, and symbolizes it using a profile manager. Then it generates a report formatted according to the options selected through the flags package.

(o *Options)

Source from the content-addressed store, hash-verified

31// manager. Then it generates a report formatted according to the
32// options selected through the flags package.
33func PProf(o *Options) error {
34 return internaldriver.PProf(o.internalOptions())
35}
36
37func (o *Options) internalOptions() *plugin.Options {
38 var obj plugin.ObjTool

Callers 2

mainFunction · 0.92
makeTestServerFunction · 0.92

Calls 1

internalOptionsMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…