[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: The status of statprof
From: |
Ludovic Courtès |
Subject: |
Re: The status of statprof |
Date: |
Tue, 17 Sep 2013 15:38:57 +0200 |
User-agent: |
Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) |
Panicz Maciej Godek <address@hidden> skribis:
> I've been trying to run the statprof that's
> shipped with guile-2.0 with the following
> code, but it reports "no samples taken".
That probably means that the code being profiled runs too fast compared
to the sample rate.
The ‘with-statprof’ macro allows you to specify a sample rate, and
whether/how many times you want to run its body in a loop (info "(guile)
Statprof").
HTH,
Ludo’.