PatchworkOS
Loading...
Searching...
No Matches
cpu_stats_t Struct Reference

Data Fields

uint64_t id
 
clock_t idleClocks
 
clock_t activeClocks
 
clock_t interruptClocks
 

Detailed Description

Definition at line 44 of file main.c.

Field Documentation

◆ activeClocks

clock_t cpu_stats_t::activeClocks

Definition at line 48 of file main.c.

Referenced by cpu_stat_read(), and stats_print().

◆ id

uint64_t cpu_stats_t::id

Definition at line 46 of file main.c.

Referenced by cpu_stat_read().

◆ idleClocks

clock_t cpu_stats_t::idleClocks

Definition at line 47 of file main.c.

Referenced by cpu_stat_read(), and stats_print().

◆ interruptClocks

clock_t cpu_stats_t::interruptClocks

Definition at line 49 of file main.c.

Referenced by cpu_stat_read(), and stats_print().


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