[Seaside] Profiling Code

Avi Bryant avi at dabbledb.com
Fri Feb 1 23:21:52 UTC 2008


On 2/1/08, Ramon Leon <ramon.leon at allresnet.com> wrote:

> I'm having a hard time believing that 87% of my render time is spent in a
> method that looks like this...
>
> WAOptionTag>>selected: aBoolean
>         self attributes at: 'selected' put: aBoolean

Do you consistently get this same trace, or was this a one time thing?

If the Squeak VM wasn't the active process for a while, all of the
wall clock time until it became active again will be attributed to
whichever method it happened to be in at the time it was suspended.

Avi


More information about the seaside mailing list