Command List - Experimental#

oneAPI Level Zero Specification - Version 1.18.31

Command List - Experimental Functions#

zetCommandListAppendMarkerExp#

Added in version 1.13

ZE_APIEXPORT ze_result_t ZE_APICALL zetCommandListAppendMarkerExp(zet_command_list_handle_t hCommandList, zet_metric_group_handle_t hMetricGroup, uint32_t value)#

Append a Marker based on the Metric source of the Metric Group, to a Command List.

  • This function appends a Marker based on the Metric source of the Metric Group, to Command List.

Parameters:
  • hCommandList – [in] handle to the command list

  • hMetricGroup – [in] handle to the marker metric group. zet_metric_group_type_exp_flags_t could be used to check whether marker is supoported by the metric group.

  • value – [in] marker value

Returns: