[plt-scheme] Profiling drscheme tools

From: Robby Findler (robby at cs.uchicago.edu)
Date: Wed Jul 30 19:48:35 EDT 2003

set it to profile, not debug (is there a mistake in the manual?) and
then use the buttons in the new window.

Robby

At Wed, 30 Jul 2003 18:23:08 -0400 (EDT), Guillaume Marceau wrote:
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
> 
> 
> I am trying to profile my drscheme tool (that type checker I keep
> writing). It seems like the following line should do what I need:
> 
>     export PLTDRDEBUG=debug; drscheme
> 
> Where is the profiling information written? How can I read it?
> 
> 
> Unrelated issue: I tried to do PLTONLYTOOL="type-checker", but it breaks.
> My type-checker depends on the snip-and-arrow library provided by the
> mrflow tool. If mrflow does not get loaded first,  I get a 'unknown method
> exception: clear-arrows. I need a way to specify that dependency.
> 
> 
> -- 
> "The thing I remember most about America is that it's silly.
>  That can be quite a relief at times."  -- Thom Yorke, Radiohead
> 
> - Guillaume
> 
> 
> 



Posted on the users mailing list.