Research Article

Utilization Bound Scheduling Analysis for Nonpreemptive Uniprocessor Architecture Using UML-RT

Algorithm 2

Step  1. Arrange computation times according to shortest job first,
Step  2. Worst case response time of tasks analyzed. It is the maximum time lapse for a task to
start to execute. So it is known that,
˚
+
˚
Step  3. ;
Step  4. for to do
      
  end for
Step  5. Worst case utilization bound, where
Step  6. Check schedulability of “ ” tasks by general schedulability test and find success
ratio and effective processor utilization.
Step  7. exit.