Guardian Procedure Calls Reference Manual

MYPROCESSTIME Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Returned Value
Related Programming Manual
Summary
The MYPROCESSTIME procedure returns the process execution time of the calling process. Process
time is the processor time in microseconds that the process has consumed; processor time used for
system procedures called is also included.
Syntax for C Programmers
#include <cextdecs(MYPROCESSTIME)>
long long MYPROCESSTIME ( void );
Syntax for TAL Programmers
process-time := MYPROCESSTIME;
Returned Value
FIXED
Process time (in microseconds) of the current process.
Related Programming Manual
For programming information about the MYPROCESSTIME procedure, see the Guardian
Programmer's Guide.
MYPROCESSTIME Procedure 843