mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-28 07:50:20 +02:00
* module/statprof.scm (make-call-data): Change so that call-data holds the proc, not its name. Remove set-call-data-name!. (get-call-data): Adapt caller. (sample-stack-procs): Always sample procedures on the stack, even anonymous ones. (profile-signal-handler): Fix stack cutting to work with compiled statprof.scm. (count-call): Always count calls, even to anonymous procedures. (statprof-call-data->stats): Use call-data-printable for printing the call data. (statprof-display-anomolies): Fix a couple longstanding bugs caught by compiler warnings. |
||
---|---|---|
.. | ||
ice-9 | ||
language | ||
oop | ||
rnrs | ||
scripts | ||
srfi | ||
sxml | ||
system | ||
texinfo | ||
Makefile.am | ||
statprof.scm | ||
texinfo.scm |