WCRT
Worst-case response time (WCRT) is the maximum time interval from when a task is released to when its result is completed, under a given scheduling policy and system conditions. It is a central metric in real-time systems for guaranteeing timing constraints, such as deadlines. WCRT depends on task characteristics—worst-case execution time (C_i), period (T_i), and deadline (D_i)—as well as the chosen scheduling algorithm and the potential interference from other tasks.
In fixed-priority preemptive scheduling, the WCRT of a task i is computed by a forward recurrence: R_i^0
Under other scheduling policies, such as earliest deadline first (EDF), or in multiprocessor contexts, WCRT analysis
Limitations include conservatism and reliance on worst-case assumptions. WCRT calculations require accurate WCET estimates and task