cvs commit: src/tools/sched schedgraph.py

Sam Leffler sam at FreeBSD.org
Sun Nov 18 20:46:38 PST 2007


sam         2007-11-19 04:46:37 UTC

  FreeBSD src repository

  Modified files:
    tools/sched          schedgraph.py 
  Log:
  o expand usage comments; add cut&paste items for bozo's like me
  o add things i want to TODO list
  o add Record entry to each event which back-maps to the line # in the ktr file;
    useful for finding local context when the ktr file has lots of items that
    schedgraph doesn't grok
  o add missing KTR_SCHED event handlers
  o expose Counter max value through a ymax method for widget building
  o show timestamps in records rejected 'cuz time goes backwards
  
  Revision  Changes    Path
  1.14      +63 -18    src/tools/sched/schedgraph.py


More information about the cvs-src mailing list