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

[GROUPED_VIEW] Implement a feature to turn off the "grouped view" #191

Closed
svlad-90 opened this issue Dec 4, 2023 · 0 comments · Fixed by #200
Closed

[GROUPED_VIEW] Implement a feature to turn off the "grouped view" #191

svlad-90 opened this issue Dec 4, 2023 · 0 comments · Fixed by #200
Assignees
Labels
enhancement New feature or request grouped_view Issue is related to the [GROUPED_VIEW] domain
Milestone

Comments

@svlad-90
Copy link
Owner

svlad-90 commented Dec 4, 2023

In some cases, the DMA is used for creation of the plots or sequence diagrams. In such a case, the regular expression contains a lot of groups. That overwhelms the "grouped view" with the messages, especially if the group contains non-repetitive data, that can't be grouped, e.g. timestamp.

Such cases lead to increased memory consumption. It is not a bug by itself, but better to provide a user the possibility to not pay for what is not used.

By default, all DMA features could be turned on, but it should be possible to turn them off in case of such specific scenarios.

Thus, we need to implement turning on and off the "grouped view". Similar to what we have for the "plot view" and "UML view".

@svlad-90 svlad-90 added enhancement New feature or request grouped_view Issue is related to the [GROUPED_VIEW] domain labels Dec 4, 2023
@svlad-90 svlad-90 added this to the v.1.0.28 milestone Dec 4, 2023
@svlad-90 svlad-90 self-assigned this Dec 4, 2023
svlad-90 pushed a commit that referenced this issue Jun 5, 2024
- Implement feature to turn off grouped view to allow minimization of
the  RAM consumption in corner cases

Signed-off-by: Vladyslav Goncharuk <vladyslav_goncharuk@epam.com>
svlad-90 added a commit that referenced this issue Jun 5, 2024
[ISSUE #191][GROUPED_VIEW] Seeting to turn off the "Grouped view"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request grouped_view Issue is related to the [GROUPED_VIEW] domain
Projects
Development

Successfully merging a pull request may close this issue.

1 participant