Date: Sun, 18 Jan 2009 05:44:31 +0000 (UTC) From: Jeff Roberson <jeff@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/tools/sched schedgraph.py Message-ID: <200901180544.n0I5iZoX005361@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2009-01-18 05:44:31 UTC FreeBSD src repository Modified files: tools/sched schedgraph.py Log: SVN rev 187379 on 2009-01-18 05:44:31Z by jeff - Add summary information to the title once the file is parsed rather than printing it to the terminal. Now only parse errors go to the terminal. - Speedup drawing by raising and lowering tags only once everything has been drawn. Surprisingly, it now takes a little longer to parse than it does to draw. - Parameterize the layout with X_ and Y_ defines that determine the sizes of various things. - Remove unnecessary tags. Revision Changes Path 1.23 +36 -24 src/tools/sched/schedgraph.py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901180544.n0I5iZoX005361>