fearful-symmetry / gorapl

A user-friendly, low-level API for accessing Intel's RAPL feature set
Apache License 2.0
1 stars 1 forks source link

msr_safe support #3

Open fearful-symmetry opened 5 years ago

fearful-symmetry commented 5 years ago

Our underlying MSR lib supports https://github.com/LLNL/msr-safe , and we might want to add that support downstream to gorapl. Considering that this is a 1% use case, I'm still unsure about how implement this without adding extra baggage to the API as a whole.

fearful-symmetry commented 5 years ago

Wondering if the best way to do this is a separate set of *WithOptions() functions.