Home
last modified time | relevance | path

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

/dports/devel/performance/Performance-0.5.0/
H A DGSFIFO.h74 uint64_t _getTrySuccess; variable
232 receiver->_getTrySuccess++; in GSGetFastNonBlockingFIFO()
H A DGSFIFO.m177 _getTrySuccess++;
351 _getTrySuccess++;
611 _getTrySuccess];
618 (_getTryFailure+_getTrySuccess > 0)
619 ? getWaitTotal / (_getTryFailure+_getTrySuccess) : 0.0,