LibDap
This library contains the basic modules that are used in the products of the family DAP
|
#include <stdlib.h>
Go to the source code of this file.
Data Structures | |
struct | dap_cpu |
struct | dap_cpu_stats |
Macros | |
#define | MAX_CPU_COUNT 64 |
Typedefs | |
typedef struct dap_cpu | dap_cpu_t |
typedef struct dap_cpu_stats | dap_cpu_stats_t |
Functions | |
int | dap_cpu_monitor_init (void) |
dap_cpu_monitor_init Monitor CPU initialization More... | |
void | dap_cpu_monitor_deinit (void) |
dap_cpu_monitor_deinit Monitor CPU deinitialization More... | |
dap_cpu_stats_t | dap_cpu_get_stats (void) |
dap_cpu_get_stats Getting processor information More... | |
#define MAX_CPU_COUNT 64 |
typedef struct dap_cpu_stats dap_cpu_stats_t |
dap_cpu_stats_t dap_cpu_get_stats | ( | void | ) |
dap_cpu_get_stats Getting processor information
get summary cpu stat
void dap_cpu_monitor_deinit | ( | void | ) |
dap_cpu_monitor_deinit Monitor CPU deinitialization
int dap_cpu_monitor_init | ( | void | ) |
dap_cpu_monitor_init Monitor CPU initialization