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)
	
		
			AllocBytes int64
			AllocObjects int64
			FreeBytes int64
			FreeObjects int64
			Stack []uintptr
		
			(*MemProfileRecord) InUseBytes() int64
			(*MemProfileRecord) InUseObjects() int64
|  | The pages are generated with Golds v0.7.9-preview. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |