[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Profiling large programs
From: |
felix winkelmann |
Subject: |
Re: [Chicken-users] Profiling large programs |
Date: |
Thu, 10 Jul 2008 12:39:33 +0200 |
On Thu, Jul 10, 2008 at 9:13 AM, <address@hidden> wrote:
>
>> What would perhaps be easier, is to
>> allow selective profiling (say by declaring a number of procedures
>> that should be profiled). Would this be acceptable for you?
>
> Yes, that would be an interesting option!
>
See trunk head. You can enable profiling for particular procedures
like this;
(declare (profile <procedurename1> ...))
cheers,
felix