checkin from browser
authorClaus Gittinger <cg@exept.de>
Fri, 31 Jul 1998 00:39:29 +0200
changeset 3697 e02091768624
parent 3696 a0c77f9bdbc7
child 3698 8bce45214d24
checkin from browser
Method.st
--- a/Method.st	Thu Jul 30 19:50:29 1998 +0200
+++ b/Method.st	Fri Jul 31 00:39:29 1998 +0200
@@ -1730,7 +1730,7 @@
         (MessageTracer isCounting:self) ifTrue:[
             (MessageTracer isCountingMemoryUsage:self) ifTrue:[
                 moreInfo := moreInfo , 
-                     ' (mem usage ' , (MessageTracer memoryUsageOfMethod:self) printString asText allBold , ' Bytes)'.
+                     ' (mem usage avg: ' , (MessageTracer memoryUsageOfMethod:self) printString asText allBold , ' bytes)'.
             ] ifFalse:[
                 moreInfo := moreInfo , 
                      ' (called ' , (MessageTracer executionCountOfMethod:self) printString asText allBold , ' times)'.
@@ -1787,7 +1787,7 @@
 
     "Created: / 16.4.1996 / 20:11:12 / cg"
     "Modified: / 23.1.1998 / 13:15:15 / stefan"
-    "Modified: / 30.7.1998 / 17:25:29 / cg"
+    "Modified: / 31.7.1998 / 00:37:47 / cg"
 !
 
 whoString
@@ -2568,6 +2568,6 @@
 !Method class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.163 1998-07-30 15:50:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.164 1998-07-30 22:39:29 cg Exp $'
 ! !
 Method initialize!