Compute estimated time of arrival (ETA) with a simple linear model.
const etaSecs = (totalTicks - numTicks)/ticksPerSec;
Estimated time of arrival id hasETA; otherwise double.infinity.
See Implementation
Compute estimated time of arrival (ETA) with a simple linear model.
const etaSecs = (totalTicks - numTicks)/ticksPerSec;