Worst-case execution time
The worst-case execution time (WCET) of a computational task is the maximum length of time the task could take to execute on a specific hardware platform. == What it is used for == Worst case execution time is typically used in reliable real-time systems, where understanding the worst case timing behaviour of software is important for reliability or correct functional behaviour.
Source: Wikipedia — Worst-case execution time (CC BY-SA 4.0)