| 1628 | } |
| 1629 | |
| 1630 | uint64_t VanitySearch::getCPUCount() { |
| 1631 | |
| 1632 | uint64_t count = 0; |
| 1633 | for(int i=0;i<nbCPUThread;i++) |
| 1634 | count += counters[i]; |
| 1635 | return count; |
| 1636 | |
| 1637 | } |
| 1638 | |
| 1639 | // ---------------------------------------------------------------------------- |
| 1640 |
nothing calls this directly
no outgoing calls
no test coverage detected