src/cxx_supportlib/Utils/SystemTime.h in passenger-5.2.3 vs src/cxx_supportlib/Utils/SystemTime.h in passenger-5.3.0
- old
+ new
@@ -98,10 +98,10 @@
* call it at the beginning of your program.
*/
class SystemTime {
public:
enum Granularity {
- GRAN_1SEC = 1000000000, // 1 millisecond granularity
+ GRAN_1SEC = 1000000000, // 1 second granularity
GRAN_10MSEC = 10000000, // 10 milliseconds granularity
GRAN_1MSEC = 1000000, // 1 millisecond granularity
GRAN_1USEC = 1000 // 1 microsecond granularty
};