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

Method sampleValue

wzprof.go:438–438  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

436type sampleType interface {
437 sampleLocation() stackTrace
438 sampleValue() []int64
439}
440
441func buildProfile[T sampleType](p *Profiling, samples map[uint64]T, start time.Time, duration time.Duration, sampleType []*profile.ValueType, ratios []float64) *profile.Profile {

Callers 1

buildProfileFunction · 0.65

Implementers 2

stackCounterwzprof.go

Calls

no outgoing calls

Tested by

no test coverage detected