FunctionPackage: mpToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1

profile-process-p

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.


Copyright (c) 1998-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page was not revised from the 6.1 page.
Created 2002.2.26.

ToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1