We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ProcessEnergyLimitsMap
1 parent 1fd764b commit 552d469Copy full SHA for 552d469
1 file changed
src/input/process/availability.rs
@@ -75,7 +75,7 @@ enum LimitType {
75
///
76
/// # Returns
77
78
-/// A [`HashMap`] with process IDs as the keys and [`ProcessEnergyLimitsMap`]s as the values or an
+/// A [`HashMap`] with process IDs as the keys and [`ProcessActivityLimitsMap`]s as the values or an
79
/// error.
80
pub fn read_process_availabilities(
81
model_dir: &Path,
@@ -94,7 +94,7 @@ pub fn read_process_availabilities(
94
.with_context(|| input_err_msg(&file_path))
95
}
96
97
-/// Process raw process availabilities input data into [`ProcessEnergyLimitsMap`]s
+/// Process raw process availabilities input data into [`ProcessActivityLimitsMap`]s
98
fn read_process_availabilities_from_iter<I>(
99
iter: I,
100
process_ids: &IndexSet<ProcessID>,
0 commit comments