microsecondsPerSecond 常量

int const microsecondsPerSecond

每秒的微秒数。

实现

static const int microsecondsPerSecond =
    microsecondsPerMillisecond * millisecondsPerSecond;