haiku/src
Axel Dörfler d14aab0dca Changed the way how CPU activity is monitored: instead of taking the active
time of the idle thread as a measure, we now compute the CPU activity on
each thread switch - the time the CPU worked is the total of user and kernel
time a thread spent during its quantum.
Unlike before, this mechanism works correctly on SMP machines. I hope this
works as expected :)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16193 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-02-01 20:03:55 +00:00
..
add-ons * Now calls get_current_cpuid() instead of get_cpuid() - that doesn't work on 2006-02-01 12:39:20 +00:00
apps some changes : alert if free space isn't enough, set status when mouse is over packages (doesn't work for some reason ...) 2006-02-01 17:45:20 +00:00
bin * Small fixes. 2006-01-30 01:50:50 +00:00
build Too more FreeBSD build fixes by Alexander Deynichenko. 2006-01-29 17:45:52 +00:00
data MIME DB entry for ELF executable. 2006-01-28 19:28:58 +00:00
documentation Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
kits * BControl::SetValue() now calls Invalidate() again - not doing so would 2006-02-01 15:55:46 +00:00
libs * Reintroduced third LinkAgainst parameter <mapLibs>, defaulting to true. 2005-11-07 16:07:25 +00:00
preferences added Chip and VendorShort fields to fix the build 2006-01-25 17:09:12 +00:00
servers BDirectwindow is notified when workspace changes. Fixes bug #99 2006-01-31 23:12:29 +00:00
system Changed the way how CPU activity is monitored: instead of taking the active 2006-02-01 20:03:55 +00:00
tests Added a real yield function to the kernel (using the next_priority approach). 2006-01-31 02:29:02 +00:00
tools * Small fixes. 2006-01-30 01:50:50 +00:00
Jamfile Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00