- Add graphing of upcoming DiffContext count statistics
- Allow zip files with multiple data files
- Allow zip files of benchmark data
- Fix non-web graphs broken by some async work
- graphDashboard: Fixed filters dealing with archived data
- web apps: Fixed server to deal with new versioned file requests
- graphDashboard: Separate sliders for moving or resizing the history window
- graphDashboard: Restored annotations for Revision/Creation Date to Build/Render overlay graphs
- graphDashboard and graphTimeline: Default to --web
- Display/navigate individual timeline series values in tiles and history popup
- More ways to filter dashboard entries
- Handle 'X' type "complete" trace events as used in older timelines
- Distribution graphs for timelines
- Scrollable dashboard histories
- Fix test to turn a trace into a summary for the non-web client
- graphDashboard benchmark history graphing
- new tool graphDashboard will graph the benchmark data on the Flutter dashboard
- support for graphing CpuUsage and GpuUsage events
- added analysis options to prepare for NNBD
- moved Timeline classes to main package for use outside of graphing utility
- tabbed view for multiple files
- panning works with scrolling now
- canvasKit back end now used by default
- graphTimeline can now graph any begin/event sequences in a raw timeline
- graphTimeline now reads raw event timelines in addition to timeline_summary files
- mouse panning in zoomed timeline charts
- axes on timeline charts
- '+/-' zooming and 'wasd' navigation in timeline charts
- web app is now served by default from an asset so it works from pub global activations.
- move prototype flutter web app to a sub-directory for easier pub global deployment
- new prototype flutter web graphing front end
- improve visibility of longer frames in thread heat map
- add default port option to command line
- print keyboard commands on startup
- display a thread work overview at top of timeline graph page
- typing 'l' to the command now (re)launches the URLs in the system default browser
- support for copying PNG to clipboard
- support for multiple filenames on command line
- base filename annotations on graph titles and saved PNG filenames
- saved PNG files now have proper DPI set
- gray bars for periods of no activity in timeline graphs
- indicate periods of no activity in the timeline graphs
- added color scale to timeline graphs
- added sorted duration charts to graphTimeline
- graphTimeline added
- Initial concept
- graphAB added