| 1619 | // ---------------------------------------------------------------------------- |
| 1620 | |
| 1621 | uint64_t VanitySearch::getGPUCount() { |
| 1622 | |
| 1623 | uint64_t count = 0; |
| 1624 | for(int i=0;i<nbGPUThread;i++) |
| 1625 | count += counters[0x80L+i]; |
| 1626 | return count; |
| 1627 | |
| 1628 | } |
| 1629 | |
| 1630 | uint64_t VanitySearch::getCPUCount() { |
| 1631 |
nothing calls this directly
no outgoing calls
no test coverage detected