UNRESONABLE_LATENCY
if ((timespec_sub(start, end)/count) > TARGET_TIMEOUT + UNRESONABLE_LATENCY)
if (((timespec_sub(start, end)/count)-ns) > UNRESONABLE_LATENCY) {
if (latency/count > UNRESONABLE_LATENCY) {
if (max_latency_ns < UNRESONABLE_LATENCY) {