Apparently Racket has used the Chez incremental compiler since v8.0. Racket's profiler can be imported with (require profile)
and Guile's is (use-modules (statprof))
, haven't found something similar for Gambit so far besides `gsc` taking a `-track-scheme` parameter.