profilerecord

Structs

BlockProfileRecord struct #

type BlockProfileRecord struct {
Count int64
Cycles int64
Stack []uintptr
}

MemProfileRecord struct #

type MemProfileRecord struct {
AllocBytes int64
FreeBytes int64
AllocObjects int64
FreeObjects int64
Stack []uintptr
}

StackRecord struct #

type StackRecord struct {
Stack []uintptr
}

Functions

InUseBytes method #

func (r *MemProfileRecord) InUseBytes() int64

InUseObjects method #

func (r *MemProfileRecord) InUseObjects() int64

Generated with Arrow