summaryrefslogtreecommitdiffhomepage
path: root/compat/timer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'compat/timer.hpp')
-rw-r--r--compat/timer.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/compat/timer.hpp b/compat/timer.hpp
index b8b4ae59..fb14145d 100644
--- a/compat/timer.hpp
+++ b/compat/timer.hpp
@@ -29,9 +29,9 @@ struct OTR_COMPAT_EXPORT Timer final
}
time_type elapsed_nsecs() const;
- time_type elapsed_usecs() const;
- time_type elapsed_ms() const;
- time_type elapsed_seconds() const;
+ double elapsed_usecs() const;
+ double elapsed_ms() const;
+ double elapsed_seconds() const;
private:
struct timespec state;
static void gettime(struct timespec* state);