equal
deleted
inserted
replaced
135 It is provided so that QElapsedTimer can be used with other non-Qt |
135 It is provided so that QElapsedTimer can be used with other non-Qt |
136 implementations, to guarantee that the same reference clock is being |
136 implementations, to guarantee that the same reference clock is being |
137 used. |
137 used. |
138 |
138 |
139 \value SystemTime The human-readable system time. This clock is not monotonic. |
139 \value SystemTime The human-readable system time. This clock is not monotonic. |
140 \value MonotonicClock The system's monotonic clock, usually found in Unix systems. This clock is not monotonic and does not overflow. |
140 \value MonotonicClock The system's monotonic clock, usually found in Unix systems. This clock is monotonic and does not overflow. |
141 \value TickCounter The system's tick counter, used on Windows and Symbian systems. This clock may overflow. |
141 \value TickCounter The system's tick counter, used on Windows and Symbian systems. This clock may overflow. |
142 \value MachAbsoluteTime The Mach kernel's absolute time (Mac OS X). This clock is monotonic and does not overflow. |
142 \value MachAbsoluteTime The Mach kernel's absolute time (Mac OS X). This clock is monotonic and does not overflow. |
143 |
143 |
144 \section2 SystemTime |
144 \section2 SystemTime |
145 |
145 |