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

Method String

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

Source from the content-addressed store, hash-verified

360}
361
362func (sc *stackCounter) String() string {
363 return fmt.Sprintf("{count:%d,total:%d}", sc.count(), sc.total())
364}
365
366// Compile-time check that program counters are uint64 values.
367var _ = assertTypeIsUint64[experimental.ProgramCounter]()

Callers

nothing calls this directly

Calls 2

countMethod · 0.95
totalMethod · 0.95

Tested by

no test coverage detected