Re: [racket] Graph Rendering in profile module

2012-12-19 Thread John Clements
On Dec 18, 2012, at 10:56 PM, Mohammad Mustaqeem wrote: > First time, it gives the output as you mentioned but after that it > gives following error - "/: division by zero". > Why this is showing this error? Part of the problem is a bad error message; I've pushed a small fix so that it just gen

Re: [racket] Graph Rendering in profile module

2012-12-17 Thread John Clements
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