profile-process-p

Function

Package: mp

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 true, 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 in that case is not meaningful and the value should not be setf. In the case where a process runs multiple stack-groups, use profile-stack-group-p.

This value may be changed with setf.

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

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.