forked from cerc-io/plugeth
metrics: NilTimer should still run the function to be timed (#27723)
This commit is contained in:
parent
60ecf48dd4
commit
13c0305106
@ -123,7 +123,7 @@ func (NilTimer) Stop() {}
|
||||
func (NilTimer) Sum() int64 { return 0 }
|
||||
|
||||
// Time is a no-op.
|
||||
func (NilTimer) Time(func()) {}
|
||||
func (NilTimer) Time(f func()) { f() }
|
||||
|
||||
// Update is a no-op.
|
||||
func (NilTimer) Update(time.Duration) {}
|
||||
|
Loading…
Reference in New Issue
Block a user