On Thu, Nov 13, 2008 at 9:22 AM, Gustavo Sverzut Barbieri
<[EMAIL PROTECTED]> wrote:
> Hi guys,
>
> Attached is a patch to add configurable precision for ecore timers, an
> idea that I got at ELC-E from various power saving talks and also
> after looking at my machine's powertop results with some effects
> running.
>
> Since timers can be delayed by the system itself, for example under
> heavy load, the idea here is to dispatch as much as possible the
> timers at the same time. If we have timers that abs(t1 - t2) <=
> precision, then have the timer to expire in max(t1, t2) and then
> min(t1, t2) will be delayed up to precision amount. Maybe i was not
> too clear, attached is also a test case.
>
> I still don't have any code using it, but possible I'll add to some products.
>
> Please comment and I'll commit it to SVN this weekend.
>

Only the test made it, it almost looks as if you've screwed up your mime types.

> --
> Gustavo Sverzut Barbieri
> http://profusion.mobi embedded systems
> --------------------------------------
> MSN: [EMAIL PROTECTED]
> Skype: gsbarbieri
> Mobile: +55 (19) 9225-2202
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to