All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Rogelio M. Serrano Jr." <rogelio@smsglobal.net>
To: linux-kernel@vger.kernel.org
Subject: eevdf
Date: Wed, 17 Oct 2007 01:15:38 +0800	[thread overview]
Message-ID: <4714F1BA.8020600@smsglobal.net> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 394 bytes --]


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.

[-- Attachment #1.2: rogelio.vcf --]
[-- Type: text/x-vcard, Size: 333 bytes --]

begin:vcard
fn:Rogelio M. Serrano Jr
n:M. Serrano Jr;Rogelio
org:SMSG Communications Philippines;Technical Department
adr:;;;;;;Republic of the Philippines
email;internet:rogelio@smsglobal.net
title:Programmer
tel;work:+6327534145
tel;home:+6329527026
tel;cell:+639209202267
x-mozilla-html:FALSE
version:2.1
end:vcard


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

             reply	other threads:[~2007-10-16 17:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-16 17:15 Rogelio M. Serrano Jr. [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-10-16 17:23 eevdf Rogelio M. Serrano Jr.

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4714F1BA.8020600@smsglobal.net \
    --to=rogelio@smsglobal.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.