WAProfilerItem>>#tree

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

WAProfilerItem>>#tree

Paul DeBruicker


In the attached file-out I included a version of WAProfilerItem>>#tree
that prints % and times:

8.3% {22ms} JQAjax>>script:
   |8.3% {22ms} JQAjax(JSObject)>>script:on:
   |  8.3% {22ms} JSScript(JSObject)>>javascriptOn:
   |    8.3% {22ms} JSScript>>javascriptContentOn:
   |      8.3% {22ms} GRNullCodecStream(GRCodecStream)>>javascript:
   |        8.3% {22ms} JQueryInstance(JSObject)>>javascriptOn:
   |          8.3% {22ms} JSCall>>javascriptContentOn:
   |            8.3% {22ms} JSStream class>>encodeArguments:on:
   |              8.3% {22ms} GRNullCodecStream(GRCodecStream)>>javascript:
   |                8.3% {22ms} ByteString(String)>>javascriptOn:
   |                  8.3% {22ms} JSStream class>>encodeString:on:
   |                    3.8% {10ms} primitives
   |                    2.3% {6ms} Character>>greaseInteger
   |                    1.5% {4ms} GRNullCodecStream>>nextPut:


rather than:

0 JQAjax>>script:
   |0 JQAjax(JSObject)>>script:on:
   |  |0 JSScript(JSObject)>>javascriptOn:
   |  |  0 JSScript>>javascriptContentOn:
   |  |    0 GRNullCodecStream(GRCodecStream)>>javascript:
   |  |      0 JQueryInstance(JSObject)>>javascriptOn:
   |  |        0 JSCall>>javascriptContentOn:
   |  |          0 JSStream class>>encodeArguments:on:
   |  |            0 GRNullCodecStream(GRCodecStream)>>javascript:
   |  |              0 ByteString(String)>>javascriptOn:
   |  |                4 JSStream class>>encodeString:on:
   |  |                  2 GRNullCodecStream>>nextPut:
   |  |                  2 Character>>=

_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev

WAProfilerItem-tree.st (568 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: WAProfilerItem>>#tree

Philippe Marschall
Am 29. März 2012 17:55 schrieb Paul DeBruicker <[hidden email]>:

>
>
> In the attached file-out I included a version of WAProfilerItem>>#tree that
> prints % and times:
>
> 8.3% {22ms} JQAjax>>script:
>  |8.3% {22ms} JQAjax(JSObject)>>script:on:
>  |  8.3% {22ms} JSScript(JSObject)>>javascriptOn:
>  |    8.3% {22ms} JSScript>>javascriptContentOn:
>  |      8.3% {22ms} GRNullCodecStream(GRCodecStream)>>javascript:
>  |        8.3% {22ms} JQueryInstance(JSObject)>>javascriptOn:
>  |          8.3% {22ms} JSCall>>javascriptContentOn:
>  |            8.3% {22ms} JSStream class>>encodeArguments:on:
>  |              8.3% {22ms} GRNullCodecStream(GRCodecStream)>>javascript:
>  |                8.3% {22ms} ByteString(String)>>javascriptOn:
>  |                  8.3% {22ms} JSStream class>>encodeString:on:
>  |                    3.8% {10ms} primitives
>  |                    2.3% {6ms} Character>>greaseInteger
>  |                    1.5% {4ms} GRNullCodecStream>>nextPut:
>
>
> rather than:
>
> 0 JQAjax>>script:
>  |0 JQAjax(JSObject)>>script:on:
>  |  |0 JSScript(JSObject)>>javascriptOn:
>  |  |  0 JSScript>>javascriptContentOn:
>  |  |    0 GRNullCodecStream(GRCodecStream)>>javascript:
>  |  |      0 JQueryInstance(JSObject)>>javascriptOn:
>  |  |        0 JSCall>>javascriptContentOn:
>  |  |          0 JSStream class>>encodeArguments:on:
>  |  |            0 GRNullCodecStream(GRCodecStream)>>javascript:
>  |  |              0 ByteString(String)>>javascriptOn:
>  |  |                4 JSStream class>>encodeString:on:
>  |  |                  2 GRNullCodecStream>>nextPut:
>  |  |                  2 Character>>=

Awesome, thanks
http://code.google.com/p/seaside/issues/detail?id=718

Cheers
Philippe
_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev