From owner-cvs-src-old@FreeBSD.ORG Sun Jan 18 04:49:14 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECAB5106579E for ; Sun, 18 Jan 2009 04:49:14 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DAFCF8FC12 for ; Sun, 18 Jan 2009 04:49:14 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n0I4nE24000239 for ; Sun, 18 Jan 2009 04:49:14 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n0I4nE7i000238 for cvs-src-old@freebsd.org; Sun, 18 Jan 2009 04:49:14 GMT (envelope-from jeff@repoman.freebsd.org) Message-Id: <200901180449.n0I4nE7i000238@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jeff@repoman.freebsd.org using -f From: Jeff Roberson Date: Sun, 18 Jan 2009 04:49:01 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/sched schedgraph.py X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jan 2009 04:49:15 -0000 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