minix/commands/profile
Tomas Hruby a665ae3de1 Userspace scheduling - exporting stats
- contributed by Bjorn Swift

- adds process accounting, for example counting the number of messages
  sent, how often the process was preemted and how much time it spent
  in the run queue. These statistics, along with the current cpu load,
  are sent back to the user-space scheduler in the Out Of Quantum
  message.

- the user-space scheduler may choose to make use of these statistics
  when making scheduling decisions. For isntance the cpu load becomes
  especially useful when scheduling on multiple cores.
2010-09-19 15:52:12 +00:00
..
tools System statistical and call profiling 2006-10-30 15:53:38 +00:00
cprofalyze.pl System statistical and call profiling 2006-10-30 15:53:38 +00:00
Makefile Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
profile.c Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
sprofalyze.pl Userspace scheduling - exporting stats 2010-09-19 15:52:12 +00:00