MCPcopy Create free account
hub / github.com/dispatchrun/wzprof / memorySample

Struct memorySample

mem.go:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117type memorySample struct {
118 stack stackTrace
119 value [4]int64 // allocCount, allocBytes, inuseCount, inuseBytes
120}
121
122func (m *memorySample) sampleLocation() stackTrace {
123 return m.stack

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected