Searched hist:187358 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/tools/sched/
H A Dschedgraph.pydiff 187358 Sat Jan 17 05:24:28 MST 2009 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.

Completed in 47 milliseconds