method -> timestamp

Avi Bryant avi at beta4.com
Fri Nov 22 00:03:26 UTC 2002


On Thu, 21 Nov 2002, Ned Konz wrote:

> On Thursday 21 November 2002 03:22 pm, Avi Bryant wrote:
> > Anyone have an easy way of getting a timestamp from a
> > class/selector pair? A quick scan didn't reveal anything that
> > wasn't deeply enmeshed in fileOut code - I'll look further, but if
> > someone knows off the top of their head that would be useful.
>
> (SomeClass compiledMethodAt: #selector) timeStamp

Aha.  Not in 3.2 - must have been added quite recently?

(CompiledMethod compiledMethodAt: #timeStamp) timeStamp
'sw 7/29/2002 02:21'

Yup ;)

Avi




More information about the Squeak-dev mailing list