Home | History | Annotate | Download | only in dist

Lines Matching refs:cycles

7142   u64 cycles;              /* Total time spent executing this instruction */
47588 pOp->cycles = 0;
48880 p->aOp[i].cycles = 0;
49692 p->aOp[i].cycles,
49693 p->aOp[i].cnt>0 ? p->aOp[i].cycles/p->aOp[i].cnt : 0
58211 pOp->cycles += elapsed;
58222 ** On the other hand, it does burn CPU cycles every time through
95651 ** we don't want to run it too often and soak up CPU cycles for no