mapbox/flamebearer

First release

mourner opened this issue · 0 comments

Functionality

  • Add a small padding to canvas
  • Nice colors that depend on bar width
  • Make the command line tool actually work
  • Add graph nagivation (zoom in on bar click)
  • Search function
  • Support dtrace traces?

Polish

  • Add hover effect on bars
  • Nice background
  • Nicer page style (badges, etc.)
  • Nice colors that depend on type of call + switcher
  • Add tooltip on hover with more detailed info?
  • Add an example in the readme
  • Code comments

Performance

  • Optimize rendering (draw consecutive tiny blocks as one)
  • Optimize drawing on window resize
  • Two-pass rendering (draw tiny blocks with one fill)
  • Cache label drawings?