Suggest ways to speed up an event.
(speed-up-event event &key :synonym-alist ; default nil :min-time-savings ; default :auto :min-event-time ; default :auto :print ; default :brief )
The entire event to speed up (e.g., a
defthm form).
A symbol-symbol-alist mapping from synonyms to known event types (e.g., you can declare foo to be treated like defthm by the speed-up tool).
The minimum time savings to report for a given event (in seconds). Time savings smaller than this will normally not be printed. If :auto, use the value of the constant
*minimum-time-savings-to-report* .
The minimum time for events we should try to speed up (in seconds). Events that take less time will not have speeding up attempted for them. If :auto, use the value of the constant
*minimum-event-time-to-speed-up*
How much to print (should satisfy print-levelp).
Wrapping an event in a call of