Searched refs:timeMs (Results 1 – 3 of 3) sorted by relevance
195 typedef void (*uSynergySleepFunc)(uSynergyCookie cookie, int timeMs);
689 int timeMs = clock.getMilliseconds(); in runClient() local690 …d bytes in %d ms: %.2f MiB/s\n", DATA_SIZE, timeMs, ((float)DATA_SIZE / (float)(1024*1024)) / ((fl… in runClient()