Documentation
¶
Index ¶
- Constants
- func BlockProfile(prof profile) profile
- func CPUProfile(prof profile) profile
- func MemProfile(prof profile) profile
- func MemProfileRate(r int) func(profile) profile
- func NoInterruptHook() func(profile) profile
- func ProfilePath(path string) func(profile) profile
- func Start(decorators ...func(profile) profile) interface{ ... }
Constants ¶
View Source
const ( CPUMODE modeType = iota MEMMODE BLKMODE )
Variables ¶
This section is empty.
Functions ¶
func BlockProfile ¶
func BlockProfile(prof profile) profile
func MemProfile ¶
func MemProfile(prof profile) profile
func MemProfileRate ¶
func MemProfileRate(r int) func(profile) profile
func NoInterruptHook ¶
func NoInterruptHook() func(profile) profile
func ProfilePath ¶
func ProfilePath(path string) func(profile) profile
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.