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".
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".