TscTimePoint.diff

Calculate difference between two TscTimePoint in the given units

struct TscTimePoint
nothrow @safe @nogc
@"notrace"
long
diff
(
string units
)
if (
units == "usecs" ||
units == "msecs"
||
units == "seconds"
||
units == "cycles"
)

Meta