Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Make profile tree more useful #718

Closed
GoogleCodeExporter opened this issue Mar 25, 2015 · 2 comments
Closed

Make profile tree more useful #718

GoogleCodeExporter opened this issue Mar 25, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Paul DeBruicke

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>>=

Original issue reported on code.google.com by philippe...@gmail.com on 29 Mar 2012 at 6:16

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant