svn commit: r241576 - in head/usr.sbin/cron: cron crontab lib

Adrian Chadd adrian at freebsd.org
Tue Oct 16 23:43:08 UTC 2012


On 16 October 2012 00:06, Maxim Sobolev <sobomax at freebsd.org> wrote:

> I am working on improved version, so that in the absence of @every_second it
> would revert to the previous behavior. Even though I seriously doubt that
> few thousand additional CPU cycles every second would make any measurable
> differences in any practical application.

Please don't assume that "a few thousand CPU cycles every second"
translates to "nothing consequential." You have to wake the CPU up
when it may not need to be waked up (which takes power and time just
to do, before you run anything), all the scheduler stuff and VM code
will get run, these consume cycles and power.

Remember, CPU cycles doesn't not mean "power consumed" or "time taken."

Some of us are becoming to increasingly care about how power efficient
the base system is (both in terms of CPU used, wakeups done, code
size, etc.) and this is honestly a step backwards in that direction.

Thanks,



Adrian


More information about the svn-src-all mailing list