microsecondsPerSecond constant

int const microsecondsPerSecond

Microseconds in one second (1,000,000).

Implementation

static const int microsecondsPerSecond =
    microsecondsPerMillisecond * millisecondsPerSecond;