!7 static long offset; p { showBigText("Requests!", "getRequests", 1000); hideConsole(); quietSleep(); } static S[] getRequests() { long time = sysNow(); S s = ai1_requestsPlusServing(); time = sysNow()-time; long n = parseFirstLong(s); if (offset == 0) offset = -n+1; else --offset; n += offset; s = replaceFirstLong(s, n); s = replaceSecondLong(s, parseSecondLong(s)-1); S shorT = swapFirstTwoLongs(s).replace(" [", ".").replace("]", ""); ret new S[] { shorT, shorT + "|" + time + " ms" }; }