Recent content by sarusukh

  1. sarusukh

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

    I have edited the question and provided all the details that i have on this processor!
  2. sarusukh

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

    for ex. at 100 MHz, 80.724% CPU utilization was there and total time of execution as recorded practically was 102 seconds
  3. sarusukh

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

    yes I have data with me, running a short application that doesn't require any I/O, at different values of core frequencies and it's relative duration.
  4. sarusukh

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

    Lets say I run a program on the processor at X MHz core frequency, and then measure the clock cycles required to make a context switch. Then, what would it say about the WCET and CPU utilization relationship?
  5. sarusukh

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

    Considering all the factors to be variables, how can we then sum it up in an equation form? I want an idea about the relationship both the factors share!
  6. 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...