Documentation ¶
Overview ¶
Package profile provides profile related functions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Profile ¶
type Profile interface { StartCPUProfile(fp string) error UpdateCPUProfile(fp string) error UpdateMemoryProfile(fp string) StopCPUProfile() StopMemoryProfile(fp string) CPUFileName() string MemoryFileName() string Close(wg *sync.WaitGroup) Lock() Unlock() }
Profile is the Profile interface.
Click to show internal directories.
Click to hide internal directories.