cvs commit: src/tools/sched schedgraph.py
Jeff Roberson
jeff at FreeBSD.org
Tue Jan 23 22:19:27 UTC 2007
jeff 2007-01-23 22:19:27 UTC
FreeBSD src repository
Modified files:
tools/sched schedgraph.py
Log:
- Print clock information so we know if something is not reported correctly
from the tsc.
- Set skipnext = 1 for yielding and preempted events so we don't show the
event that adds us back to the run queue. It used to be 2 so we would
skip the ksegrp run queue addition and the system run queue addition
but the ksegrp run queue has gone away.
- Don't display down to nanosecond resolution for scheduling events right
now. This can sometimes cause a division by zero.
Revision Changes Path
1.10 +7 -7 src/tools/sched/schedgraph.py
More information about the cvs-src
mailing list