Where's MEM USAGE MAPP in V3 ?

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

Post Reply
Jerry
Posts: 13
Joined: Tue May 23, 2006 3:02 pm
Location: Bristol,UK
Contact:

Where's MEM USAGE MAPP in V3 ?

Post by Jerry »

In v2 I found the Mem Usage Table at the bottom of the .LST file usefull, I can't seem to find it anywhere in the files created by V3.

Jerry

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Post by Benj »

Hello Jerry

I think there is a similar table in the .stat file. This tells you each of the macros present in the program and how much memory each of them takes.

Also in the compilation wondow of flowcode you get a memory useage table similar to the following

Memory Usage Report
===================
RAM available:368 bytes, used:1 bytes (0.3%), free:367 bytes (99.7%),
Heap size:367 bytes, Heap max single alloc:111 bytes
ROM available:4096 words, used:18 words (0.5%), free:4078 words (99.5%)

Jerry
Posts: 13
Joined: Tue May 23, 2006 3:02 pm
Location: Bristol,UK
Contact:

Post by Jerry »

Thanks Benj,

The info I required is shown at base of compile window, it would be nice if this was put at bottom of .lst file ( suggestion only )

Jerry

User avatar
Steve
Matrix Staff
Posts: 3422
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times
Contact:

Post by Steve »

Jerry,

The next update to Flowcode will include a feature that should satisfy you - the "compilation messages" window will automatically save its text to a file. I don't know when we'll release this update - it should be within a few weeks.

Jerry
Posts: 13
Joined: Tue May 23, 2006 3:02 pm
Location: Bristol,UK
Contact:

Post by Jerry »

Thanks

Post Reply