Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProfileSession ¶
type ProfileSession struct {
// contains filtered or unexported fields
}
func BeginProfiling ¶
func BeginProfiling(profileDir string, logWriter io.Writer) *ProfileSession
BeginProfiling starts CPU and memory profiling, writing the profiles to the specified directory.
func (*ProfileSession) Stop ¶
func (p *ProfileSession) Stop()
Click to show internal directories.
Click to hide internal directories.