Date: Sun, 18 Jan 2009 04:49:01 +0000 (UTC) From: Jeff Roberson <jeff@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/tools/sched schedgraph.py Message-ID: <200901180449.n0I4nE7i000238@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2009-01-18 04:49:01 UTC FreeBSD src repository Modified files: tools/sched schedgraph.py Log: SVN rev 187376 on 2009-01-18 04:49:01Z by jeff - Significantly speedup hiding and displaying multiple rows by writing an optimized single pass function for each. This reduces the number of tkinter calls required to the minimum. - Add a right-click context menu for sources. Supported commands hide the source, hide the whole group the source is in, and bring up a stat window. - Add a source stat frame that gives an event frequency table as well as the total duration for each event type that has a duration. This can be used to see, for example, the total time a thread spent running or blocked by a wchan or lock. Revision Changes Path 1.22 +224 -31 src/tools/sched/schedgraph.py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901180449.n0I4nE7i000238>