Ron,

Here is the last report:

In summary, there are a lot of improvement on memory usage :-)
Many thanks and congrats!

--
Andi


MEMORY.LOG:
xHarbour : xHarbour build 1.1.0 Intl. (SimpLex)
Revision : ChangeLog,v 1.6037 2008/04/22 04:40:31 ronpinkas
Compiler : Borland C++ 5.8.2 (32 bit)
OS       : Windows  XP Professional 5.01.2600 Service Pack 2

sizeof(HB_ITEM)=24
sizeof(METHOD)=56
sizeof(HB_SYMB)=16

HB_MEM_CHAR=114656
HB_MEM_BLOCK=114656
HB_MEM_RUN=114656
HB_MEM_VM=2015136
HB_MEM_EMS=0
HB_MEM_FM=392560
HB_MEM_FMSEGS=1
HB_MEM_SWAP=739296
HB_MEM_CONV=0
HB_MEM_EMSUSED=0
HB_MEM_USED=8490004
HB_MEM_BLOCKS=44379
HB_MEM_USEDMAX=8500838
HB_MEM_STACKITEMS=280
HB_MEM_STACK=6720
HB_MEM_STACK_TOP=76
HB_MEM_LIST_BLOCKS=8490342

================================
XHARBOUR, STATE ON 50 MDI OPENED:
================================
        RESOURCES                           RESOURCE COUNT           RESOURCE 
SIZE
-----------------------------------      --------------------   
---------------------
AREA                 ITEMS               CURRENT #     PEAK #     CURRENT       
 PEAK
-----------------------------------      --------------------   
----------------------
PREVIOUS:
Memory               Virtual Memory            5104      5104    20905984    
20905984
NOW:
Memory               Virtual Memory            3280      3280    13434880    
13434880

===================================
XHARBOUR, STATE ON APPLICATION EXIT:
===================================
        RESOURCES                           RESOURCE COUNT           RESOURCE 
SIZE
-----------------------------------      --------------------   
---------------------
AREA                 ITEMS               CURRENT #     PEAK #     CURRENT       
 PEAK
-----------------------------------      --------------------   
----------------------
PREVIOUS:
Memory               Virtual Memory             160      5120      655360    
20971520
NOW:
Memory               Virtual Memory             128      3296      524288    
13500416

Andi

On Mon, 21 Apr 2008 21:42:58 -0700
Ron Pinkas <[EMAIL PROTECTED]> wrote:

> Andi,
> 
> 1. Please try again, after: 2008-04-22 00:06 UTC-0430 Ron Pinkas <ron/ 
> at/xharbour.com>
> 
> 2. Memory( HB_MEM_STACKITEMS ) can be added at PEAK point of memory  
> consumption.
> 
> Ron
> 
> On Apr 18, 2008, at 1:13 PM, Andi Jahja wrote:
> 
> > Ron,
> >
> >> 1. Please add a small C function to report HB_ITEM size in both  
> >> builds.
> >>     HB_FUNC( ITEMSIZE )
> >>     {
> >>        hb_retnl( sizeof( HB_ITEM ) );
> >>     }
> >
> > Harbour  = 24
> > xHarbour = 32
> >
> > Alignment is 8 on both.
> >
> >> 2. Please also add to your report :
> >>     Memory( HB_MEM_STACKITEMS )
> >
> > When should this check made ?
> > --
> > Andi

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
xHarbour-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to