Changed clock resolution estimator to return uint64_t
This commit is contained in:
parent
a9b6813ad9
commit
97d6b08087
2 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@
|
|||
namespace Catch {
|
||||
|
||||
auto getCurrentNanosecondsSinceEpoch() -> uint64_t;
|
||||
auto getEstimatedClockResolution() -> double;
|
||||
auto getEstimatedClockResolution() -> uint64_t;
|
||||
|
||||
class Timer {
|
||||
uint64_t m_nanoseconds = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue