1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00
guile/module
Andy Wingo e1138ba199 fix call counting in statprof, enhance repl support
* module/statprof.scm: Use VM modules, instead of using @ hacks.
  (statprof): New public export, a functional interface to the profiler.
  (profile-signal-handler, count-call, statprof-start, statprof-stop):
  Fix call counting with the VM.
  (statprof-call-data->stats): Hack around a case in which a call could
  be sampled but not counted, if you get my drift.
  (procedure=?): Update for current API.
  (with-statprof): Use `statprof'.

* module/system/repl/command.scm (profile): Use the `statprof'
  procedural interface.
2010-01-14 22:52:07 +01:00
..
ice-9 1.8 compat in ice-9 syncase 2010-01-14 00:40:20 +01:00
language fix compilation of #2((1 2 3) (4 5 6)) 2010-01-11 22:21:18 +01:00
oop eval.c closures are now applicable smobs, not tc3s 2009-12-04 19:20:11 +01:00
rnrs Provide Guile-friendly `coding:' meta-data. 2010-01-11 01:21:13 +01:00
scripts Provide Guile-friendly `coding:' meta-data. 2010-01-11 01:21:13 +01:00
srfi Fix SRFI-19 exports. 2010-01-11 01:21:14 +01:00
sxml import statprof, sxml, and texinfo from guile-lib 2009-12-21 00:01:13 +01:00
system fix call counting in statprof, enhance repl support 2010-01-14 22:52:07 +01:00
texinfo fix texinfo reflection for procedures 2010-01-12 22:50:10 +01:00
Makefile.am add a silly inspector 2010-01-12 00:18:24 +01:00
statprof.scm fix call counting in statprof, enhance repl support 2010-01-14 22:52:07 +01:00
texinfo.scm Remove unused top-level variables. 2010-01-11 01:21:14 +01:00