aboutsummaryrefslogtreecommitdiffstats
path: root/staging_vespalib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-03-03 12:50:23 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-03-03 12:50:23 +0000
commitaddf3a5cbece1956f95494490246ac6a90cc9885 (patch)
tree7d29d179567a5dbfe4eac106b875b4e51e51de47 /staging_vespalib
parente8e2333dcd6a5ce8bd251834890ee27ff37680c1 (diff)
Sample time prior to creating the InvokServiceImpl to ensure correct ordering of time.
Diffstat (limited to 'staging_vespalib')
-rw-r--r--staging_vespalib/src/vespa/vespalib/util/testclock.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/staging_vespalib/src/vespa/vespalib/util/testclock.h b/staging_vespalib/src/vespa/vespalib/util/testclock.h
index 54e9f1efb6a..9446ff32cb2 100644
--- a/staging_vespalib/src/vespa/vespalib/util/testclock.h
+++ b/staging_vespalib/src/vespa/vespalib/util/testclock.h
@@ -8,9 +8,7 @@ namespace vespalib {
class InvokeServiceImpl;
/**
- * Clock is a clock that updates the time at defined intervals.
- * It is intended used where you want to check the time with low cost, but where
- * resolution is not that important.
+ * Self contained clock useable for testing that provides a backing for the vespalib::Clock interface.
*/
class TestClock