checkin from browser
authorClaus Gittinger <cg@exept.de>
Sat, 18 May 1996 19:21:20 +0200
changeset 264 4cd9760b6de6
parent 263 4c3889934577
child 265 f3fb9bec2d4a
checkin from browser
MessageTally.st
MsgTally.st
--- a/MessageTally.st	Sat May 18 19:14:47 1996 +0200
+++ b/MessageTally.st	Sat May 18 19:21:20 1996 +0200
@@ -10,8 +10,6 @@
  hereby transferred.
 "
 
-'From Smalltalk/X, Version:2.10.9 on 18-may-1996 at 7:11:13 pm'                 !
-
 Object subclass:#MessageTally
 	instanceVariableNames:'process tree ntally theBlock spyInterval'
 	classVariableNames:''
@@ -65,41 +63,41 @@
 examples
 "
                                                                         [exBegin]
-     MessageTally spyOn:[ #(6 5 4 3 2 1) cop sort ]
+     MessageTally spyOn:[ #(6 5 4 3 2 1) sort ]
                                                                         [exEnd]
 
 
                                                                         [exBegin]
      MessageTally spyOn:[
-        10000 timesRepeat:[ #(6 5 4 3 2 1) copy sort] 
+        10000 timesRepeat:[ #(6 5 4 3 2 1) sort] 
      ]
                                                                         [exEnd]
 
 
                                                                         [exBegin]
      MessageTally spyOn:[
-        100000 timesRepeat:[ #(6 5 4 3 2 1) copy sort] 
+        100000 timesRepeat:[ #(6 5 4 3 2 1) sort] 
      ]
                                                                         [exEnd]
 
 
                                                                         [exBegin]
      MessageTally spyOn:[
-        500000 timesRepeat:[#(6 5 4 3 2 1) copy sort] 
+        500000 timesRepeat:[#(6 5 4 3 2 1) sort] 
      ]
                                                                         [exEnd]
 
 
                                                                         [exBegin]
      MessageTally spyDetailedOn:[
-        500000 timesRepeat:[#(6 5 4 3 2 1) copy sort] 
+        500000 timesRepeat:[#(6 5 4 3 2 1) sort] 
      ]
                                                                         [exEnd]
 
 
                                                                         [exBegin]
      Time millisecondsToRun:[
-        500000 timesRepeat:[#(6 5 4 3 2 1) copy sort] 
+        500000 timesRepeat:[#(6 5 4 3 2 1) sort] 
      ]
                                                                         [exEnd]
 
@@ -344,5 +342,5 @@
 !MessageTally class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/MessageTally.st,v 1.25 1996-05-18 17:14:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/MessageTally.st,v 1.26 1996-05-18 17:21:20 cg Exp $'
 ! !
--- a/MsgTally.st	Sat May 18 19:14:47 1996 +0200
+++ b/MsgTally.st	Sat May 18 19:21:20 1996 +0200
@@ -10,8 +10,6 @@
  hereby transferred.
 "
 
-'From Smalltalk/X, Version:2.10.9 on 18-may-1996 at 7:11:13 pm'                 !
-
 Object subclass:#MessageTally
 	instanceVariableNames:'process tree ntally theBlock spyInterval'
 	classVariableNames:''
@@ -65,41 +63,41 @@
 examples
 "
                                                                         [exBegin]
-     MessageTally spyOn:[ #(6 5 4 3 2 1) cop sort ]
+     MessageTally spyOn:[ #(6 5 4 3 2 1) sort ]
                                                                         [exEnd]
 
 
                                                                         [exBegin]
      MessageTally spyOn:[
-        10000 timesRepeat:[ #(6 5 4 3 2 1) copy sort] 
+        10000 timesRepeat:[ #(6 5 4 3 2 1) sort] 
      ]
                                                                         [exEnd]
 
 
                                                                         [exBegin]
      MessageTally spyOn:[
-        100000 timesRepeat:[ #(6 5 4 3 2 1) copy sort] 
+        100000 timesRepeat:[ #(6 5 4 3 2 1) sort] 
      ]
                                                                         [exEnd]
 
 
                                                                         [exBegin]
      MessageTally spyOn:[
-        500000 timesRepeat:[#(6 5 4 3 2 1) copy sort] 
+        500000 timesRepeat:[#(6 5 4 3 2 1) sort] 
      ]
                                                                         [exEnd]
 
 
                                                                         [exBegin]
      MessageTally spyDetailedOn:[
-        500000 timesRepeat:[#(6 5 4 3 2 1) copy sort] 
+        500000 timesRepeat:[#(6 5 4 3 2 1) sort] 
      ]
                                                                         [exEnd]
 
 
                                                                         [exBegin]
      Time millisecondsToRun:[
-        500000 timesRepeat:[#(6 5 4 3 2 1) copy sort] 
+        500000 timesRepeat:[#(6 5 4 3 2 1) sort] 
      ]
                                                                         [exEnd]
 
@@ -344,5 +342,5 @@
 !MessageTally class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/Attic/MsgTally.st,v 1.25 1996-05-18 17:14:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/Attic/MsgTally.st,v 1.26 1996-05-18 17:21:20 cg Exp $'
 ! !