OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iBegin
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
shell.c
24683
static sqlite3_int64
iBegin
; /* Wall-clock time at start */
24691
iBegin
= timeOfDay();
24706
if(
iBegin
==0 ) return 0.0;
24707
return (timeOfDay() -
iBegin
)*0.000001;
24719
p->prevTimer = (iEnd -
iBegin
)*0.000001;
24725
iBegin
= 0;
[
all
...]
sqlite3.c
[
all
...]
Completed in 95 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026