guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Question about your profiling patch...


From: Keisuke Nishida
Subject: Re: Question about your profiling patch...
Date: Thu, 05 Apr 2001 16:35:05 -0400
User-agent: Wanderlust/2.4.0 (Rio) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) Emacs/21.0.99 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI)

At 05 Apr 2001 12:15:04 -0500,
Rob Browning wrote:
> 
> I found at least one thing that's fairly odd, though I don't know if
> it has any bearing on the problem we've been discussing.  I ran your
> tests and the profiler's behavior varies depending on how I run guile.
> If you'd like me to run some more tests, just let me know.
> 
>   $ guile -s test-profiler.scm
>   Called Procedure                        Run  Real
>   ------ ---------                        ---  ----
> 
>   $ guile -l test-profiler.scm
>   Called Procedure                        Run  Real
>   ------ ---------                        ---  ----
>   3      bar                              0    0   
>   1      foo-1                            1    0   
>   1      foo-2                            0    0   
>   1      foo-3                            0    0   

This is because the profiler works only with the debugging evaluator.
With the switch -s, you disable the debugging evaluator by default.
In this case, you need to include (ice-9 debug) explicitly.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]