1 02/05/82 cpu_time_and_paging_
 2 
 3 
 4 Entry points in cpu_time_and_paging_:
 5    (List is generated by the help command)
 6 
 7 
 8 :Entry: cpu_time_and_paging_:  02/01/82  cpu_time_and_paging_
 9 
10 
11 Function: returns the virtual CPU time used by the calling process
12 since it was created as well as a measure of the paging activity of
13 the process.
14 
15 
16 Syntax:
17 declare cpu_time_and_paging_ entry (fixed bin, fixed bin(71),
18      fixed bin);
19 call cpu_time_and_paging_ (pf, time, pd_faults);
20 
21 
22 Arguments:
23 pf
24    is the total number of page faults taken by the calling process.
25    (Output)
26 time
27    is the virtual CPU time (in microseconds) used by the calling
28    process.  (Output)
29 pd_faults
30    was previously the total number of page faults from the paging
31    device for the calling process.  This value is always returned as
32    zero.  (Output)