worst case execution time

Forum discussion tagged with worst case execution time.
  1. sarusukh

    Question what is the relationship between worst case execution time (WCET) and cpu utilization of a single core processor

    I am working on a single core processor i.e. Raspberry Pi Zero. I want to know how the worst case execution time of tasks executing on Pi (assuming sequential execution of tasks in single core) is related to the CPU utilization and/or core frequency? Any possible article or reference would help...