Re: [Chicken-users] Reset counters when profiling Chicken programs

2014-09-06 Thread Andy Bennett
Hi, That would be great. Another useful function would be to write current profile information with a function like (profile-write file). In this way, one could easily determine what happened between two given profile snapshots. This may not be directly useful to you, but I'm interested in

Re: [Chicken-users] Reset counters when profiling Chicken programs

2014-08-30 Thread Sven Hartrumpf
Hi Peter. Thanks for your answers! Fri, 29 Aug 2014 09:13:45 +0200, Peter.Bex wrote: On Fri, Aug 29, 2014 at 09:03:52AM +0200, Sven Hartrumpf wrote: Is there a Chicken function to reset all counters (to 0) when a program is run in profile mode? Background: I need profiling results, but only

[Chicken-users] Reset counters when profiling Chicken programs

2014-08-29 Thread Sven Hartrumpf
Hi all. Is there a Chicken function to reset all counters (to 0) when a program is run in profile mode? Background: I need profiling results, but only after my program reached a specific point and until it terminates. Ciao Sven ___ Chicken-users

Re: [Chicken-users] Reset counters when profiling Chicken programs

2014-08-29 Thread Peter Bex
On Fri, Aug 29, 2014 at 09:03:52AM +0200, Sven Hartrumpf wrote: Hi all. Is there a Chicken function to reset all counters (to 0) when a program is run in profile mode? Background: I need profiling results, but only after my program reached a specific point and until it terminates.