Steve Loughran created SLIDER-935:
-------------------------------------
Summary: Move Duration to using monotonic time
Key: SLIDER-935
URL: https://issues.apache.org/jira/browse/SLIDER-935
Project: Slider
Issue Type: Improvement
Components: core
Affects Versions: Slider 0.80
Reporter: Steve Loughran
Assignee: Steve Loughran
Priority: Minor
Fix For: Slider 0.81
Slider's {{Duration}} class, while useful, uses {{System.currentTimeMillis()}}
for its time. It should be asking for monotonic time (and dividing by 1e6) for
milliseconds, as current time is bidirectional, and on VMs can be particularly
choppy.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)