Searched refs:totalTimeuSec (Results 1 – 1 of 1) sorted by relevance
54 ULONG totalTimeuSec = 0; in PrintStatistics() local61 totalTimeuSec = (tv_end->tv_sec - tv_beg->tv_sec) * 1000000 + in PrintStatistics()69 fprintf(stdout, "LOG: RESULT: %lu\n", totalTimeuSec); in PrintStatistics()