type MutatorUtilFunc …
func MMUHandlerFunc(ranges []Range, f MutatorUtilFunc) http.HandlerFunc { … }
var utilFlagNames …
func requestUtilFlags(r *http.Request) trace.UtilFlags { … }
type mmuCacheEntry …
type mmu …
func (m *mmu) get(flags trace.UtilFlags) ([][]trace.MutatorUtil, *trace.MMUCurve, error) { … }
func (m *mmu) HandlePlot(w http.ResponseWriter, r *http.Request) { … }
var templMMU …
func (m *mmu) HandleDetails(w http.ResponseWriter, r *http.Request) { … }
type linkedUtilWindow …
func (m *mmu) newLinkedUtilWindow(ui trace.UtilWindow, window time.Duration) linkedUtilWindow { … }