Re: [MSEide-MSEgui-talk] Memory used and leak ?

2016-11-03 Thread Fred van Stappen
> You could take a look at XPDE OOps, thanks Graeme, I will take a look just now. Write you later. Fre;D -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer

Re: [MSEide-MSEgui-talk] Memory used and leak ?

2016-11-02 Thread Graeme Geldenhuys
On 2016-11-02 20:48, Fred van Stappen wrote: >> None of these give much detail, but they do some the memory usage > and cached memory. > > Conclusion: there is something to create here with MSEgui or fpGUI. > >> In the past I've also used a bash script under Linux with the 'ps' >> command to

Re: [MSEide-MSEgui-talk] Memory used and leak ?

2016-11-02 Thread Graeme Geldenhuys
On 2016-11-02 21:10, Fred van Stappen wrote: > Hum, yes, not bad (but only for dinosaurs). hahaha I quite like 'htop', I use that the most these days. Before that I used to use Gnome System Monitor (when I still ran Linux). Regards, Graeme

Re: [MSEide-MSEgui-talk] Memory used and leak ?

2016-11-02 Thread Fred van Stappen
> Under Unix/Linux environments you can use 'htop', 'top' OK, tested: thanks. (and does not need Gnome ==> console applications). Hum, yes, not bad (but only for dinosaurs). Conclusion: same as previous post. Fre;D

Re: [MSEide-MSEgui-talk] Memory used and leak ?

2016-11-02 Thread Fred van Stappen
>> What I see is, when the program runs, a window that shows live the >> memory used by the application-process. >Under Unix/Linux environments you can use 'htop', 'top', Gnome/Mate > System Monitor. For Windows you can use the Task Manager. Huh, I do not use Gnome in some of my os ( ;-) )

Re: [MSEide-MSEgui-talk] Memory used and leak ?

2016-11-02 Thread Martin Schreiber
On Wednesday 02 November 2016 17:24:41 Fred van Stappen wrote: > > Yes, I know this but I would prefer something simpler that does not need to > change code. But maybe is not possible, heaptrace must be used. > No code needs to be changed for testing for memory leaks. Compiler parameter -gh is

Re: [MSEide-MSEgui-talk] Memory used and leak ?

2016-11-02 Thread Graeme Geldenhuys
On 2016-11-02 16:24, Fred van Stappen wrote: > What I see is, when the program runs, a window that shows live the > memory used by the application-process. Under Unix/Linux environments you can use 'htop', 'top', Gnome/Mate System Monitor. For Windows you can use the Task Manager. None of these

Re: [MSEide-MSEgui-talk] Memory used and leak ?

2016-11-02 Thread Fred van Stappen
> Do you mean for the IDE itself or for applications developed with MSEide? For applications debugged by MSEide (and of course also for MSEide when it is run by MSEide him self). What I see is, when the program runs, a window that shows live the memory used by the application-process. > FPC

Re: [MSEide-MSEgui-talk] Memory used and leak ?

2016-11-02 Thread Graeme Geldenhuys
On 2016-11-02 16:00, Fred van Stappen wrote: > Does it exist something (hidden) about memory leak and memory used in > MSEide ? Do you mean for the IDE itself or for applications developed with MSEide? FPC includes a compiler options -gh which will give you a report of memory allocated and any

[MSEide-MSEgui-talk] Memory used and leak ?

2016-11-02 Thread Fred van Stappen
Hello Martin. Does it exist something (hidden) about memory leak and memory used in MSEide ? If no, do you have something in one of your box that could do this ? If no, do you have some light how to code this ? Thanks. Fre;D