Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在没有毫秒的情况下理解canlogs很复杂,是否有任何功能可以在写入窗口中打印毫秒。我已经尝试过使用“getLocalTimeString()”函数,但这只会打印到几秒钟的时间。
尝试使用该函数timeNowNS();返回模拟时间的浮点变量(以纳秒为单位)。或者使用timeNowInt64();. 将返回值与因子相乘以获得您认为合适的秒/毫秒。
timeNowNS();
timeNowInt64();