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

Method getGPUCount

Vanity.cpp:1621–1628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1619// ----------------------------------------------------------------------------
1620
1621uint64_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
1630uint64_t VanitySearch::getCPUCount() {
1631

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected