joule-profiler-source-rapl 1.1.0

Intel RAPL energy measurement source for joule-profiler
Documentation
1
2
3
4
5
6
7
8
use std::collections::HashSet;

use serde::Deserialize;

#[derive(Debug, Default, Deserialize)]
pub struct RaplConfig {
    pub sockets_spec: Option<HashSet<u32>>,
}