TaskStat

open class TaskStat

Structure containing information about a running task.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open var cswcnt: Long
Total number of times this task has been context switched during execution.
Link copied to clipboard
open var last_checkin: Long
Last checking time.
Link copied to clipboard
open var next_checkin: Long
Next checking time.
Link copied to clipboard
open var prio: Long
Task Priority.
Link copied to clipboard
open var runtime: Long
Total task run time.
Link copied to clipboard
open var state: Long
Task state.
Link copied to clipboard
open var stksiz: Long
Size of this task's stack.
Link copied to clipboard
open var stkuse: Long
Stack usage, in bytes.
Link copied to clipboard
open var tid: Long
Task ID.