Changed clock resolution estimator to return uint64_t

This commit is contained in:
Phil Nash 2017-08-04 21:31:28 +01:00
parent a9b6813ad9
commit 97d6b08087
2 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@
namespace Catch {
auto getCurrentNanosecondsSinceEpoch() -> uint64_t;
auto getEstimatedClockResolution() -> double;
auto getEstimatedClockResolution() -> uint64_t;
class Timer {
uint64_t m_nanoseconds = 0;