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

Method printResult

Timer.cpp:151–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void Timer::printResult(char *unit, int nbTry, double t0, double t1) {
152
153 printf("%s\n", getResult(unit, nbTry, t0, t1).c_str());
154
155}
156
157int Timer::getCoreNumber() {
158

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected