now 属性

int now

时间线所使用的时钟的当前时间戳。单位是微秒。

在 Dart VM 上运行时,使用与嵌入 API 的 Dart_TimelineGetMicros 相同的单调时钟。

实现

static int get now => _getTraceClock();