Versions in this module Expand all Collapse all v0 v0.2.0 Aug 4, 2021 Changes in this version + func TimerMiddleware(next http.Handler) http.Handler type Timer + func TimerFromContext(ctx context.Context) Timer v0.1.0 May 23, 2021 Changes in this version + func StartNoopTimer() *noopTimer + func StartProfileTimer() *profileTimer + type Timer interface + ShowResults func() error + Step func(label string) + WriteResults func(w io.Writer) error