stop-sampling

$Revision: 5.0.2.2 $

Function

Package: PROFILER

Arguments: (&key verbose)

If collection of sampling data is not already suspended when this function is called, collection is suspended. It is not an error to call this function while data collection is suspended. It is an error to call this function when the profiler has not been started. Data collection can be resumed by calling start-sampling.

The verbose argument, if non-nil (default is nil), causes status messages to be printed to *standard-output* during the profile.

See profiling.htm for general information on profiling. Note that the profiler is not available with some Allegro CL products.

The general documentation description is in introduction.htm. The index in index.htm.

Copyright (C) 1998-1999, Franz Inc., Berkeley, CA. All Rights Reserved.