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