aboutsummaryrefslogtreecommitdiff
path: root/src/device_context.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/device_context.hh')
-rw-r--r--src/device_context.hh4
1 files changed, 1 insertions, 3 deletions
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);