We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d3aa3f commit 2d0b7f9Copy full SHA for 2d0b7f9
sdk/src/levelzero/ze_collector.h
@@ -1995,7 +1995,7 @@ class ZeCollector {
1995
1996
PTI_ASSERT(signal_event != nullptr);
1997
command->tid = thread_local_pid_tid_info.tid;
1998
- uint64_t host_timestamp = ze_instance_data.start_time_host;
+ uint64_t host_timestamp = ze_instance_data.timestamp_host;
1999
command->append_time = host_timestamp;
2000
command->device_timer_frequency_ = device_descriptors_[command->device].device_timer_frequency;
2001
command->device_timer_mask_ = device_descriptors_[command->device].device_timer_mask;
0 commit comments