Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Profiler ¶
type Profiler struct {
CPUProfile bool // set before boot
MEMProfile bool // set before boot
CpuProfileFile *os.File
MemProfileFile *os.File
// contains filtered or unexported fields
} // end Profiler struct
func (*Profiler) CatchInterruptSignal ¶
func (*Profiler) StartMemProfile ¶
func (*Profiler) StopCPUProfile ¶
func (p *Profiler) StopCPUProfile()
Click to show internal directories.
Click to hide internal directories.