- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for StopCPUProfile (0.16 sec)
-
cmd/utils.go
f, err := Create(fn) if err != nil { return nil, err } err = pprof.StartCPUProfile(f) if err != nil { return nil, err } prof.stopFn = func() ([]byte, error) { pprof.StopCPUProfile() err := f.Close() if err != nil { return nil, err } defer RemoveAll(dirPath) return ioutilx.ReadFile(fn) } case madmin.ProfilerCPUIO:
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Aug 13 22:22:04 UTC 2024 - 31.9K bytes - Viewed (0) -
api/go1.txt
pkg runtime/pprof, func NewProfile(string) *Profile pkg runtime/pprof, func Profiles() []*Profile pkg runtime/pprof, func StartCPUProfile(io.Writer) error pkg runtime/pprof, func StopCPUProfile() pkg runtime/pprof, func WriteHeapProfile(io.Writer) error pkg runtime/pprof, method (*Profile) Add(interface{}, int) pkg runtime/pprof, method (*Profile) Count() int
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)