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 98 static struct rusage sBegin;
105 getrusage(RUSAGE_SELF, &sBegin);
123 timeDiff(&sBegin.ru_utime, &sEnd.ru_utime),
124 timeDiff(&sBegin.ru_stime, &sEnd.ru_stime));
    [all...]
  /external/sqlite/dist/
shell.c 103 static struct rusage sBegin;
110 getrusage(RUSAGE_SELF, &sBegin);
128 timeDiff(&sBegin.ru_utime, &sEnd.ru_utime),
129 timeDiff(&sBegin.ru_stime, &sEnd.ru_stime));
    [all...]

Completed in 264 milliseconds