Lines Matching defs:cycles
13183 ** On the other hand, it may require more CPU cycles to run MATCH queries,
15913 u64 cycles; /* Total time spent executing this instruction */
80590 ** That saves a few cycles in inner loops. */
82806 pOp->cycles = 0;
84991 p->aOp[i].cycles = 0;
86024 p->aOp[i].cycles,
86025 p->aOp[i].cnt>0 ? p->aOp[i].cycles/p->aOp[i].cnt : 0
90671 ** CPU cycles. */
93165 ** of large blobs is not loaded, thus saving CPU cycles. If the
98889 ** more CPU cycles to be used, but it should still yield the correct
99135 if( endTime>start ) pOrigOp->cycles += endTime - start;
99142 ** On the other hand, it does burn CPU cycles every time through
139400 ** saving space and CPU cycles. */
148889 ** costs CPU cycles. */
152627 ** obtained regardless, but we might get the answer with fewer CPU cycles
173744 ** we don't want to run it too often and soak up CPU cycles for no
221844 ** On the other hand, it may require more CPU cycles to run MATCH queries,