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

While the trace context component updateTrace() loop is iterating, update the unit controller's view range if the current view range is the full range and the full range has changed....

Steps to replicate issue: 1) In a source file within a VSCode extension that uses theia-trace-extension (version 0.2.0), establish a test command handler using this as a template: context.subscriptions.push(vscode.commands.registerCommand('test.command', ()...

Enables filtering in gant-chart views. Implements UI and functionality. This change is dependent on changes in the Timeline-Chart repo for the filtering of gap-states. See: https://github.com/eclipse-cdt-cloud/timeline-chart/pull/285 Signed-off-by: William Yang

Adapt to later ag-grid version Dependabot opened a PR to suggest we update our "ag-grid" dependencies. However, the PR did not build, because ir proposes we jump forward 3 major...

When you select multiple rows, they are highlighted in the filter-tree, but not in the timeline-chart: ![Screenshot_20240723_150845](https://github.com/user-attachments/assets/0ce4d93c-ffa8-4b37-9bba-14aff99c47eb)

Update 0011-tsp-analysis-api for custom analysis - Introduce action endpoint and data structures for outputs - Add example use case realizations using new API - Use global configuration endpoint to manage...

Hi all, We are looking as to how to display views where the X axis is another unit than time. Examples can be function density views and flame graphs. In...

help wanted
UX

When investigating a problem, I found what I was looking for in the statistics table, but then there was no easy way to take the interesting row/column and copy it...

Signed-off-by: Bernd Hufmann