[racket] Graph Rendering in profile module
On Dec 17, 2012, at 11:24 PM, Mohammad Mustaqeem wrote:
> I am looking for graph rendering that constructs the call graph of the program.
> I found this -
> http://docs.racket-lang.org/profile/index.html?q=profile#(mod-path._profile)
>
> But I am unable use it because I don't know how to use it.
> Please, can somebody explain me by giving examples?
I'm not sure this is what you want; since it uses sampling, I believe that you're likely to miss many calls.
If you're looking for a profiler-like tool that generates the call graph for one particular run of the code, though, I believe that the "trace" module is not far from what you want. Maybe still not close enough, though....
John
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4370 bytes
Desc: not available
URL: <http://lists.racket-lang.org/users/archive/attachments/20121217/1bdf85a8/attachment.p7s>