Macro: SB-PROFILE:UNPROFILE

package type

Unwrap any profiling code around the named functions, or if no names are given, unprofile all profiled functions. A symbol names a function. A string names all the functions named by symbols in the named package. NAMES defaults to the list of names of all currently profiled functions.

Lambda list

(&rest sb-profile::names)