Rizin
unix-like reverse engineering framework and cli tools
|
#include <uv.h>
Public Attributes | |
uint64_t | user |
uint64_t | nice |
uint64_t | sys |
uint64_t | idle |
uint64_t | irq |
uint64_t uv_cpu_times_s::idle |
Definition at line 1086 of file uv.h.
Referenced by read_times(), and uv_cpu_info().
uint64_t uv_cpu_times_s::irq |
Definition at line 1087 of file uv.h.
Referenced by read_times(), and uv_cpu_info().
uint64_t uv_cpu_times_s::nice |
Definition at line 1084 of file uv.h.
Referenced by read_times(), and uv_cpu_info().
uint64_t uv_cpu_times_s::sys |
Definition at line 1085 of file uv.h.
Referenced by read_times(), and uv_cpu_info().
uint64_t uv_cpu_times_s::user |
Definition at line 1083 of file uv.h.
Referenced by read_times(), and uv_cpu_info().