Searched refs:nCycle (Results 1 – 2 of 2) sorted by relevance
1158 static void qrfEqpRender(Qrf *p, i64 nCycle){ in qrfEqpRender() argument1169 }else if( nCycle>0 ){ in qrfEqpRender()1188 qrfApproxInt64(p->pOut, nCycle); in qrfEqpRender()1265 i64 nCycle = 0; in qrfEqpStats()1284 sqlite3_stmt_scanstatus_v2(pS,i, SQLITE_SCANSTAT_NCYCLE,f,(void*)&nCycle); in qrfEqpStats()1288 if( nCycle>=0 || nLoop>=0 || nRow>=0 ){ in qrfEqpStats()1291 if( nCycle>=0 && nTotal>0 ){ in qrfEqpStats()1292 qrfApproxInt64(pStats, nCycle); in qrfEqpStats()1294 ((nCycle*100)+nTotal/2) / nTotal in qrfEqpStats()3785 i64 nCycle = 0; in qrfFinalize() local[all …]
17587 u64 nCycle; member88175 pOp->nCycle = 0;88224 pOp->nCycle = 0;90498 p->aOp[i].nCycle = 0;91531 i64 cycles = p->aOp[i].nCycle;96179 res += aOp[ii].nCycle;96270 res += aOp[iIns].nCycle;96281 res += aOp[iOp].nCycle;96317 pOp->nCycle = 0;97547 pnCycle = &pOp->nCycle;[all …]