194c194
< m_last_progress_vector[proc] = g_system_ptr->getTime();
---
> m_last_progress_vector[proc] = curCycle();
208c208
< check_ptr->performCallback(proc, data);
---
> check_ptr->performCallback(proc, data, curCycle());
232c232
< Time current_time = g_system_ptr->getTime();
---
> Time current_time = curCycle();