in src/main.rs [68:75]
fn new(gpu_idx: usize) -> Self { Self { gpu_idx, flops_min: usize::MAX, temp_min: usize::MAX, ..Default::default() } }