Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CPUMemoryDataRow ¶ added in v0.0.48
type PprofFiles ¶ added in v0.0.48
type PprofFiles struct { CpuFile string MemFile string AllocsFile string GoroutineFile string MutexFile string BlockFile string }
func (*PprofFiles) IsExistsAllocsFile ¶ added in v0.0.48
func (s *PprofFiles) IsExistsAllocsFile() bool
func (*PprofFiles) IsExistsBlockFile ¶ added in v0.0.48
func (s *PprofFiles) IsExistsBlockFile() bool
func (*PprofFiles) IsExistsCpuFile ¶ added in v0.0.48
func (s *PprofFiles) IsExistsCpuFile() bool
func (*PprofFiles) IsExistsGoroutineFile ¶ added in v0.0.48
func (s *PprofFiles) IsExistsGoroutineFile() bool
func (*PprofFiles) IsExistsMemFile ¶ added in v0.0.48
func (s *PprofFiles) IsExistsMemFile() bool
func (*PprofFiles) IsExistsMutexFile ¶ added in v0.0.48
func (s *PprofFiles) IsExistsMutexFile() bool
type PprofServer ¶ added in v0.0.48
type PprofServer struct {
// contains filtered or unexported fields
}
func NewPprofServer ¶ added in v0.0.48
func NewPprofServer(addr string, files *PprofFiles) (s *PprofServer, err error)
func (*PprofServer) Start ¶ added in v0.0.48
func (s *PprofServer) Start() (err error)
type TopItemListInfo ¶ added in v0.0.48
type TopItemListInfo struct { Total string Percent string Data gprofile.TopItemList }
Click to show internal directories.
Click to hide internal directories.