Search results

  1. D

    strange long latency around a usleep call

    Hi, I have a very simple hello world program that prints hello world, and then uses a pair of gettimeofday() to bracket around a usleep(50) call. I will then printf if the elapsed time between the two gettimeofday() calls is greater than 5ms. When running on a Linux Vmware VM, and even on a...
Top