profile-process-p

$Revision: 5.0.2.5 $

Function

Package: MULTIPROCESSING

Arguments: (process)

This function returns the value of the profile-process-p flag for the thread/process specified by process. If the value of the flag is non-nil, then the space and time profilers will collect samples when this process is executing.

Note that in the non :os-threads model, this function should not be used on a process that runs multiple stack groups. The returned value is that case is not meaningful and the value should not be setf. In the case where a process runs multiple stack-groups, use mp:profile-stack-group-p.

This value may be changed with setf.

See multiprocessing.htm for general information on multiprocessing in Allegro CL. See specifically 2.0 Processes and profiling (both models) in that document.

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

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