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

  /external/chromium_org/third_party/sqlite/src/src/
shell.c 82 static struct rusage sBegin;
89 getrusage(RUSAGE_SELF, &sBegin);
107 timeDiff(&sBegin.ru_utime, &sEnd.ru_utime),
108 timeDiff(&sBegin.ru_stime, &sEnd.ru_stime));
    [all...]
  /external/sqlite/dist/orig/
shell.c 125 static struct rusage sBegin; /* CPU time at start */
133 getrusage(RUSAGE_SELF, &sBegin);
154 timeDiff(&sBegin.ru_utime, &sEnd.ru_utime),
155 timeDiff(&sBegin.ru_stime, &sEnd.ru_stime));
    [all...]
  /external/sqlite/dist/
shell.c 130 static struct rusage sBegin; /* CPU time at start */
138 getrusage(RUSAGE_SELF, &sBegin);
159 timeDiff(&sBegin.ru_utime, &sEnd.ru_utime),
160 timeDiff(&sBegin.ru_stime, &sEnd.ru_stime));
    [all...]

Completed in 722 milliseconds