mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 15:29:18 +00:00
Added last task ticks counter
This commit is contained in:
@ -57,7 +57,7 @@ namespace Recovery
|
||||
char TicksText[128];
|
||||
while (true)
|
||||
{
|
||||
sprintf(TicksText, "Scheduler Ticks: %ld", TaskManager->GetSchedulerTicks());
|
||||
sprintf(TicksText, "%016ld / %016ld - Sched. / Last Task Ticks", TaskManager->GetSchedulerTicks(), TaskManager->GetLastTaskTicks());
|
||||
wdgRecWin->SetText(SchedLblHnd, TicksText);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user