chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] profile: collecting stats for multiple runs


From: felix winkelmann
Subject: Re: [Chicken-users] profile: collecting stats for multiple runs
Date: Thu, 3 Mar 2005 20:51:02 +0100

On Thu, 3 Mar 2005 07:09:41 +0100, felix winkelmann <address@hidden> wrote:
> On Wed, 2 Mar 2005 17:42:48 -0400, Alejandro Forero Cuervo
> <address@hidden> wrote:
> >
> > BTW, another request... could you consider making -:r send the trace
> > output to stderr rather than stdout (or, at least, making a compile
> > time option to specify where, whether to stdout or to stderr, the
> > trace output should go)?
> >
> 

Here is the patch for runtime.c, BTW:

3082c3082
<   if(show_trace) puts(name);
---
>   if(show_trace) fputs(name, stderr);


cheers,
felix




reply via email to

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