save-current-profile

$Revision: 5.0.2.2 $

Macro

Package: PROFILER

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 general documentation description is in introduction.htm. The index in index.htm.

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