login
Header Space

 
 

eevdf

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <linux-kernel@...>
Subject: eevdf
Date: Tuesday, October 16, 2007 - 1:23 pm

i wrote a simple simulator for eevdf. im not sure if i got it right though.

how does eevdf track the runtime usage of a process?

is it supposed to be like this?

int
tick()
{
    v_time += 1.0/sum_weights;
    current->runtime += 1.0/current->weight;
    //sched();
    time++;
    return 0;
}

i can forward the source to anyone who is willing to take a look.

Thanks.
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
eevdf, Rogelio M. Serrano Jr., (Tue Oct 16, 1:23 pm)
speck-geostationary