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

[Trace] possibility to record only some runtime data #159

Open
dvojtise opened this issue Mar 19, 2020 · 0 comments
Open

[Trace] possibility to record only some runtime data #159

dvojtise opened this issue Mar 19, 2020 · 0 comments

Comments

@dvojtise
Copy link
Contributor

In some models, some runtime data are actually constant during the execution.

This is the case for some constants that are evaluated during the model initialization, then will never change.
It is then useless to store them (speed and memory impact) and to congest the UI.

It would be useful to be able to indicate to the trace add-on which data dimensions should be handled either by not considering some data dimensions at all or by dealing with them differently in the trace model.

In more advanced scenario implying #158 (pause/resume add-on) we can also think about changing considered data dimensions

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

No branches or pull requests

1 participant