mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-30 06:50:31 +02:00
Fix statprof-proc-call-data for recent changes
* module/statprof.scm (statprof-proc-call-data): Fix statprof for recent fixes.
This commit is contained in:
parent
27337b6373
commit
d724a36562
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@ none is available."
|
||||||
(if (positive? profile-level)
|
(if (positive? profile-level)
|
||||||
(error "Can't call statprof-fold-called while profiler is running."))
|
(error "Can't call statprof-fold-called while profiler is running."))
|
||||||
|
|
||||||
(hashq-ref procedure-data proc))
|
(get-call-data proc))
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; Stats
|
;; Stats
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue