|
|
@ -2,6 +2,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
#include <bakatoolspch.h> |
|
|
|
#include <bakatoolspch.h> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
namespace Bk::Tools { |
|
|
|
using Nanosecond = std::ratio<1,1000000000>; |
|
|
|
using Nanosecond = std::ratio<1,1000000000>; |
|
|
|
using Microsecond = std::ratio<1,1000000>; |
|
|
|
using Microsecond = std::ratio<1,1000000>; |
|
|
|
using Millisecond = std::ratio<1,1000>; |
|
|
|
using Millisecond = std::ratio<1,1000>; |
|
|
@ -74,3 +75,4 @@ struct TimePoint |
|
|
|
|
|
|
|
|
|
|
|
std::chrono::time_point<C, std::chrono::duration<long int, P>> point; |
|
|
|
std::chrono::time_point<C, std::chrono::duration<long int, P>> point; |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
} |