PatchworkOS  dbbdc99
A non-POSIX operating system.
Loading...
Searching...
No Matches
perf_cpu_t Struct Reference
Collaboration diagram for perf_cpu_t:

Data Fields

clock_t activeClocks
 
clock_t interruptClocks
 
clock_t idleClocks
 
clock_t interruptBegin
 
clock_t interruptEnd
 
lock_t lock
 

Detailed Description

Definition at line 28 of file perf.c.

Field Documentation

◆ activeClocks

clock_t perf_cpu_t::activeClocks

Definition at line 30 of file perf.c.

◆ interruptClocks

clock_t perf_cpu_t::interruptClocks

Definition at line 31 of file perf.c.

◆ idleClocks

clock_t perf_cpu_t::idleClocks

Definition at line 32 of file perf.c.

◆ interruptBegin

clock_t perf_cpu_t::interruptBegin

Definition at line 33 of file perf.c.

◆ interruptEnd

clock_t perf_cpu_t::interruptEnd

Definition at line 34 of file perf.c.

◆ lock

lock_t perf_cpu_t::lock

Definition at line 35 of file perf.c.


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