Home | History | Annotate | Download | only in dist

Lines Matching refs:iBegin

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;