ProfileTree.st
changeset 236 7f570e0a0a75
parent 120 950e4628d657
child 261 2fb596a13d0c
--- a/ProfileTree.st	Thu Apr 25 19:05:13 1996 +0200
+++ b/ProfileTree.st	Thu Apr 25 19:12:40 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 Object subclass:#ProfileTree
-	 instanceVariableNames:'receiver selector class leafTally totalTally called isBlock'
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'System-Debugging-Support'
+	instanceVariableNames:'receiver selector class leafTally totalTally called isBlock'
+	classVariableNames:''
+	poolDictionaries:''
+	category:'System-Debugging-Support'
 !
 
 !ProfileTree class methodsFor:'documentation'!
@@ -37,6 +37,9 @@
 "
     This is is used as a companion to MessageTally.
     Instances of it are used to represent the calling tree.
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -263,5 +266,5 @@
 !ProfileTree class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/ProfileTree.st,v 1.10 1995-12-09 15:06:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/ProfileTree.st,v 1.11 1996-04-25 17:11:26 cg Exp $'
 ! !