]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
sched: Add debug mode.
authorAndre Noll <maan@systemlinux.org>
Wed, 16 Jun 2010 20:39:57 +0000 (22:39 +0200)
committerAndre Noll <maan@systemlinux.org>
Wed, 16 Jun 2010 20:43:25 +0000 (22:43 +0200)
This adds the compile-time switch SCHED_DEBUG to activate debug
mode for the scheduler. If activated, it measures the time spent in
each post_select() function and prints warning messages if this time
interval is too large.

This patch has no effect if SCHED_DEBUG is not set.


No differences found