Referência do Arquivo /home/carolina/workspace/spvolren_cpu/timer.h
Vá para o código-fonte deste arquivo.
Funções
Definição na linha 27 do arquivo timer.c.
00028 {
00029 struct timeval t;
00030 gettimeofday(&t, NULL);
00031 return (t.tv_sec * 1e6 + t.tv_usec)/1000.0;
00032 }