PIP 5.9.0
Platform-Independent Primitives
Loading...
Searching...
No Matches
PISystemMonitor::ThreadStatsFixed Struct Reference

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

#include <pisystemmonitor.h>

Inheritance diagram for PISystemMonitor::ThreadStatsFixed:

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).