Skip to content

v1.5-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@qais-yousef qais-yousef released this 17 Sep 14:42
· 1 commit to main since this release

sched-analyzer

  • Add new option to capture function graph/filter
  • Capture frame information by default (Android)
  • Add more examples to README.md

sched-analyzer-pp

  • Add dedicated README.md with more verbose examples and make it part of the release tar
  • Add option to show sched-states for all tasks belonging a parent
  • Enable control TUI plots by setting start/end ts and figure height/width/xfrequency/yfrequency/grid
  • All outputs will scale when --ts-start/--ts-end are specified to operate on the captured window only
  • Add option to plot freq seen by a task by overlapping information from cpu_frequency with sched-states
  • Add option to show residency in absolute values in ms instead of % only
  • Pager the TUI output to make it better to navigate long outputs. Might cause error messages to be hidden sometimes though.