theia-trace-extension
theia-trace-extension copied to clipboard
Eclipse Theia trace viewer extension using the Trace Server Protocol (TSP), through the tsp-typescript-client. Also the home for reusable JavaScript libraries: traceviewer-base, traceviewer-react-comp...
The `Threads Status` view, when using the Trace Compass server, doesn't show the PID, TID, PPID, etc. The Eclipse Trace Compass has columns in the tree left side of the...
- [ ] Trace server now supports density view data-provider with a "_new type_". - [ ] This _"new type"_ needs to be added in TSP - [ ] Front-end...
Decouple abstract-output-component's options menu and command implementation from the output classes - We should have a generic way to provide menu and commands. The advantage will be to decouple the...
A common problem for SW projects is how to create documentation (both user oriented, describing how to use the tool, and developer oriented, describing concepts such as “design specifications”, “architecture...
Only data of one trace is shown in IRQ Analysis - Latency vs Time for an experiment with multiple kernel traces. It looks like the data of the last trace...
The instrumented call stack analysis present in the incubator and Trace Compass server does not support dynamic depth. Each analysis only supports one particular depth and if the depth changes...
The text displayed on the horizontal bars in timeline chart is broken/pixelated (see the image below). The view in the image below is the Resources Status view. 
1st view: global would be in the overview pane 2nd view: window and selection would be in the events viewer pane. This would give data locality.
It would be much clearer for the user if a zoom window has "handles" to indicate that it can be changed. See attached image as an example. 
This commit adds support for using the Arrow Up/Down and Page Up/Down to navigate across pages for views that implements the table-output-component. Previously, user can only use these keys to...