Searched defs:gettimeofday (Results 1 - 1 of 1) sorted by relevance

/inkscape/
H A Dbuildtool.cpp37 * gettimeofday() might be missing. If so, just build this file with
74 //# Definition of gettimeofday() for those who don't have it
84 static int gettimeofday (struct timeval *tv, struct timezone *tz) function
10068 ::gettimeofday(&timeStart, NULL);
10072 ::gettimeofday(&timeEnd, NULL);

Completed in 37 milliseconds