README ¶ isupkg install go get -u github.com/gari8/ispkg use package main import ( "github.com/gari8/ispkg" ) func main() { p := isupkg.Profile{} _ = p.Run() defer p.Stop() // ...other codes } Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type Profile func (p *Profile) Run() error func (p *Profile) Stop() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Profile ¶ type Profile struct { MutexProfileRate int BlockProfileRate int Hostname string ServerAddress string AppName string Version string // contains filtered or unexported fields } func (*Profile) Run ¶ func (p *Profile) Run() error func (*Profile) Stop ¶ func (p *Profile) Stop() error Source Files ¶ View all Source files profile.go Click to show internal directories. Click to hide internal directories.