Home
last modified time | relevance | path

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

/PHP-5.5/Zend/tests/
H A Dgc_013.phpt2 GC 013: Too many cycles in one array
H A Dgc_014.phpt2 GC 014: Too many cycles in one object
H A Dbug60139.phpt2 Bug #60139 (Anonymous functions create cycles not detected by the GC)
/PHP-5.5/ext/standard/tests/array/
H A Darray_map_variation2.phpt22 // break cycles
/PHP-5.5/
H A Dphp.ini-development629 ; enabled, registering these variables consumes CPU cycles and memory each time
H A Dphp.ini-production629 ; enabled, registering these variables consumes CPU cycles and memory each time
H A DNEWS3784 . Fixed bug #60139 (Anonymous functions create cycles not detected by the
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c9690 u64 cycles; /* Total time spent executing this instruction */ member
64971 pOp->cycles = 0;
66413 p->aOp[i].cycles = 0;
67426 p->aOp[i].cycles,
67427 p->aOp[i].cnt>0 ? p->aOp[i].cycles/p->aOp[i].cnt : 0
77331 if( endTime>start ) pOrigOp->cycles += endTime - start;

Completed in 507 milliseconds