Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + func FormatProfile(r *ProfileResult) string + type FieldProfile struct + Allocs int64 + Bytes int64 + Duration time.Duration + Name string + type ProfileResult struct + Bottleneck string + Fields []FieldProfile + Operation string + Protocol string + Total time.Duration + TotalAlloc int64 + type Profiler struct + func NewProfiler(lib *protocol.Library) *Profiler + func (p *Profiler) ProfileDecode(protoName string, data []byte, iterations int) (*ProfileResult, error)