We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a138f commit a54d4edCopy full SHA for a54d4ed
src/include/portability/instr_time.h
@@ -32,9 +32,9 @@
32
*
33
* INSTR_TIME_GET_MILLISEC(t) convert t to double (in milliseconds)
34
35
- * INSTR_TIME_GET_MICROSEC(t) convert t to uint64 (in microseconds)
+ * INSTR_TIME_GET_MICROSEC(t) convert t to int64 (in microseconds)
36
37
- * INSTR_TIME_GET_NANOSEC(t) convert t to uint64 (in nanoseconds)
+ * INSTR_TIME_GET_NANOSEC(t) convert t to int64 (in nanoseconds)
38
39
* Note that INSTR_TIME_SUBTRACT and INSTR_TIME_ACCUM_DIFF convert
40
* absolute times to intervals. The INSTR_TIME_GET_xxx operations are
0 commit comments