type github.com/prometheus/client_golang/prometheus.Timer

4 uses

	github.com/prometheus/client_golang/prometheus (current package)
		timer.go#L20: type Timer struct {
		timer.go#L33: func NewTimer(o Observer) *Timer {
		timer.go#L34: 	return &Timer{
		timer.go#L48: func (t *Timer) ObserveDuration() time.Duration {