MCPcopy Create free account
hub / github.com/JeanLucPons/VanitySearch / getCPUCount

Method getCPUCount

Vanity.cpp:1630–1637  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1628}
1629
1630uint64_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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected