#include #include #include int main() { struct timeval tv; while (1) gettimeofday(&tv, NULL); }