BlockProfileRecord struct #
type BlockProfileRecord struct {
Count int64
Cycles int64
Stack []uintptr
}type BlockProfileRecord struct {
Count int64
Cycles int64
Stack []uintptr
}type MemProfileRecord struct {
AllocBytes int64
FreeBytes int64
AllocObjects int64
FreeObjects int64
Stack []uintptr
}type StackRecord struct {
Stack []uintptr
}func (r *MemProfileRecord) InUseBytes() int64func (r *MemProfileRecord) InUseObjects() int64Generated with Arrow