Rizin
unix-like reverse engineering framework and cli tools
uv_cpu_info_s Struct Reference

#include <uv.h>

Public Attributes

char * model
 
int speed
 
struct uv_cpu_times_s cpu_times
 

Detailed Description

Definition at line 1090 of file uv.h.

Member Data Documentation

◆ cpu_times

struct uv_cpu_times_s uv_cpu_info_s::cpu_times

Definition at line 1092 of file uv.h.

Referenced by read_times(), and uv_cpu_info().

◆ model

char* uv_cpu_info_s::model

Definition at line 1091 of file uv.h.

Referenced by read_models(), and uv_cpu_info().

◆ speed

int uv_cpu_info_s::speed

Definition at line 1092 of file uv.h.

Referenced by read_models(), and uv_cpu_info().


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