package profilerecord

Import Path
	internal/profilerecord (on go.dev)

Dependency Relation
	imports 0 packages, and imported by 2 packages

Involved Source Files Package profilerecord holds internal types used to represent profiling records with deep stack traces. TODO: Consider moving this to internal/runtime, see golang.org/issue/65355.
Package-Level Type Names (total 3)
/* sort by: | */
Count int64 Cycles int64 Stack []uintptr
AllocBytes int64 AllocObjects int64 FreeBytes int64 FreeObjects int64 Stack []uintptr (*MemProfileRecord) InUseBytes() int64 (*MemProfileRecord) InUseObjects() int64
Stack []uintptr