Changes between Initial Version and Version 1 of Ticket #5656, comment 1


Ignore:
Timestamp:
2019-10-10T14:24:23Z (5 years ago)
Author:
massimo ceraolo

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5656, comment 1

    initial v1  
    1 OMEdit already does accurate timing measures, which are accessible using OMC. For instance in par. 1.2.5 of OpenModelicaUserGuide.pdf the following very detailed timing report is shown:
     1Maybe to solve your problem you just need ticket #4565 be fixed?
     2The solution of that ticket indeed would give users a lot of information on where computing time goes.
    23
    3 {{{
    4 timeFrontend = 0.779514857,
    5 timeBackend = 0.014971491,
    6 timeSimCode = 0.01987463,
    7 timeTemplates = 0.013570249,
    8 timeCompile = 0.566615807,
    9 timeSimulation = 0.013022339,
    10 timeTotal = 1.407719324
    11 end SimulationResult;
    12 }}}
    13 Unfortunately the same level of detail is not accessible from OMEdit GUI.
    14 There should be also an open ticket asking for having a similar timing report also when simulations are run from OMEdit, but I cannot find it today.
    15 I suppose that if these figures are made available (something that I strongly hope) to OMEdit GUI, and therefore reported at the end of every simulation, your timing requirements are satisfied.
    16