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: Mon, 28 Feb 2005 07:34:26 +0100

No, this is currently not possible. What you can do is merge several
PROFILE files. The format is very simple, for every function there
is a line of this shape:

(<NAME> <NUMBER-OF-CALLS> <NUMBER-OF-MILLISECONDS>)


cheers,
felix



On Sun, 27 Feb 2005 17:49:56 -0500, Alejandro Forero Cuervo
<address@hidden> wrote:
> 
> Hello there!
> 
> I have created a CGI application that I want to profile.  As it is
> mean to be run under CGI, typically it runs for about one second and
> terminates.  I compiled it with ``-profile'' and it does create the
> PROFILE file, but this seems to include only statistics for one run.
> 
> Is it possible to keep stats for all runs?
> 
> Alejo.
> http://bachue.com/alejo
> 
> ---=(  Comunidad de Usuarios de Software Libre en Colombia  )=---
> ---=(  http://bachue.com/colibri )=--=( address@hidden  )=---
> 
> 
> _______________________________________________
> Chicken-users mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/chicken-users
> 
> 
> 
>




reply via email to

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