unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* trace-calls-to-procedure
@ 2020-12-25  4:51 Tim Meehan
  2020-12-25  5:58 ` trace-calls-to-procedure Zelphir Kaltstahl
  2020-12-25 12:37 ` trace-calls-to-procedure Tim Van den Langenbergh
  0 siblings, 2 replies; 6+ messages in thread
From: Tim Meehan @ 2020-12-25  4:51 UTC (permalink / raw)
  To: guile-user

I have used ",trace" before and get what it is supposed to do, but I am not
sure what "trace-calls-to-procedure" is supposed to do ...

;; Using Guile 3.0.4
(use-modules (system vm trace))

(define (sqr x)
    (* x x))

(trace-calls-to-procedure sqr)

(sqr 3)

;; ... and nothing happens ... is something supposed to happen?


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-12-26  1:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-25  4:51 trace-calls-to-procedure Tim Meehan
2020-12-25  5:58 ` trace-calls-to-procedure Zelphir Kaltstahl
2020-12-25  8:42   ` trace-calls-to-procedure tomas
2020-12-26  1:23   ` trace-calls-to-procedure Tim Meehan
2020-12-25 12:37 ` trace-calls-to-procedure Tim Van den Langenbergh
2020-12-25 14:56   ` trace-calls-to-procedure Tim Van den Langenbergh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).