[squeak-dev] The Trunk: Tools-ul.134.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Oct 14 02:51:54 UTC 2009


Andreas Raab uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-ul.134.mcz

==================== Summary ====================

Name: Tools-ul.134
Author: ul
Time: 9 October 2009, 1:01:52 am
UUID: dcfa44c0-cf09-ce46-ac34-8348c991b9d1
Ancestors: Tools-ar.133

- added BlockClosure >> #timeProfile which opens a TimeProfileBrowser on the block

=============== Diff against Tools-ar.133 ===============

Item was added:
+ ----- Method: BlockClosure>>timeProfile (in category '*Tools') -----
+ timeProfile
+ 
+ 	^TimeProfileBrowser onBlock: self!




More information about the Squeak-dev mailing list