V_isn_last
if (ticks != V_isn_last) {
ISN_BYTES_PER_SECOND / hz * (ticks - V_isn_last);
V_isn_last = ticks;