[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
trace-calls-to-procedure
From: |
Tim Meehan |
Subject: |
trace-calls-to-procedure |
Date: |
Thu, 24 Dec 2020 22:51:26 -0600 |
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?
- trace-calls-to-procedure,
Tim Meehan <=