Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get raw data from backend for post-processing #1162

Open
MatthewKhouzam opened this issue Dec 9, 2024 · 0 comments
Open

Get raw data from backend for post-processing #1162

MatthewKhouzam opened this issue Dec 9, 2024 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@MatthewKhouzam
Copy link
Contributor

The front-end of trace compass is able to display data, however, it is formatted by the back-end. It would be good to have access to the raw information, unformatted, for post-processing.

Feature Description:

This feature request can be divided into 4 parts:

  • Time Graph (Gantt) charts, using the deepsearch flag can get all we need
  • XY Plots need to use a sliding window at the moment to not lose data, having a wrapper
  • Event Tables need to have raw columns as opposed to the formatted ones, or a raw tap on each column. (getValue() vs getText()
  • Custom tree views like statistics should have an export tsv or something like that. A tree is smallish, and can be sent in one shot. This will also apply to weighted trees and flame graphs.
@MatthewKhouzam MatthewKhouzam added the help wanted Extra attention is needed label Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant