Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jan 2009 07:24:25 +0000 (UTC)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/tools/sched schedgraph.py
Message-ID:  <200901170724.n0H7Oalf017029@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jeff        2009-01-17 07:24:25 UTC

  FreeBSD src repository

  Modified files:
    tools/sched          schedgraph.py 
  Log:
  SVN rev 187358 on 2009-01-17 07:24:25Z by jeff
  
   - Rewrite the parser to support the new generic schedgraph interface.
     This no longer requires any custom classes or parsers to support new
     event types.
   - Add an optional command line argument for specifying the clock frequency
     in ghz.  This is useful for traces that do not include KTR_SCHED.
  
  Sponsored by:   Nokia
  
   - Add support for sorting rows by clicking and dragging them to their new
     position.
   - Add support for configuring the cpu background colors.
   - Improve the scaling so a better center is maintained as you zoom.  This
     is not perfect due to precision loss with floats used in the window
     views.
   - Add new colors and a random assignment for unknown event types.  A table
     is used for known event types.  This is the only event specific
     information.
  
  Revision  Changes     Path
  1.20      +607 -1001  src/tools/sched/schedgraph.py



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901170724.n0H7Oalf017029>