You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Scheduler will automatically track the average runTime for this process. Use process.getAvgRuntime() to get its average service routine runtime.
To get an estimate of its % CPU time, call scheduler.updateStats(), this will update the % CPU time for all added processes. You can now call process.getLoadPercent() which will return a percent.
#Enabling
Uncomment _PROCESS_STATISTICS in config.h