mirror of
https://github.com/catchorg/Catch2.git
synced 2025-12-13 21:52:11 +01:00
Changed clock resolution estimator to return uint64_t
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
namespace Catch {
|
||||
|
||||
auto getCurrentNanosecondsSinceEpoch() -> uint64_t;
|
||||
auto getEstimatedClockResolution() -> double;
|
||||
auto getEstimatedClockResolution() -> uint64_t;
|
||||
|
||||
class Timer {
|
||||
uint64_t m_nanoseconds = 0;
|
||||
|
||||
Reference in New Issue
Block a user