libmsr
0.3.0
A friendlier interface to accessing MSRs on Intel platforms
|
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/time.h>
#include <unistd.h>
#include "profile.h"
#include "msr_rapl.h"
#include "msr_clocks.h"
#include "msr_counters.h"
Functions | |
void | msr_profile (int i) |
Collect measurements from all MSRs on a regular interval. | |
void msr_profile | ( | int | i | ) |
Collect measurements from all MSRs on a regular interval.
This seems like a similar function to printData() in signalCombined.[ch].
[in] | i | Identifier of signal to handle. |