statistics: include evaluated parameters
Currently statistics store info on numerical jacobians, linear and non-linear systems.
Dymola has the flag Advanced.LogStructuredEvaluation = true; to print out which variables have benn considered structural.
Maybe that info should be added to reference results also?
@thorade : What would be the benefit of tracking this output as part of the regression tests?
If I change some implementation and as a result more parameters are considered structural and thus require recompilation I would notice this earlier. Just an idea, not very high priority, I just stumbled across that flag (similar analysis is possible with JModelica) and thought it might be interesting to minimize the need for recompilation.