CPU: use raw counter

This commit is contained in:
cohcho 2020-10-10 13:28:14 +00:00
parent 87a54766eb
commit 4a74ce3242
3 changed files with 25 additions and 13 deletions

View file

@ -88,6 +88,8 @@ void xmrig::Workers<T>::jobEarlyNotification(const Job& job)
template<>
IWorker *Workers<CpuLaunchData>::create(Thread<CpuLaunchData> *handle);
template<>
void Workers<CpuLaunchData>::tick(uint64_t);
extern template class Workers<CpuLaunchData>;