save-current-profile

Function

Package: prof

Arguments: variable

This macro saves the contents of the current profile into the named variable. A profile must be in the :analyzed state (as returned by profiler-status) to be saved.

Saving a profile with save-current-profile allows you to analyze profile data at your leisure, running other profilers in the meantime. The keyword argument :current-profile to show-call-graph and show-flat-profile can take a saved profile instead of the default (which is the currently running or last run profile) and display results using that profile.

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

The documentation is described in introduction.htm and the index is in index.htm.

Copyright (c) 1998-2000, Franz Inc. Berkeley, CA., USA. All rights reserved.

Created 2000.10.5.