Warning: This is the manual of the legacy Guile 2.2 series. You may want to read the manual of the current stable series instead.
Next: Debug Commands, Previous: Compile Commands, Up: REPL Commands [Contents][Index]
Time execution.
Profile execution of an expression. This command compiled exp and
then runs it within the statprof profiler, passing all keyword options
to the statprof
procedure. For more on statprof and on the the
options available to this command, See Statprof.
Trace execution.
By default, the trace will limit its width to the width of your terminal, or width if specified. Nested procedure invocations will be printed farther to the right, though if the width of the indentation passes the max-indent, the indentation is abbreviated.