documentation: fixed doxygen for schedstats
This commit is contained in:
parent
6e27e1cdbb
commit
13c615ac17
@ -108,10 +108,10 @@ extern clist_node_t *runqueues[SCHED_PRIO_LEVELS];
|
|||||||
* Scheduler statistics
|
* Scheduler statistics
|
||||||
*/
|
*/
|
||||||
typedef struct {
|
typedef struct {
|
||||||
unsigned int laststart; /*< Time stamp of the last time this thread was
|
unsigned int laststart; /**< Time stamp of the last time this thread was
|
||||||
scheduled to run */
|
scheduled to run */
|
||||||
unsigned int schedules; /*< How often the thread was scheduled to run */
|
unsigned int schedules; /**< How often the thread was scheduled to run */
|
||||||
unsigned long runtime_ticks; /*< The total runtime of this thread in ticks */
|
unsigned long runtime_ticks; /**< The total runtime of this thread in ticks */
|
||||||
} schedstat;
|
} schedstat;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user