Panicz Maciej Godek <godek.mac...@gmail.com> 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’.