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

Data Fields

cpu_perfs_tprevCpuPerfs
 
cpu_perfs_tcpuPerfs
 
uint64_t prevProcAmount
 
proc_perfs_tprevProcPerfs
 
uint64_t procAmount
 
proc_perfs_tprocPerfs
 
mem_perfs_t memPerfs
 

Detailed Description

Definition at line 92 of file main.c.

Field Documentation

◆ cpuPerfs

cpu_perfs_t* perfs_t::cpuPerfs

Definition at line 95 of file main.c.

Referenced by main(), perfs_print(), and perfs_update().

◆ memPerfs

mem_perfs_t perfs_t::memPerfs

Definition at line 100 of file main.c.

Referenced by main(), perfs_print(), and perfs_update().

◆ prevCpuPerfs

cpu_perfs_t* perfs_t::prevCpuPerfs

Definition at line 94 of file main.c.

Referenced by main(), perfs_print(), and perfs_update().

◆ prevProcAmount

uint64_t perfs_t::prevProcAmount

Definition at line 96 of file main.c.

Referenced by calculate_cpu_percentages(), and perfs_update().

◆ prevProcPerfs

proc_perfs_t* perfs_t::prevProcPerfs

Definition at line 97 of file main.c.

Referenced by calculate_cpu_percentages(), main(), and perfs_update().

◆ procAmount

uint64_t perfs_t::procAmount

Definition at line 98 of file main.c.

Referenced by calculate_cpu_percentages(), perfs_print(), perfs_update(), and sort_processes().

◆ procPerfs

proc_perfs_t* perfs_t::procPerfs

Definition at line 99 of file main.c.

Referenced by calculate_cpu_percentages(), main(), perfs_print(), perfs_update(), and sort_processes().


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