Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (M)
Guardian Procedure Calls Reference Manual—522629-013
9-73
MYPROCESSTIME Procedure
MYPROCESSTIME Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
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     
 Syntax for TAL Programmers      
Parameters
process-time returned value
FIXED
is a value representing the clock of the current process in microseconds.
Related Programming Manual
For programming information about the MYPROCESSTIME procedure, refer to the 
Guardian Programmer’s Guide.
#include <cextdecs(MYPROCESSTIME)>
long long MYPROCESSTIME ();
process-time := MYPROCESSTIME;










