Home
last modified time | relevance | path

Searched refs:nPSample (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Danalyze.c291 tRowcnt nPSample; /* How often to do a periodic sample */ member
459 p->nPSample = (tRowcnt)(p->nEst/(mxSample/3+1) + 1); in statInit()
754 if( (nLt/p->nPSample)!=(nLt+1)/p->nPSample ){ in statPush()