HomeSort by relevance Sort by last modified time
    Searched defs:sBegin (Results 1 - 2 of 2) sorted by null

  /external/sqlite/dist/orig/
shell.c 202 static struct rusage sBegin; /* CPU time at start */
210 getrusage(RUSAGE_SELF, &sBegin);
231 timeDiff(&sBegin.ru_utime, &sEnd.ru_utime),
232 timeDiff(&sBegin.ru_stime, &sEnd.ru_stime));
    [all...]
  /external/sqlite/dist/
shell.c 208 static struct rusage sBegin; /* CPU time at start */
216 getrusage(RUSAGE_SELF, &sBegin);
237 timeDiff(&sBegin.ru_utime, &sEnd.ru_utime),
238 timeDiff(&sBegin.ru_stime, &sEnd.ru_stime));
    [all...]

Completed in 173 milliseconds