Research Article

E-Token Energy-Aware Proportionate Sharing Scheduling Algorithm for Multiprocessor Systems

Algorithm 1

Sample EEAPS algorithm.
 for to do
     for to do
        Calculate Power consumption of the task
       
      Calculate Energy consumption of the task
            
      if () then
        Call Processor1()
       else if ( == ) then
         Call Processor2()
         else Call Processor3()
       end if
      end if
      Calculate total energy consumption of the clients
         
      end for
 end for
  Calculate Total Energy consumption of the System