Date: Tue, 23 Jan 2007 22:19:27 +0000 (UTC) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/sched schedgraph.py Message-ID: <200701232219.l0NMJRT4057689@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701232219.l0NMJRT4057689>