!7 sclass SwingLatency > DynBigNumber { start { setDescription("LATENCY"); doEvery(1000, r testIt); } void testIt { setValue(swingLatency() + " ms"); } }