eclipse-4diac / 4diac-forte

Eclipse Public License 2.0
29 stars 32 forks source link

Abstract tracer and create an internal one for test purposes #267

Closed cochicde closed 3 weeks ago

cochicde commented 3 weeks ago

This PR is part a branch with some other things, so some things are still not used here. The folllowing was done here:

The main idea of this new code is to be able generate traces using barectf but also directly into memory and be able to have the same class to compare them (EventMessage)

diplfranzhoepfinger commented 3 weeks ago

we have a Tracer ? @azoitl this would be VERY helpful. such a Thing which X/Y Coordinates and writing Diagramms of Variables ? I am Impressed !

azoitl commented 3 weeks ago

we have a Tracer ? @azoitl this would be VERY helpful. such a Thing which X/Y Coordinates and writing Diagramms of Variables ? I am Impressed !

I don't think this is what you can to with that. Currently tracing is more for getting deeper insights on what is going on. But it heavily impacts performance and is not suitable for non-linux platforms.

diplfranzhoepfinger commented 3 weeks ago

ahhhhhhhhhhhhhhhh ....

so this would be a totally different thing: having a Chart Draw module in IDE, to make Plots during a Watch ?

azoitl commented 3 weeks ago

ahhhhhhhhhhhhhhhh ....

so this would be a totally different thing: having a Chart Draw module in IDE, to make Plots during a Watch ?

yes