PIP 5.5.3
Platform-Independent Primitives
Public Attributes | List of all members
PISystemMonitor::ThreadStatsFixed Struct Reference

Thread statistics (fixed-size fields). More...

#include <pisystemmonitor.h>

Inheritance diagram for PISystemMonitor::ThreadStatsFixed:
Inheritance graph
[legend]

Public Attributes

llong id = 0
 TID.
 
PISystemTime work_time
 Overall live time.
 
PISystemTime kernel_time
 Busy time in kernel space.
 
PISystemTime user_time
 Busy time in user space.
 
float cpu_load_kernel = -1.f
 CPU load in kernel space.
 
float cpu_load_user = -1.f
 CPU load in user space.
 
PIDateTime created
 Date and time of creation.
 

Detailed Description

Thread statistics (fixed-size fields).