morpheus_network::mainloop::phases

Function check_timing_warning

Source
pub fn check_timing_warning(
    start_tsc: u64,
    warning_threshold_ticks: u64,
) -> bool
Expand description

Check if timing warning should be emitted.

Returns true if iteration exceeded warning threshold.