Does anybody know if there is a portable profiler library for Scheme similar in spirit to the portable Scheme debugger by Kellomaki? (https://github.com/perttikellomaki/psd)
For those familiar with Common Lisp, I'm thinking of something similar to Kantrowicz' portable metering system (https://www-users.cs.umn.edu/~gini/lisp/metering.cl)
I have looked through the IU Scheme repository and schemers.org. I could look into the MIT sources or Campbell's s48 profiler but I suspect those are very implementation-tied.
Any pointers are appreciated