[squeak-dev] AndreasSystemProfiler missing CompiledMethod>>who

Frank Shearar frank.shearar at gmail.com
Tue Mar 5 11:06:29 UTC 2013


On 5 March 2013 00:46, David T. Lewis <lewis at mail.msen.com> wrote:
> 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.

I'd imagine it does something like CompiledMethod >> #timeStamp, that
is, displays a bit of the CM's metadata. That seems like a good
candidate for trunk.

frank


More information about the Squeak-dev mailing list