提交 cf14200d 编写于 作者: B Benguang Zhao

enh: get timestamp thru clock_gettime(CLOCK_MONOTONIC,) for taosGetMonotonicMs()

上级 c0c1cd82
...@@ -216,7 +216,7 @@ int64_t taosGetMonotonicMs() { ...@@ -216,7 +216,7 @@ int64_t taosGetMonotonicMs() {
#if 0 #if 0
return getMonotonicUs() / 1000; return getMonotonicUs() / 1000;
#else #else
return taosGetTimestampMs(); return taosGetMonoTimestampMs();
#endif #endif
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册