10 lines
246 B
C
10 lines
246 B
C
#include <libperfstat.h>
|
|
|
|
int sigar_perfstat_cpu_total(perfstat_id_t *id,
|
|
perfstat_cpu_total_t *cpu_total,
|
|
int size, int num)
|
|
{
|
|
return perfstat_cpu_total(id, cpu_total, size, num);
|
|
}
|
|
|