1 02/03/84  total_cpu_time_
 2 
 3 
 4 Entry points in total_cpu_time_:
 5    (List is generated by the help command)
 6 
 7 
 8 :Entry: total_cpu_time_: 02/03/84  total_cpu_time_
 9 
10 
11 Function: returns the total CPU time used by the calling process since
12 it was created.  The time includes time spent handling page faults,
13 segment faults, and bound faults for the calling process as well as
14 time spent handling any system interrupt that occurred while the
15 calling process was executing.
16 
17 
18 Syntax:
19 declare total_cpu_time_ entry returns (fixed bin (71));
20 time = total_cpu_time_ ();
21 
22 
23 Arguments:
24 time
25    is the total CPU time, in microseconds, used by the calling process.
26    (Output)