New hashtable report.

This commit is contained in:
XMRig 2017-06-16 10:19:14 +03:00
parent e759ddca49
commit 4e4c54314b
4 changed files with 57 additions and 7 deletions

View file

@ -147,6 +147,7 @@ void Workers::onTick(uv_timer_t *handle)
}
if ((m_ticks++ & 0xF) == 0) {
LOG_NOTICE("%03.1f H/s", m_hashrate->calc(2500));
m_hashrate->updateHighest();
m_hashrate->print();
}
}