Home | History | Annotate | Download | only in lib

Lines Matching full:time

24 /* Timing variables are used to measure elapsed time in various
26 wall-clock time, as appropriate to and supported by the host
36 Timing variables may be pushed onto the stack; elapsed time is
42 All time elapsed between the two calls is attributed to the
46 /* This structure stores the various varieties of time that can be
47 measured. Times are stored in seconds. The time may be an
48 absolute time or a time difference; in the former case, the time
50 produces a valid time difference. */
54 /* User time in this process. */
57 /* System time (if applicable for this host platform) in this
61 /* Wall clock time. */