| 
    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 | 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. | 
 1.8.2