OpenSDN source code
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
TaskStats Struct Reference

#include <task.h>

Public Attributes

int wait_count_
 Number of entries in waitq. More...
 
int run_count_
 Number of entries currently running. More...
 
int defer_count_
 Number of entries in deferq. More...
 
uint64_t enqueue_count_
 Number of tasks enqueued. More...
 
uint64_t total_tasks_completed_
 Number of total tasks ran. More...
 
uint64_t last_exit_time_
 Number of time stamp of latest exist. More...
 

Detailed Description

Definition at line 26 of file task.h.

Member Data Documentation

int TaskStats::defer_count_

Number of entries in deferq.

Definition at line 35 of file task.h.

uint64_t TaskStats::enqueue_count_

Number of tasks enqueued.

Definition at line 38 of file task.h.

uint64_t TaskStats::last_exit_time_

Number of time stamp of latest exist.

Definition at line 44 of file task.h.

int TaskStats::run_count_

Number of entries currently running.

Definition at line 32 of file task.h.

uint64_t TaskStats::total_tasks_completed_

Number of total tasks ran.

Definition at line 41 of file task.h.

int TaskStats::wait_count_

Number of entries in waitq.

Definition at line 29 of file task.h.


The documentation for this struct was generated from the following file: