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 current implentation of the item properties view shows properties as plaintext with no styling. This looks ok but can be significantly improved by showing the properties in a table....
Similar to selection in the events table, view should be time synchronized when selecting a row in the segment store tables, e.g. IRQ Latency table). Single select should synchronize to...
In https://github.com/eclipse-cdt-cloud/theia-trace-extension/pull/1071, we removed content from the example applications, that's not deemed necessary for using these apps for the purpose of testing in this repo. Since we use the example...
I would like to suggest an enhancement to our thread status functionality by adding a filter option for thread status. Currently, all processes are displayed without any filtering. However, I...
Note that code is hard-coded. A generic way is needed to configure the menu and command-handler driven by the server. Alternatively, this feature could be added in a third-party, trace...
ADR-0011 introduces the API for managing global configurations. Thus, the Trace Extension needs an interface to expose this API to users. This PR is a tracker for a series of...
With this it's possible to close an experiment on the server. Upon reception of the command the server can dispose allocated resources hence the client doesn't need them anymore. This...
Wish I didn't have to do this part Signed-off-by: Matthew Khouzam
Triggered by the server update proposal [1] and the TSP specification for that [2] some design thinking needs to decide the way forward. Updates in TSP, server and front-end will...
With the latest changes, the 'Opened Traces' widget in the Trace Viewer view will show the list of every trace that has ever been opened in the trace server (using...