Set progress_interval in terms of CPU cycles.
--HG-- extra : convert_revision : 76b0918276cb613eb314ab1479b5ffdb31f31dee
This commit is contained in:
@@ -226,7 +226,8 @@ BaseCPU::startup()
|
||||
#endif
|
||||
|
||||
if (params->progress_interval) {
|
||||
new CPUProgressEvent(&mainEventQueue, params->progress_interval,
|
||||
new CPUProgressEvent(&mainEventQueue,
|
||||
cycles(params->progress_interval),
|
||||
this);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user