Writes a subset of system performance statistics to the SAS log.
Valid in: | configuration file, SAS invocation, OPTIONS statement, SAS System Options window |
Category: | Log and Procedure Output Control: SAS Log |
PROC OPTIONS GROUP= | LOGCONTROL |
Default: | STIMER |
Windows specifics: | Reported statistics |
writes real time and CPU time to the SAS log.
does not write real time and CPU time to the SAS log.
real time 0.96 seconds cpu time 0.01 seconds
Statistic
|
Description
|
---|---|
real time
|
the amount of time spent
to process the SAS job. Real time is also referred to as elapsed time.
|
CPU Time
|
the total time spent to execute your SAS code and spent to perform system overhead
tasks on behalf of the SAS process. This value is the combination of the user CPU
and system CPU statistics from FULLSTIMER.
|
CPU1 time + CPU2 time = total CPU time 1 second + 1 second = 2 seconds