now 属性

int now

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

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

实现

static int get now => _getTraceClock();