modelica-tools / FMUComplianceChecker

FMI Compliance Checker for validation of FMUs 1.0 and 2.0
BSD 3-Clause "New" or "Revised" License
42 stars 31 forks source link

Is exist a way to determine the cpu and memory load while running a FMU simulation ? #70

Open elderwann opened 1 year ago

elderwann commented 1 year ago

Hi,

I try to use fmpy and I currently don't see if it is possible de see cpu and memory load / consumption during a FMU simulation. Is this kind of functionnality into the fmpy code ? If not, how could I find a way to do that ?

Thanks.