fn render_impact_metric(
frame: &mut Frame<'_>,
area: Rect,
label: &'static str,
value: usize,
total: usize,
ratio_value: f64,
color: Color,
)Expand description
Draw one file-read component with its exact share of the reconciled total.