Changes between Initial Version and Version 1 of Ticket #5353, comment 4
- Timestamp:
- 2019-03-26T22:37:10Z (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5353, comment 4
initial v1 1 1 Now there's a lot more information, but I still find it difficult to tell how much time is spent by the solver and how much is spent by the omc generated code. 2 2 3 If we want to try to improve the performance, telling these two apart is essential, because at the end of the d eay, the former is not our responsibility (except regarding the optimizations we may use to compile the solver source code), while the latter definitely is. Could you please add this imformation?3 If we want to try to improve the performance, telling these two apart is essential, because at the end of the day, the former is not our responsibility (except regarding the optimizations we may use to compile the solver source code), while the latter definitely is. Could you please add this imformation? 4 4 5 5 It would also be nice if the timers were also added to DAEmode, I understand there's currently no profiling there.