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)
| 31 | // manager. Then it generates a report formatted according to the |
| 32 | // options selected through the flags package. |
| 33 | func PProf(o *Options) error { |
| 34 | return internaldriver.PProf(o.internalOptions()) |
| 35 | } |
| 36 | |
| 37 | func (o *Options) internalOptions() *plugin.Options { |
| 38 | var obj plugin.ObjTool |
no test coverage detected
searching dependent graphs…