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...
PR #813 upgrades AgGrid to a later version and it required to use pagination. However, selecting an event across pages using arrow down/up or page down/up is not switching to...
This image:  is ambiguous, It would be desirable to select a time range window cursor and drag it when right click dragging, or invalidate the current window range, or...
1. Run trace-server. 2. Provision it with a trace or an experiment. 3. Run extension's `yarn start:browser`. 4. Browse to `http://localhost:3000/`. 5. Open the provisioned trace from the Trace Viewer....
Many keyboard shortcuts do not work unless the div has been clicked on (mostly timeline-chart related navigation). This is irritating, as you have to click on the time graph component...
Displaying this information for one trace is a waste of space.
Currently, the overlay of the current view range of the trace overview is orange. This makes it difficult for users to view what is behind the overlay, which is the...
e.g. Events over time histogram (stays at max zoom out, when range is selected other charts zoom) similar to LTTng scope. As someone analyzing trace data, I need to see...
When opening a time graph view the tree is fully expanded by default. This might be ok for some of such views, but not for all. For example the `Resources...
For the events table there is an indexing loop (see `trace-context-component` method `updateTrace()`) that checks for number of events and updates the nbEvents which then triggers the function call `componentDidUpdate()`...
The events table is filled with the number of events equal initial cache size (200) and the the user is able to look at the event after opening the table....