Use AtomicTimer for more accurate local solution rate

This commit is contained in:
Jack Grigg
2017-03-23 12:37:22 +13:00
parent 73bf85b44f
commit 07be8f7eb9
3 changed files with 10 additions and 7 deletions

View File

@@ -55,6 +55,7 @@ public:
extern AtomicCounter transactionsValidated;
extern AtomicCounter ehSolverRuns;
extern AtomicCounter solutionTargetChecks;
extern AtomicTimer miningTimer;
void TrackMinedBlock(uint256 hash);