Next: Debugger commands
Up: Complete List of Maude
Previous: Show commands
Contents
- set profile on . / set profile off .
- Turns profiling on and off.
Default is off.
- set clear profile on . / set clear profile off .
- Controls whether profile is clear before each command.
Default is on.
- show profile
module
.
- Shows current profile for the given module (or in the current module if
none is given). It shows both percentages and absolute rewrite counts.
The Maude Team