Home
last modified time | relevance | path

Searched refs:timeMs (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/imgui/examples/libs/usynergy/
H A DuSynergy.h193 @param timeMs Time to sleep the current thread (in milliseconds)
195 typedef void (*uSynergySleepFunc)(uSynergyCookie cookie, int timeMs);
/third_party/vk-gl-cts/execserver/tools/
H A DxsTest.cpp689 int timeMs = clock.getMilliseconds(); in runClient() local
690 printf(" Streamed %d bytes in %d ms: %.2f MiB/s\n", DATA_SIZE, timeMs, ((float)DATA_SIZE / (float)(1024*1024)) / ((float)timeMs / 1000.0f)); in runClient()

Completed in 2 milliseconds