diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-04-22 23:11:45 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-04-22 23:11:45 +0000 |
commit | 42ab6ba3f895199ebcad7093dc2f7e98133898ae (patch) | |
tree | cd28ab29468f2f8d21108df40d88d4a4377a0c76 /pkg/sentry/time | |
parent | f2f926c52614691d7116ef6863aa28c385675096 (diff) | |
parent | 0a6eaed50b83a35a687699aa5e871b80605c9f46 (diff) |
Merge release-20210419.0-21-g0a6eaed50 (automated)
Diffstat (limited to 'pkg/sentry/time')
-rw-r--r-- | pkg/sentry/time/calibrated_clock.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/sentry/time/calibrated_clock.go b/pkg/sentry/time/calibrated_clock.go index f9a93115d..94f98d746 100644 --- a/pkg/sentry/time/calibrated_clock.go +++ b/pkg/sentry/time/calibrated_clock.go @@ -103,6 +103,7 @@ func (c *CalibratedClock) resetLocked(str string, v ...interface{}) { c.ready = false c.ref.Reset() fallbackMetric.Increment() + metric.WeirdnessMetric.Increment("fallback") } // updateParams updates the timekeeping parameters based on the passed |