360 views
in System Integration by

Hi EW team

If something went wrong(like lack of memory), I want to print all ew information., like memory usage / total refresh times / fps...

I can use memory usage window in prototyper. Is there a way to get these in runtime? Can I print the memory usage information of every ew-item?

Thanks!

1 Answer

0 votes
by
 
Best answer

Hello,

you can monitor the Data Memory (RAM) usage on the target in order get informed about the current memory situation. The function EwPrintProfilerStatistic() is used to print the memory statistics. The parameter aDetailed can be set to a value != 0 in order to get a detailed report with all objects.

The current fps can be shown by using the method GetFPS().

I hope this helps.

Best regards,
Manfred.

Ask Embedded Wizard - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...