MemoryMonitor.st
changeset 158 55115578af34
parent 157 77f56399cc5f
child 159 159f86b6395a
equal deleted inserted replaced
157:77f56399cc5f 158:55115578af34
    37 "
    37 "
    38 !
    38 !
    39 
    39 
    40 version
    40 version
    41 "
    41 "
    42 $Header: /cvs/stx/stx/libtool/MemoryMonitor.st,v 1.23 1995-11-07 20:21:31 cg Exp $
    42 $Header: /cvs/stx/stx/libtool/MemoryMonitor.st,v 1.24 1995-11-07 20:22:13 cg Exp $
    43 "
    43 "
    44 !
    44 !
    45 
    45 
    46 documentation
    46 documentation
    47 "
    47 "
   625     "
   625     "
   626     ObjectMemory verboseGarbageCollect.
   626     ObjectMemory verboseGarbageCollect.
   627 !
   627 !
   628 
   628 
   629 resetStatisticValues 
   629 resetStatisticValues 
   630     ObjectMemory resetMaxDelay.
   630     ObjectMemory resetMaxInterruptLatency.
   631     ObjectMemory resetMinScavengeReclamation.
   631     ObjectMemory resetMinScavengeReclamation.
   632 
   632 
   633     "Created: 7.11.1995 / 17:44:59 / cg"
   633     "Created: 7.11.1995 / 17:44:59 / cg"
   634 !
   634 !
   635 
   635