Lines Matching full:monitoring
34 monitoring routines [Unix].
37 A call of the monitoring routine has an overhead comparable with a
40 However, the monitoring routine solution has certain advantages.
41 Whatever counters are needed by the monitoring routine can be
42 managed by the monitoring routine itself, rather than being
44 In particular, a monitoring routine can easily be called from separately
46 In addition, different monitoring routines can be linked into the
53 monitoring routine in the prologue for each routine.
54 Use of the monitoring routine requires no planning on part of a
69 Thus, the monitoring routine must not produce trace output each
74 Similarly, the monitoring routine can not do the analysis of
88 The execution time monitoring consists of three parts.
89 The first part allocates and initializes the runtime monitoring data
91 The second part is the monitoring routine invoked from the
95 The monitoring routine is discussed in detail in the following sections.
98 The \fBgprof\fP monitoring routine counts the number of times
100 The monitoring routine also records the arc in the call graph
106 In a machine-dependent fashion, the monitoring routine notes its
110 The monitoring routine also discovers the return address for that
116 The prologue of B will include a call to the monitoring routine
120 One can not afford to have the monitoring routine output tracing
122 Therefore, the monitoring routine maintains a table of all the
138 callees, at the expense of longer lookups in the monitoring
152 Not all callers and callees can be identified by the monitoring
155 will not call the monitoring routine as part of their prologue,
162 Thus the monitoring routine may know the destination of an arc
198 As with routine call tracing, the monitoring routine can not
205 This facility is enabled by our monitoring routine.