Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SaveProfile ¶
func SaveProfile(workDir string, profileName string, ptype ProfileType, debug int)
Types ¶
type ProfileType ¶
type ProfileType string
const ( GoroutineProfile ProfileType = "goroutine" ThreadcreateProfile ProfileType = "threadcreate" HeapProfile ProfileType = "heap" BlockProfile ProfileType = "block" )
Click to show internal directories.
Click to hide internal directories.