CPU: use raw counter
This commit is contained in:
parent
87a54766eb
commit
4a74ce3242
3 changed files with 25 additions and 13 deletions
|
@ -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>;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue