pub fn check_timing_warning( start_tsc: u64, warning_threshold_ticks: u64, ) -> bool
Check if timing warning should be emitted.
Returns true if iteration exceeded warning threshold.