8000 Feature request: data exporter with filter selection · Issue #236 · SIMDE-ULL/SIMDE · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Feature request: data exporter with filter selection #236

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”, y 7BD3 ou 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

Open
H0smax opened this issue Apr 3, 2025 · 0 comments
Open

Feature request: data exporter with filter selection #236

H0smax opened this issue Apr 3, 2025 · 0 comments

Comments

@H0smax
Copy link
H0smax commented Apr 3, 2025

When exporting the JSON files from results, the file size is too big to manipulate the data. Also, there is not a key to find the total cyles of the program. It just creates a key with the number of each cycle.

To export better data, I would suggest to change how the exporter works: adding checkboxes or similar before exporting to select the desired data and avoid extra data that is not going to be used, adding the number of total cycles in a single key (i.e. {totalCycles:10213}), etc.

Example usage:
Imagine I would like to batch 20 executions but only focus on the reserve stations usage.

  • In the filtering tab I can select just reserve stations usage.
  • I have general information independent of filtering (like totalCycles)
  • Then export JSON and file size decrease a lot, allowing to do a better manipulation of data.

There is an alternative by spliting data into diferent files (i.e. reserve_stations.json, rob.json, etc).

The goal of this request is to allow users take advantage of SIMDE capabilities and improve how we can use stadistics exportation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0