API reference › @evolu/common › Time › performanceDurationBetween
function performanceDurationBetween(
start: PerformanceTime,
end: PerformanceTime,
): PerformanceDuration;
Defined in: packages/common/src/Time.ts:375
Returns the elapsed fractional milliseconds between two performance times.
Throws if end precedes start.