kempnerpulse.compute.real_util¶ kempnerpulse.compute.real_util(record, weights)[source]¶ Weighted Real Utilization composite for one record, clamped to [0,100]. weights is (w_sm, w_tensor, w_dram, w_gr). Each input is the canonical fraction scaled to a percent; a missing input contributes 0. Parameters: record (CanonicalRecord) weights (Tuple[float, float, float, float]) Return type: float