gui_pb::drawing::timings

Function draw_stopwatch

Source
fn draw_stopwatch<const SEGMENTS: usize, const WINDOW: usize, I: CrossPlatformInstant + Default>(
    stopwatch: &Stopwatch<SEGMENTS, WINDOW, I>,
    ui: &mut Ui,
    id: String,
)