|
libmsr
0.3.0
A friendlier interface to accessing MSRs on Intel platforms
|
#include <stdio.h>#include <stdlib.h>#include <sys/time.h>#include <time.h>#include "msr_core.h"#include "msr_thermal.h"#include "msr_rapl.h"#include "msr_clocks.h"

Go to the source code of this file.
Functions | |
| void | printData (int i) |
| Collect measurements from all MSRs on a regular interval. | |
| void printData | ( | int | i | ) |
Collect measurements from all MSRs on a regular interval.
This function seems to be obsolete.
| [in] | i | Identifier of signal to handle. |
1.8.2