From b7f8df7ba5a08fdf60f2966f0fdcdb06de99c575 Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Sat, 21 Feb 2026 15:07:18 +1100 Subject: Improve timestamps accuracy --- src/device_context.hh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/device_context.hh') diff --git a/src/device_context.hh b/src/device_context.hh index 9edda61..310b8a7 100644 --- a/src/device_context.hh +++ b/src/device_context.hh @@ -39,11 +39,9 @@ struct DeviceContext final : public Context { const DeviceContext& device; public: - time_point_t cpu_time; + std::uint64_t host_ns; std::uint64_t error_bound; std::uint64_t device_ticks; - std::uint64_t host_ns; - std::uint64_t ticks_per_ns; public: Clock(const DeviceContext& device); -- cgit v1.2.3