added: #spyDetailedOn:
authorClaus Gittinger <cg@exept.de>
Sun, 04 Nov 2012 22:21:17 +0100
changeset 12024 d9abe8cde031
parent 12023 db541e9a6fc1
child 12025 6303fd576a49
added: #spyDetailedOn:
Tools__Profiler.st
--- a/Tools__Profiler.st	Sun Nov 04 22:14:49 2012 +0100
+++ b/Tools__Profiler.st	Sun Nov 04 22:21:17 2012 +0100
@@ -91,7 +91,7 @@
 
 !Profiler class methodsFor:'messageTally compatible interface'!
 
-spyDetailOn: aBlock
+spyDetailedOn: aBlock
     "execute a Block; then open a visual profiler.
      Return the value from aBlock"
 
@@ -218,8 +218,12 @@
 
 !Profiler class methodsFor:'documentation'!
 
+version
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__Profiler.st,v 1.4 2012-11-04 21:21:17 cg Exp $'
+!
+
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__Profiler.st,v 1.3 2012-11-04 21:14:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__Profiler.st,v 1.4 2012-11-04 21:21:17 cg Exp $'
 !
 
 version_SVN