in src/main.rs [99:113]
fn default() -> Self {
Self {
gpu_idx: 0,
flops_max: 0,
flops_min: usize::MAX,
flops_sum: 0,
n_iters: 0,
temp_max: 0,
temp_sum: 0,
temp_min: usize::MAX,
throttling_hw: 0,
throttling_thermal_sw: 0,
throttling_thermal_hw: 0,
}
}