PatchworkOS  28a9544
A non-POSIX operating system.
Loading...
Searching...
No Matches
cpu_perfs_t Struct Reference

Data Fields

uint64_t id
 
clock_t idleClocks
 
clock_t activeClocks
 
clock_t interruptClocks
 

Detailed Description

Definition at line 65 of file main.c.

Field Documentation

◆ activeClocks

clock_t cpu_perfs_t::activeClocks

Definition at line 69 of file main.c.

Referenced by cpu_perf_read(), and perfs_print().

◆ id

uint64_t cpu_perfs_t::id

Definition at line 67 of file main.c.

Referenced by cpu_perf_read().

◆ idleClocks

clock_t cpu_perfs_t::idleClocks

Definition at line 68 of file main.c.

Referenced by cpu_perf_read(), and perfs_print().

◆ interruptClocks

clock_t cpu_perfs_t::interruptClocks

Definition at line 70 of file main.c.

Referenced by cpu_perf_read(), and perfs_print().


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