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

Per-CPU statistics context. More...

#include <statistics.h>

Data Fields

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

Detailed Description

Per-CPU statistics context.

Definition at line 45 of file statistics.h.

Field Documentation

◆ activeClocks

clock_t statistics_cpu_ctx_t::activeClocks

Definition at line 48 of file statistics.h.

Referenced by statistics_cpu_ctx_init().

◆ idleClocks

clock_t statistics_cpu_ctx_t::idleClocks

Definition at line 47 of file statistics.h.

Referenced by statistics_cpu_ctx_init().

◆ interruptBegin

clock_t statistics_cpu_ctx_t::interruptBegin

Definition at line 50 of file statistics.h.

Referenced by statistics_cpu_ctx_init().

◆ interruptClocks

clock_t statistics_cpu_ctx_t::interruptClocks

Definition at line 49 of file statistics.h.

Referenced by statistics_cpu_ctx_init().

◆ interruptEnd

clock_t statistics_cpu_ctx_t::interruptEnd

Definition at line 51 of file statistics.h.

Referenced by statistics_cpu_ctx_init().

◆ lock

lock_t statistics_cpu_ctx_t::lock

Definition at line 52 of file statistics.h.

Referenced by statistics_cpu_ctx_init().


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