|
| profile:profile-all &key package callers-p | [Function] |
Wraps profiling code around all functions in package, which defaults to *package*. If a function is already profiled, then unprofile and reprofile - useful to notice function redefinition. If a name is undefined, then we give a warning and ignore it. If callers-p is t names have counts of the most common calling functions recorded. See also profile:unprofile, profile:report-time, and profile:reset-time.