The SIGPROF signal is sent to a process when the time limit specified in a call to a preceding alarm setting function (such as setitimer) elapses. SIGPROF is sent when CPU time used by the process and by the system on behalf of the process elapses.
public const SIGPROF = 'SIGPROF';