Next Prev Up Top Contents Index

remove-symbol-profiler

Function
Summary

Removes a symbol from the list of profiled symbols.

Package

hcl

Signature

remove-symbol-profiler symbol => nil

Arguments

symbol

A symbol to be removed from the *profile-symbol-list* .

Values

Returns nil .

Description

remove-symbol-profiler removes a symbol from *profile-symbol-lis t*, the list of profiled symbols.

See also
add-symbol-profiler
*profile-symbol-list*

LispWorks Reference Manual (Windows version) - 14 Dec 2001

Next Prev Up Top Contents Index