summary refs log tree commit diff
path: root/synapse/util/retryutils.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-19Sanity-checking for metrics updatesRichard van der Hoff1-7/+33
Check that our clocks go forward.
2019-06-19Simplify PerformanceCounters.update interfaceRichard van der Hoff1-11/+12
we already have the duration for the update, so may as well use it rather than passing extra params around and recal