[squeak-dev] AndreasSystemProfiler missing CompiledMethod>>who

David T. Lewis lewis at mail.msen.com
Tue Mar 5 00:46:26 UTC 2013


This is just a convenience method that probably belongs in the AndreasSystemProfiler
package (or in Squeak trunk?).

Or if I am guessing right it might be just a matter of changing the printOn:

QSystemTally>>printOn: aStream
	aStream print: class; nextPutAll: '>>'; print: (method ifNotNil:[method selector storeString]).
	aStream nextPutAll: ' -- '; print: tally.


TIA,
Dave

-------------- next part --------------
A non-text attachment was scrubbed...
Name: MNU-CompiledMethod-who.png
Type: image/png
Size: 30386 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20130304/674ecf84/MNU-CompiledMethod-who.png


More information about the Squeak-dev mailing list