theia-trace-extension icon indicating copy to clipboard operation
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...

Results 130 theia-trace-extension issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

enhancement
Trace Compass
UX

- [ ] Trace server now supports density view data-provider with a "_new type_". - [ ] This _"new type"_ needs to be added in TSP - [ ] Front-end...

enhancement
Trace Server
trace server protocol
Theia UI

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...

enhancement
help wanted
Theia UI

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...

bug
Trace Server
Theia UI

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...

Trace Compass
Trace Server

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. ![image](https://user-images.githubusercontent.com/92533264/206019011-f20ed08e-48e5-4c3d-af62-e51b593a2cc2.png)

bug
timeline-chart

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.

enhancement

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. ![image](https://user-images.githubusercontent.com/419535/202214420-f439451f-5352-4cdb-b814-0a4fb1dd84cb.png)

good first issue

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...