Loading...
Searching...
No Matches
Schedstatistics

When including this module scheduler statistics (schedstat_t) for a thread will be updated on every sched_run(). More...

Detailed Description

When including this module scheduler statistics (schedstat_t) for a thread will be updated on every sched_run().

Note
If auto_init is disabled init_schedstatistics() needs to be called as well as xtimer_init().

Files

file  schedstatistics.h
 Scheduler statisctics.
 

Data Structures

struct  schedstat_t
 Scheduler statistics. More...
 

Functions

void init_schedstatistics (void)
 Registers the sched statistics callback and sets laststart for caller thread.
 

Variables

schedstat_t sched_pidlist [KERNEL_PID_LAST+1]
 Thread statistics table.