Dominik Honnef
Dominik Honnef
The current short name isn't ideal for anonymous functions, as we turn `pkg.(type).fn.func1` into `.func1`, when really it should be `.fn.func1`.
The relative axis works well for analyzing a specific piece of the trace, but it makes it difficult (or at least unintuitive) to navigate to that piece; here, users would...
(From a user request:) Add a way for other programs to manipulate gotraceui, e.g. to scroll to a certain goroutine or timestamp, or to open goroutine windows. Difficulties: there may...
When selecting "scroll to goroutine" from a span's context menu, the goroutine should be scrolled to the Y position of the activity we interacted with, not the top of the...
The stacks associated with events have a maximum length and are truncated, containing only the last N frames. This means that we may be missing frames up to the root....
Implement a popup windows that can be used to customize UI settings. e.g. instead of needing different shortcuts for toggling labels, compact mode, tooltips etc, have one shortcut that opens...
To be used when displaying Gs in per-P tracks.
We implement 3 different ways of displaying goroutine statistics: units with SI prefixes, fixed width scientific notation, and displaying exact numbers. By default we use SI prefixes, and there is...