104 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

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...