OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sBegin
(Results
1 - 2
of
2
) sorted by null
/external/sqlite/dist/orig/
shell.c
192
static struct rusage
sBegin
; /* CPU time at start */
200
getrusage(RUSAGE_SELF, &
sBegin
);
221
timeDiff(&
sBegin
.ru_utime, &sEnd.ru_utime),
222
timeDiff(&
sBegin
.ru_stime, &sEnd.ru_stime));
[
all
...]
/external/sqlite/dist/
shell.c
198
static struct rusage
sBegin
; /* CPU time at start */
206
getrusage(RUSAGE_SELF, &
sBegin
);
227
timeDiff(&
sBegin
.ru_utime, &sEnd.ru_utime),
228
timeDiff(&
sBegin
.ru_stime, &sEnd.ru_stime));
[
all
...]
Completed in 140 milliseconds