Skip to content

Instantly share code, notes, and snippets.

@maoe
Last active March 31, 2018 05:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maoe/4d3afa2694fa9c18d91dc5ca0875f033 to your computer and use it in GitHub Desktop.
Save maoe/4d3afa2694fa9c18d91dc5ca0875f033 to your computer and use it in GitHub Desktop.
TODO for threadscope
  • Use compressed bitvectors for various events?
  • Use parentheses for EventDuration?
  • Make application settings (e.g. default window size, checkboxes in the Traces tab etc) persistent

  • Switch to GTK+3 for better HiDPI support

  • Display duration in the status bar when dragging on the timeline

  • Checkbox to display/hide event markers

  • Drag support in the raw events

  • Search text in the raw events

  • Filter by thread ID (like "follow tcp stream" in wireshark)

  • Tooltip that displays the thread name or ID of the area under the cursor

  • Build index (with succinct/compact data structures) to save memory usage

  • Optimize ghc-event's parser to speed up parsing

  • Analysis like empirical CDF of GC pause time or BEGIN/END of user events

  • Distinguish major GC from minor one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment