File tree 1 file changed +16
-0
lines changed 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -141,20 +141,26 @@ The module defines the following functions and data items:
141
141
142
142
Return the resolution (precision) of the specified clock *clk_id *.
143
143
144
+ Availability: Unix.
145
+
144
146
.. versionadded :: 3.3
145
147
146
148
147
149
.. function :: clock_gettime(clk_id)
148
150
149
151
Return the time of the specified clock *clk_id *.
150
152
153
+ Availability: Unix.
154
+
151
155
.. versionadded :: 3.3
152
156
153
157
154
158
.. function :: clock_settime(clk_id, time)
155
159
156
160
Set the time of the specified clock *clk_id *.
157
161
162
+ Availability: Unix.
163
+
158
164
.. versionadded :: 3.3
159
165
160
166
@@ -164,6 +170,8 @@ The module defines the following functions and data items:
164
170
hardware source, and may give close to nanosecond resolution. CLOCK_HIGHRES
165
171
is the nonadjustable, high-resolution clock.
166
172
173
+ Availability: Solaris.
174
+
167
175
.. versionadded :: 3.3
168
176
169
177
@@ -172,6 +180,8 @@ The module defines the following functions and data items:
172
180
Clock that cannot be set and represents monotonic time since some
173
181
unspecified starting point.
174
182
183
+ Availability: Unix.
184
+
175
185
.. versionadded :: 3.3
176
186
177
187
@@ -189,6 +199,8 @@ The module defines the following functions and data items:
189
199
190
200
High-resolution per-process timer from the CPU.
191
201
202
+ Availability: Unix.
203
+
192
204
.. versionadded :: 3.3
193
205
194
206
@@ -197,13 +209,17 @@ The module defines the following functions and data items:
197
209
System-wide real-time clock. Setting this clock requires appropriate
198
210
privileges.
199
211
212
+ Availability: Unix.
213
+
200
214
.. versionadded :: 3.3
201
215
202
216
203
217
.. data :: CLOCK_THREAD_CPUTIME_ID
204
218
205
219
Thread-specific CPU-time clock.
206
220
221
+ Availability: Unix.
222
+
207
223
.. versionadded :: 3.3
208
224
209
225
You can’t perform that action at this time.
0 commit comments