aboutsummaryrefslogtreecommitdiff
path: root/src/queue_context.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/queue_context.hh')
-rw-r--r--src/queue_context.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/queue_context.hh b/src/queue_context.hh
index ba4708b..356de33 100644
--- a/src/queue_context.hh
+++ b/src/queue_context.hh
@@ -67,6 +67,7 @@ class QueueContext final : public Context {
DeviceContext::Clock::time_point_t gpu_start;
DeviceContext::Clock::time_point_t gpu_end;
+ DeviceContext::Clock::time_point_t::duration cpu_time;
DeviceContext::Clock::time_point_t::duration gpu_time;
std::unique_ptr<Frame> frame;