Documentation
¶
Index ¶
Constants ¶
View Source
const ( ColCPU = 0 ColLiveObj = 0 ColLiveBytes = 1 ColAllocObj = 2 ColAllocBytes = 3 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Metrics ¶
type Metrics struct {
FuncStats map[uint64]*StatItem // stats per PC.
// contains filtered or unexported fields
}
A ReporterTransfer is used to transfer reports from client to play-prof server.
func NewMetrics ¶
func NewMetrics() *Metrics
type Profile ¶
func NewProfile ¶
func NewProfile() *Profile
func (*Profile) LoadProfileFromFiles ¶
func (*Profile) ProfileByUrl ¶
func (*Profile) Unserialise ¶
type Resolver ¶
func NewResolver ¶
func NewResolver() *Resolver
func (*Resolver) LoadSymbols ¶
func (*Resolver) LoadSymbolsFromExeFile ¶
Click to show internal directories.
Click to hide internal directories.