show-call-counts

$Revision: 5.0.2.2 $

Function

Package: PROFILER

Arguments: (&key current-profile count)

Prints (to *standard-output*) the top count functions and their call-counts from the profile specified by the :profile keyword argument. count defaults to 50 and current-profile defaults to the current-profile. If a value is specified for current-profile, it must have been saved with save-current-profile.

See also list-call-counts.

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.