#include <stdarg.h>
#include <time.h>
#include "idle_monitor/idle_monitors.h"
Go to the source code of this file.
#define CSTATE_DESC_LEN 60 |
#define CSTATE_NAME_LEN 5 |
#define MONITOR_NAME_LEN 20 |
#define print_overflow_err |
( |
|
mes, |
|
|
|
ov |
|
) |
| |
Value:{ \
fprintf(stderr, gettext("Measure took %u seconds, but registers could " \
"overflow at %u seconds, results " \
"could be inaccurate\n"), mes, ov); \
}
Definition at line 61 of file cpupower-monitor.h.
- Enumerator:
RANGE_THREAD |
|
RANGE_CORE |
|
RANGE_PACKAGE |
|
RANGE_MACHINE |
|
RANGE_MAX |
|
Definition at line 24 of file cpupower-monitor.h.