File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
sycl/doc/extensions/proposed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -151,10 +151,13 @@ The event's `info::event_profiling::command_submit` timestamp reflects the
151
151
time at which `submit_profiling_tag` is called.
152
152
The event's `info::event_profiling::command_end` timestamp reflects the time
153
153
at which the event enters the "complete" state.
154
+ The event's `info::event_profiling::command_start` timestamp reflects the time
155
+ that the profiling tag command starts executing.
156
+ This timestamp is between the `info::event_profiling::command_submit` and
157
+ `info::event_profiling::command_end` timestamps.
154
158
155
159
It is unspecified whether the event ever has the
156
- `info::event_command_status::running` status, and the meaning of the
157
- `info::event_profiling::command_start` timestamp is also unspecified.
160
+ `info::event_command_status::running` status.
158
161
Implementations are encouraged to transition the event directly from the
159
162
"submitted" status to the "complete" status and are encouraged to set the
160
163
"command_start" timestamp to the same value as the "command_end" timestamp.
You can’t perform that action at this time.
0 commit comments