From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTPS id 549BF10E74D for ; Tue, 18 Oct 2022 22:50:38 +0000 (UTC) Date: Tue, 18 Oct 2022 15:49:08 -0700 From: Umesh Nerlige Ramappa To: , Lionel G Landwerlin , Ashutosh Dixit Message-ID: References: <20221010214215.5378-1-umesh.nerlige.ramappa@intel.com> <20221010214215.5378-35-umesh.nerlige.ramappa@intel.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Disposition: inline In-Reply-To: <20221010214215.5378-35-umesh.nerlige.ramappa@intel.com> MIME-Version: 1.0 Subject: Re: [igt-dev] [PATCH i-g-t v6 34/36] lib/i915/perf: Add ACM GT1 metrics List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: On Mon, Oct 10, 2022 at 09:42:13PM +0000, Umesh Nerlige Ramappa wrote: >Add ACM GT1 metrics XML files for perf OA tests. > >Signed-off-by: Lionel Landwerlin Reviewed-by: Umesh Nerlige Ramappa >--- > lib/i915/perf-configs/guids.xml | 345 + > lib/i915/perf-configs/oa-acmgt1.xml | 76252 ++++++++++++++++++++++++++ > lib/i915/perf.c | 35 + > lib/meson.build | 1 + > 4 files changed, 76633 insertions(+) > create mode 100644 lib/i915/perf-configs/oa-acmgt1.xml > >diff --git a/lib/i915/perf-configs/guids.xml b/lib/i915/perf-configs/guids.xml >index 95c9d717..b3aa6a12 100644 >--- a/lib/i915/perf-configs/guids.xml >+++ b/lib/i915/perf-configs/guids.xml >@@ -431,4 +431,349 @@ > > > >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ > >diff --git a/lib/i915/perf-configs/oa-acmgt1.xml b/lib/i915/perf-configs/oa-acmgt1.xml >new file mode 100644 >index 00000000..ab4da70d >--- /dev/null >+++ b/lib/i915/perf-configs/oa-acmgt1.xml >@@ -0,0 +1,76252 @@ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="RenderBasic" >+ underscore_name="render_basic" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="f5b8f05e-c84c-4f1c-bb05-68fbea73879b" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="CsThreads" >+ underscore_name="cs_threads" >+ description="The total number of compute shader hardware threads dispatched." >+ data_type="uint64" >+ units="threads" >+ semantic_type="event" >+ equation="A 4 READ" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuBusy" >+ underscore_name="gpu_busy" >+ description="The percentage of time in which the GPU has been processing GPU commands." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="Tier1 Overview System Frame" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XveActive" >+ underscore_name="xve_active" >+ description="The percentage of time in which the Execution Units were actively processing." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 7 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XveStall" >+ underscore_name="xve_stall" >+ description="The percentage of time in which the Execution Units were stalled." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 8 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XveThreadOccupancy" >+ underscore_name="xve_thread_occupancy" >+ description="The percentage of time in which hardware threads occupied XVEs." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="8 A 9 READ FMUL $VectorEngineThreadsCount FDIV $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XveFpuEmActive" >+ underscore_name="xve_fpu_em_active" >+ description="The percentage of time in which XVE EM INT and FPU INT64 pipelines were actively processing." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 10 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="VsFpuActive" >+ underscore_name="vs_fpu_active" >+ description="The percentage of time in which XVE FPU INT64 pipeline was actively processing a vertex shader instruction." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 11 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="VsEmActive" >+ underscore_name="vs_em_active" >+ description="The percentage of time in which XVE EM INT pipeline was actively processing a vertex shader instruction." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 12 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="VsSendActive" >+ underscore_name="vs_send_active" >+ description="The percentage of time in which XVE send pipeline was actively processing a vertex shader instruction." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 13 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="PsFpuActive" >+ underscore_name="ps_fpu_active" >+ description="The percentage of time in which XVE FPU INT64 pipeline was actively processing a fragment shader instruction." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 14 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="PsEmActive" >+ underscore_name="ps_em_active" >+ description="The percentage of time in which XVE EM INT pipeline was actively processing a fragment shader instruction." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 15 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="PsSendActive" >+ underscore_name="ps_send_active" >+ description="The percentage of time in which XVE send pipeline was actively processing a fragment shader instruction." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 16 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SamplesWritten" >+ underscore_name="samples_written" >+ description="The total number of samples or pixels written to all render targets." >+ data_type="uint64" >+ units="pixels" >+ semantic_type="event" >+ equation="A 26 READ 4 UMUL" >+ mdapi_group="Rasterizer" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SamplesBlended" >+ underscore_name="samples_blended" >+ description="The total number of blended samples or pixels written to all render targets." >+ data_type="uint64" >+ units="pixels" >+ semantic_type="event" >+ equation="A 27 READ 4 UMUL" >+ mdapi_group="Rasterizer" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SamplerTexels" >+ underscore_name="sampler_texels" >+ description="The total number of texels seen on input (with 2x2 accuracy) in all sampler units." >+ data_type="uint64" >+ units="texels" >+ semantic_type="event" >+ equation="A 28 READ 4 UMUL" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SamplerTexelMisses" >+ underscore_name="sampler_texel_misses" >+ description="The total number of texels lookups (with 2x2 accuracy) that missed L1 sampler cache." >+ data_type="uint64" >+ units="texels" >+ semantic_type="event" >+ equation="A 29 READ 4 UMUL" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Tier3 Batch Frame Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SlmReads" >+ underscore_name="slm_reads" >+ description="The total number of reads from shared local memory." >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $XeCoreTotalCount UMUL" >+ units="messages" >+ semantic_type="event" >+ equation="A 30 READ" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Tier3 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SlmWrites" >+ underscore_name="slm_writes" >+ description="The total number of writes into shared local memory." >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $XeCoreTotalCount UMUL" >+ units="messages" >+ semantic_type="event" >+ equation="A 31 READ" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Tier3 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="ShaderMemoryAccesses" >+ underscore_name="shader_memory_accesses" >+ description="The total number of shader memory accesses to L3." >+ data_type="uint64" >+ units="messages" >+ semantic_type="event" >+ equation="A 32 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="ShaderAtomics" >+ underscore_name="shader_atomics" >+ description="The total number of shader atomic memory accesses." >+ data_type="uint64" >+ units="messages" >+ semantic_type="event" >+ equation="A 34 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="ShaderBarriers" >+ underscore_name="shader_barriers" >+ description="The total number of shader barrier messages." >+ data_type="uint64" >+ units="messages" >+ semantic_type="event" >+ equation="A 35 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GtiReadThroughput" >+ underscore_name="gti_read_throughput" >+ description="The total number of GPU memory bytes read from GTI." >+ data_type="uint64" >+ max_equation="$GpuCoreClocks 512 UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="128 A 36 READ UMUL" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GtiWriteThroughput" >+ underscore_name="gti_write_throughput" >+ description="The total number of GPU memory bytes written to GTI." >+ data_type="uint64" >+ max_equation="$GpuCoreClocks 512 UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 6 READ C 7 READ UADD 128 UMUL" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="Sampler20Busy" >+ underscore_name="sampler20_busy" >+ description="The percentage of time when sampler slice2 Xe core0 is busy" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SamplersBusy" >+ underscore_name="samplers_busy" >+ description="The percentage of time in which samplers or L1 cache are not idle." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="$Sampler20Busy" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="Sampler20Bottleneck" >+ underscore_name="sampler20_bottleneck" >+ description="The percentage of time in which Slice2 Sampler0 has been slowing down the pipe when processing XVE requests." >+ low_watermark="5" >+ high_watermark="15" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Tier3 Indicate Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SamplerBottleneck" >+ underscore_name="sampler_bottleneck" >+ description="The percentage of time in which samplers have been slowing down the pipe when processing XVE requests." >+ low_watermark="5" >+ high_watermark="15" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="$Sampler20Bottleneck" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Tier3 Overview Indicate System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="ComputeBasic" >+ underscore_name="compute_basic" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="53ee6271-905c-4b2a-b449-9117ffd10a48" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuBusy" >+ underscore_name="gpu_busy" >+ description="The percentage of time in which the GPU has been processing GPU commands." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="Tier1 Overview System Frame" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="CsThreads" >+ underscore_name="cs_threads" >+ description="The total number of compute shader hardware threads dispatched." >+ data_type="uint64" >+ units="threads" >+ semantic_type="event" >+ equation="A 4 READ" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XveActive" >+ underscore_name="xve_active" >+ description="The percentage of time in which the Execution Units were actively processing." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 7 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XveStall" >+ underscore_name="xve_stall" >+ description="The percentage of time in which the Execution Units were stalled." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 8 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="FpuActive" >+ underscore_name="fpu_active" >+ description="The percentage of time in which XVE FPU INT64 pipeline was actively processing." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 9 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="EmActive" >+ underscore_name="em_active" >+ description="The percentage of time in which XVE EM INT pipeline was actively processing." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 10 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XmxActive" >+ underscore_name="xmx_active" >+ description="The percentage of time in which XVE XMX pipeline was actively processing." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 11 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XveFpuEmActive" >+ underscore_name="xve_fpu_em_active" >+ description="The percentage of time in which XVE EM INT and FPU INT64 pipelines were actively processing." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 12 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XveFpuXmxActive" >+ underscore_name="xve_fpu_xmx_active" >+ description="The percentage of time in which XVE XMX and FPU INT64 pipelines were actively processing." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 13 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XveAvgIpcRate" >+ underscore_name="xve_avg_ipc_rate" >+ description="The average rate of IPC calculated for 2 FPU pipelines." >+ data_type="float" >+ max_equation="2" >+ units="number" >+ semantic_type="ratio" >+ equation="A 12 READ A 9 READ A 10 READ FADD A 10 READ FSUB FDIV 1 FADD" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier4 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SendActive" >+ underscore_name="send_active" >+ description="The percentage of time in which XVE send pipeline was actively processing." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 14 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XveThreadOccupancy" >+ underscore_name="xve_thread_occupancy" >+ description="The percentage of time in which hardware threads occupied XVEs." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="8 A 15 READ FMUL $VectorEngineThreadsCount FDIV $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XveFpuFlt16" >+ underscore_name="xve_fpu_flt16" >+ description="The percentage of time in which FLT16 instruction were processed actively on FPU INT64 pipeline." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 16 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier4 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XveFpuFlt32" >+ underscore_name="xve_fpu_flt32" >+ description="The percentage of time in which FLT32 instruction were processed actively on FPU INT64 pipeline." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 17 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier4 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XveFpuFlt64" >+ underscore_name="xve_fpu_flt64" >+ description="The percentage of time in which FLT64 instruction were processed actively on FPU INT64 pipeline." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 18 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier4 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SlmReads" >+ underscore_name="slm_reads" >+ description="The total number of reads from shared local memory." >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $XeCoreTotalCount UMUL" >+ units="messages" >+ semantic_type="event" >+ equation="A 30 READ" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Tier3 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SlmWrites" >+ underscore_name="slm_writes" >+ description="The total number of writes into shared local memory." >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $XeCoreTotalCount UMUL" >+ units="messages" >+ semantic_type="event" >+ equation="A 31 READ" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Tier3 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="ShaderMemoryAccesses" >+ underscore_name="shader_memory_accesses" >+ description="The total number of shader memory accesses to L3." >+ data_type="uint64" >+ units="messages" >+ semantic_type="event" >+ equation="A 32 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="ShaderAtomics" >+ underscore_name="shader_atomics" >+ description="The total number of shader atomic memory accesses." >+ data_type="uint64" >+ units="messages" >+ semantic_type="event" >+ equation="A 34 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="ShaderBarriers" >+ underscore_name="shader_barriers" >+ description="The total number of shader barrier messages." >+ data_type="uint64" >+ units="messages" >+ semantic_type="event" >+ equation="A 35 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GtiReadThroughput" >+ underscore_name="gti_read_throughput" >+ description="The total number of GPU memory bytes read from GTI." >+ data_type="uint64" >+ max_equation="$GpuCoreClocks 512 UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="128 A 36 READ UMUL" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GtiWriteThroughput" >+ underscore_name="gti_write_throughput" >+ description="The total number of GPU memory bytes written to GTI." >+ data_type="uint64" >+ max_equation="$GpuCoreClocks 512 UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ C 6 READ UADD 128 UMUL" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="ThreadsAndRast1" >+ underscore_name="threads_and_rast1" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="952f5f55-449d-43db-87d7-6113e9c3b89a" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="VsThreads" >+ underscore_name="vs_threads" >+ description="Number of VS thread dispatches" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ C 6 READ UADD C 5 READ UADD C 4 READ UADD C 3 READ UADD C 2 READ UADD C 1 READ UADD C 0 READ UADD" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="HsThreads" >+ underscore_name="hs_threads" >+ description="Number of HS thread dispatches" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 7 READ B 6 READ UADD B 5 READ UADD B 4 READ UADD" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="DsThreads" >+ underscore_name="ds_threads" >+ description="Number of DS thread dispatches" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ B 2 READ UADD B 1 READ UADD B 0 READ UADD" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="ThreadsAndRast2" >+ underscore_name="threads_and_rast2" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="797ae4a3-6d36-4be1-9064-a9bc3263957f" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="PsThreads" >+ underscore_name="ps_threads" >+ description="Number of PS thread dispatches" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD B 4 READ UADD B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="ThreadsAndRast3" >+ underscore_name="threads_and_rast3" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="abb4b8fd-b9cd-4b11-a610-1c0707af14cf" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GsThreads" >+ underscore_name="gs_threads" >+ description="Number of GS thread dispatches" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ C 6 READ UADD C 5 READ UADD C 4 READ UADD" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="HiDepthTestFails" >+ underscore_name="hi_depth_test_fails" >+ description="The total number of pixels dropped on early hierarchical depth test." >+ data_type="uint64" >+ units="pixels" >+ semantic_type="event" >+ equation="4 2 UMUL C 3 READ 2 C 2 READ UMUL UADD 4 C 1 READ UMUL UADD 8 C 0 READ UMUL UADD 16 B 7 READ UMUL UADD 32 B 6 READ UMUL UADD 64 B 5 READ UMUL UADD 128 B 4 READ UMUL UADD 256 B 3 READ UMUL UADD 512 B 2 READ UMUL UADD 1024 B 1 READ UMUL UADD UMUL" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Tier3 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="ThreadsAndRast4" >+ underscore_name="threads_and_rast4" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="2da159d5-8ace-42bb-9d81-26f2b162d8d8" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="EarlyDepthTestFails" >+ underscore_name="early_depth_test_fails" >+ description="The total number of pixels dropped on early depth test." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="4 C 7 READ C 6 READ UADD 2 C 5 READ C 4 READ UADD UMUL UADD 4 C 3 READ C 2 READ UADD UMUL UADD 8 C 1 READ C 0 READ UADD UMUL UADD 16 B 7 READ B 6 READ UADD UMUL UADD UMUL" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="AsyncCompute" >+ underscore_name="async_compute" >+ mdapi_supported_apis="VK OGL OCL MEDIA IO" >+ hw_config_guid="91273130-42fe-4c5e-ba34-6f9140b612c6" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuBusy" >+ underscore_name="gpu_busy" >+ description="The percentage of time in which the GPU has been processing GPU commands." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="Tier1 Overview System Frame" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="CsThreads" >+ underscore_name="cs_threads" >+ description="The total number of compute shader hardware threads dispatched." >+ data_type="uint64" >+ units="threads" >+ semantic_type="event" >+ equation="A 4 READ" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="FpuActive" >+ underscore_name="fpu_active" >+ description="The percentage of time in which XVE FPU INT64 pipeline was actively processing." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 7 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="VsFpuActive" >+ underscore_name="vs_fpu_active" >+ description="The percentage of time in which XVE FPU INT64 pipeline was actively processing a vertex shader instruction." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 8 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="PsFpuActive" >+ underscore_name="ps_fpu_active" >+ description="The percentage of time in which XVE FPU INT64 pipeline was actively processing a fragment shader instruction." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 9 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="CsFpuActive" >+ underscore_name="cs_fpu_active" >+ description="The percentage of time in which XVE FPU INT64 pipeline was actively processing a compute shader instruction." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 10 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AsyncCsFpuActive" >+ underscore_name="async_cs_fpu_active" >+ description="The percentage of time in which XVE FPU INT64 pipeline was actively processing a compute shader instruction." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 11 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="EmActive" >+ underscore_name="em_active" >+ description="The percentage of time in which XVE EM INT pipeline was actively processing." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 12 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="VsEmActive" >+ underscore_name="vs_em_active" >+ description="The percentage of time in which XVE EM INT pipeline was actively processing a vertex shader instruction." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 13 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="PsEmActive" >+ underscore_name="ps_em_active" >+ description="The percentage of time in which XVE EM INT pipeline was actively processing a fragment shader instruction." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 14 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="CsEmActive" >+ underscore_name="cs_em_active" >+ description="The percentage of time in which XVE EM INT pipeline was actively processing a compute shader instruction." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 15 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AsyncCsEmActive" >+ underscore_name="async_cs_em_active" >+ description="The percentage of time in which XVE EM INT pipeline was actively processing a compute shader instruction." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 16 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XveThreadOccupancy" >+ underscore_name="xve_thread_occupancy" >+ description="The percentage of time in which hardware threads occupied XVEs." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="8 A 17 READ FMUL $VectorEngineThreadsCount FDIV $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XveActive" >+ underscore_name="xve_active" >+ description="The percentage of time in which the Execution Units were actively processing." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 18 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XveStall" >+ underscore_name="xve_stall" >+ description="The percentage of time in which the Execution Units were stalled." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 19 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="XveActivity1" >+ underscore_name="xve_activity1" >+ mdapi_supported_apis="VK OGL OGL4 OCL MEDIA IO" >+ hw_config_guid="fd9d1ad4-13b3-4583-9f2c-998f627e370d" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuBusy" >+ underscore_name="gpu_busy" >+ description="The percentage of time in which the GPU has been processing GPU commands." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="Tier1 Overview System Frame" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="CsThreads" >+ underscore_name="cs_threads" >+ description="The total number of compute shader hardware threads dispatched." >+ data_type="uint64" >+ units="threads" >+ semantic_type="event" >+ equation="A 4 READ" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="HsFpuActive" >+ underscore_name="hs_fpu_active" >+ description="The percentage of time in which XVE FPU INT64 pipeline was actively processing a hull shader instruction." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 7 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="DsFpuActive" >+ underscore_name="ds_fpu_active" >+ description="The percentage of time in which XVE FPU INT64 pipeline was actively processing a domain shader instruction." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 8 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GsFpuActive" >+ underscore_name="gs_fpu_active" >+ description="The percentage of time in which XVE FPU INT64 pipeline was actively processing a geometry shader instruction." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 9 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="HsEmActive" >+ underscore_name="hs_em_active" >+ description="The percentage of time in which XVE EM INT pipeline was actively processing a hull shader instruction." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 10 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="DsEmActive" >+ underscore_name="ds_em_active" >+ description="The percentage of time in which XVE EM INT pipeline was actively processing a domain shader instruction." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 11 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GsEmActive" >+ underscore_name="gs_em_active" >+ description="The percentage of time in which XVE EM INT pipeline was actively processing a geometry shader instruction." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 12 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="HsSendActive" >+ underscore_name="hs_send_active" >+ description="The percentage of time in which XVE send pipeline was actively processing a hull shader instruction." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 13 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="DsSendActive" >+ underscore_name="ds_send_active" >+ description="The percentage of time in which XVE send pipeline was actively processing a domain shader instruction." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 14 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GsSendActive" >+ underscore_name="gs_send_active" >+ description="The percentage of time in which XVE send pipeline was actively processing a geometry shader instruction." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 15 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="CsSendActive" >+ underscore_name="cs_send_active" >+ description="The percentage of time in which XVE send pipeline was actively processing a compute shader instruction." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 16 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="GpuBusyness" >+ underscore_name="gpu_busyness" >+ mdapi_supported_apis="VK OGL OCL MEDIA IO" >+ hw_config_guid="4b785529-8efb-471e-93c5-481dae7b3b8b" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuBusy" >+ underscore_name="gpu_busy" >+ description="The percentage of time in which the GPU has been processing GPU commands." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="Tier1 Overview System Frame" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XveActive" >+ underscore_name="xve_active" >+ description="The percentage of time in which the Execution Units were actively processing." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 7 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XveStall" >+ underscore_name="xve_stall" >+ description="The percentage of time in which the Execution Units were stalled." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 8 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XveThreadOccupancy" >+ underscore_name="xve_thread_occupancy" >+ description="The percentage of time in which hardware threads occupied XVEs." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="8 A 9 READ FMUL $VectorEngineThreadsCount FDIV $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="CsThreads" >+ underscore_name="cs_threads" >+ description="The total number of compute shader hardware threads dispatched." >+ data_type="uint64" >+ units="threads" >+ semantic_type="event" >+ equation="A 4 READ" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RenderBusy" >+ underscore_name="render_busy" >+ description="The percentage of time when render command streamer was busy." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="System Frame Batch" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="ComputeEngine0Busy" >+ underscore_name="compute_engine0_busy" >+ description="The percentage of time when compute command streamer 0 was busy." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="System Frame Batch" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="ComputeEngine1Busy" >+ underscore_name="compute_engine1_busy" >+ description="The percentage of time when compute command streamer 1 was busy." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="System Frame Batch" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="ComputeEngine2Busy" >+ underscore_name="compute_engine2_busy" >+ description="The percentage of time when compute command streamer 2 was busy." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="System Frame Batch" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="ComputeEngine3Busy" >+ underscore_name="compute_engine3_busy" >+ description="The percentage of time when compute command streamer 3 was busy." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="System Frame Batch" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="BlitterBusy" >+ underscore_name="blitter_busy" >+ description="The percentage of time when blitter command streamer was busy." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="System Frame Batch" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="Vdbox00Busy" >+ underscore_name="vdbox00_busy" >+ description="The percentage of time when vdbox00 command streamer was busy." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Media" >+ mdapi_usage_flags="System Frame Batch" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="Vebox0Busy" >+ underscore_name="vebox0_busy" >+ description="The percentage of time when vebox0 command streamer was busy." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Media" >+ mdapi_usage_flags="System Frame Batch" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="Vdbox10Busy" >+ underscore_name="vdbox10_busy" >+ description="The percentage of time when vdbox10 command streamer was busy." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Media" >+ mdapi_usage_flags="System Frame Batch" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="Vebox1Busy" >+ underscore_name="vebox1_busy" >+ description="The percentage of time when vebox1 command streamer was busy." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Media" >+ mdapi_usage_flags="System Frame Batch" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AnyComputeEngineBusy" >+ underscore_name="any_compute_engine_busy" >+ description="The percentage of time when any compute engine is busy" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RenderAndAnyComputeEngineBusy" >+ underscore_name="render_and_any_compute_engine_busy" >+ description="The percentage of time when render and any compute engines are simultaneously busy" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="RenderPipeProfile1" >+ underscore_name="render_pipe_profile1" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="8a0c5d31-e0cb-4d2c-8056-f3824c57ad9a" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuBusy" >+ underscore_name="gpu_busy" >+ description="The percentage of time in which the GPU has been processing GPU commands." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="Tier1 Overview System Frame" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="Vf2Bottleneck" >+ underscore_name="vf2_bottleneck" >+ description="The percentage of time in which vertex fetch pipeline stage was slowing down the 3D pipeline." >+ low_watermark="5" >+ high_watermark="15" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Tier3 Indicate Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="Vs2Bottleneck" >+ underscore_name="vs2_bottleneck" >+ description="The percentage of time in which VS2 pipeline stage was slowing down the 3D pipeline." >+ low_watermark="10" >+ high_watermark="30" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Tier3 Indicate Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="Cl2Bottleneck" >+ underscore_name="cl2_bottleneck" >+ description="The percentage of time in which clipper pipeline stage was slowing down the 3D pipeline." >+ low_watermark="10" >+ high_watermark="30" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Tier3 Indicate Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="Hs2Bottleneck" >+ underscore_name="hs2_bottleneck" >+ description="The percentage of time in which hull shader pipeline stage was slowing down the 3D pipeline." >+ low_watermark="3" >+ high_watermark="9" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Tier3 Indicate Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="Ds2Bottleneck" >+ underscore_name="ds2_bottleneck" >+ description="The percentage of time in which domain shader pipeline stage was slowing down the 3D pipeline." >+ low_watermark="5" >+ high_watermark="15" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Tier3 Indicate Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="Gs2Bottleneck" >+ underscore_name="gs2_bottleneck" >+ description="The percentage of time in which geometry shader pipeline stage was slowing down the 3D pipeline." >+ low_watermark="5" >+ high_watermark="15" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Tier3 Indicate Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="Sf2Bottleneck" >+ underscore_name="sf2_bottleneck" >+ description="The percentage of time in which strip-fans pipeline stage was slowing down the 3D pipeline." >+ low_watermark="5" >+ high_watermark="10" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Tier3 Indicate Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="So2Bottleneck" >+ underscore_name="so2_bottleneck" >+ description="The percentage of time in which stream output pipeline stage was slowing down the 3D pipeline." >+ low_watermark="5" >+ high_watermark="15" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Tier3 Indicate Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="Cl2Stall" >+ underscore_name="cl2_stall" >+ description="The percentage of time in which clipper pipeline stage was stalled." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Tier4 Correlate Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="Hs2Stall" >+ underscore_name="hs2_stall" >+ description="The percentage of time in which hull stall pipeline stage was stalled." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Tier4 Correlate Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="Ds2Stall" >+ underscore_name="ds2_stall" >+ description="The percentage of time in which domain shader pipeline stage was stalled." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Tier4 Correlate Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="Sf2Stall" >+ underscore_name="sf2_stall" >+ description="The percentage of time in which strip-fans pipeline stage was stalled." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Tier4 Correlate Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="So2Stall" >+ underscore_name="so2_stall" >+ description="The percentage of time in which stream-output pipeline stage was stalled." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Tier4 Correlate Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="HiDepth20Bottleneck" >+ underscore_name="hi_depth20_bottleneck" >+ description="The percentage of time in which early hierarchical depth test pipeline stage was slowing down the 3D pipeline." >+ low_watermark="5" >+ high_watermark="15" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Tier3 Indicate Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="Bc20Bottleneck" >+ underscore_name="bc20_bottleneck" >+ description="The percentage of time in which barycentric coordinates calculation pipeline stage was slowing down the 3D pipeline." >+ low_watermark="5" >+ high_watermark="15" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Tier3 Indicate Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="RenderPipeProfile2" >+ underscore_name="render_pipe_profile2" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="0f40fba0-129a-4a19-87de-5fdbe111b915" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuBusy" >+ underscore_name="gpu_busy" >+ description="The percentage of time in which the GPU has been processing GPU commands." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="Tier1 Overview System Frame" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="Vf3Bottleneck" >+ underscore_name="vf3_bottleneck" >+ description="The percentage of time in which vertex fetch pipeline stage was slowing down the 3D pipeline." >+ low_watermark="5" >+ high_watermark="15" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Tier3 Indicate Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="Vs3Bottleneck" >+ underscore_name="vs3_bottleneck" >+ description="The percentage of time in which VS3 pipeline stage was slowing down the 3D pipeline." >+ low_watermark="10" >+ high_watermark="30" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Tier3 Indicate Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="Cl3Bottleneck" >+ underscore_name="cl3_bottleneck" >+ description="The percentage of time in which clipper pipeline stage was slowing down the 3D pipeline." >+ low_watermark="10" >+ high_watermark="30" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Tier3 Indicate Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="Hs3Bottleneck" >+ underscore_name="hs3_bottleneck" >+ description="The percentage of time in which hull shader pipeline stage was slowing down the 3D pipeline." >+ low_watermark="3" >+ high_watermark="9" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Tier3 Indicate Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="Ds3Bottleneck" >+ underscore_name="ds3_bottleneck" >+ description="The percentage of time in which domain shader pipeline stage was slowing down the 3D pipeline." >+ low_watermark="5" >+ high_watermark="15" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Tier3 Indicate Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="Gs3Bottleneck" >+ underscore_name="gs3_bottleneck" >+ description="The percentage of time in which geometry shader pipeline stage was slowing down the 3D pipeline." >+ low_watermark="5" >+ high_watermark="15" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Tier3 Indicate Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="Sf3Bottleneck" >+ underscore_name="sf3_bottleneck" >+ description="The percentage of time in which strip-fans pipeline stage was slowing down the 3D pipeline." >+ low_watermark="5" >+ high_watermark="10" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Tier3 Indicate Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="So3Bottleneck" >+ underscore_name="so3_bottleneck" >+ description="The percentage of time in which stream output pipeline stage was slowing down the 3D pipeline." >+ low_watermark="5" >+ high_watermark="15" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Tier3 Indicate Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="Cl3Stall" >+ underscore_name="cl3_stall" >+ description="The percentage of time in which clipper pipeline stage was stalled." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Tier4 Correlate Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="Hs3Stall" >+ underscore_name="hs3_stall" >+ description="The percentage of time in which hull stall pipeline stage was stalled." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Tier4 Correlate Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="Ds3Stall" >+ underscore_name="ds3_stall" >+ description="The percentage of time in which domain shader pipeline stage was stalled." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Tier4 Correlate Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="Sf3Stall" >+ underscore_name="sf3_stall" >+ description="The percentage of time in which strip-fans pipeline stage was stalled." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Tier4 Correlate Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="So3Stall" >+ underscore_name="so3_stall" >+ description="The percentage of time in which stream-output pipeline stage was stalled." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Tier4 Correlate Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="HiDepth30Bottleneck" >+ underscore_name="hi_depth30_bottleneck" >+ description="The percentage of time in which early hierarchical depth test pipeline stage was slowing down the 3D pipeline." >+ low_watermark="5" >+ high_watermark="15" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Tier3 Indicate Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="Bc30Bottleneck" >+ underscore_name="bc30_bottleneck" >+ description="The percentage of time in which barycentric coordinates calculation pipeline stage was slowing down the 3D pipeline." >+ low_watermark="5" >+ high_watermark="15" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Tier3 Indicate Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="L3" >+ underscore_name="l3" >+ mdapi_supported_apis="VK OGL OCL MEDIA IO" >+ hw_config_guid="24695fb7-a404-4cd6-9aad-d23738b6d499" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuBusy" >+ underscore_name="gpu_busy" >+ description="The percentage of time in which the GPU has been processing GPU commands." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="Tier1 Overview System Frame" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="L31Bank0InputAvailable" >+ underscore_name="l31_bank0_input_available" >+ description="The percentage of time in which Quad1 L3 bank0 has input available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="L31Bank1InputAvailable" >+ underscore_name="l31_bank1_input_available" >+ description="The percentage of time in which Quad1 L3 bank1 has input available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="L31Bank2InputAvailable" >+ underscore_name="l31_bank2_input_available" >+ description="The percentage of time in which Quad1 L3 bank2 has input available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="L31Bank3InputAvailable" >+ underscore_name="l31_bank3_input_available" >+ description="The percentage of time in which Quad1 L3 bank3 has input available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="L31Bank4InputAvailable" >+ underscore_name="l31_bank4_input_available" >+ description="The percentage of time in which Quad1 L3 bank4 has input available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="L31Bank5InputAvailable" >+ underscore_name="l31_bank5_input_available" >+ description="The percentage of time in which Quad1 L3 bank5 has input available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="L31Bank6InputAvailable" >+ underscore_name="l31_bank6_input_available" >+ description="The percentage of time in which Quad1 L3 bank6 has input available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="L31Bank7InputAvailable" >+ underscore_name="l31_bank7_input_available" >+ description="The percentage of time in which Quad1 L3 bank7 has input available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="L31Bank0OutputReady" >+ underscore_name="l31_bank0_output_ready" >+ description="The percentage of time in which quad1 L3 bank0 output is ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="L31Bank1OutputReady" >+ underscore_name="l31_bank1_output_ready" >+ description="The percentage of time in which quad1 L3 bank1 output is ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="L31Bank2OutputReady" >+ underscore_name="l31_bank2_output_ready" >+ description="The percentage of time in which quad1 L3 bank2 output is ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="L31Bank3OutputReady" >+ underscore_name="l31_bank3_output_ready" >+ description="The percentage of time in which quad1 L3 bank3 output is ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="L31Bank4OutputReady" >+ underscore_name="l31_bank4_output_ready" >+ description="The percentage of time in which quad1 L3 bank4 output is ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="L31Bank5OutputReady" >+ underscore_name="l31_bank5_output_ready" >+ description="The percentage of time in which quad1 L3 bank5 output is ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="L31Bank6OutputReady" >+ underscore_name="l31_bank6_output_ready" >+ description="The percentage of time in which quad1 L3 bank6 output is ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="L31Bank7OutputReady" >+ underscore_name="l31_bank7_output_ready" >+ description="The percentage of time in which quad1 L3 bank7 output is ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Sampler" >+ underscore_name="sampler" >+ mdapi_supported_apis="VK OGL OCL MEDIA IO" >+ hw_config_guid="4486113b-a8a7-4f75-a1c2-7d307fa0e00e" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuBusy" >+ underscore_name="gpu_busy" >+ description="The percentage of time in which the GPU has been processing GPU commands." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="Tier1 Overview System Frame" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="Sampler20InputAvailable" >+ underscore_name="sampler20_input_available" >+ description="The percentage of time in which slice2 Xe core0 sampler input is available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="Sampler21InputAvailable" >+ underscore_name="sampler21_input_available" >+ description="The percentage of time in which slice2 Xe core1 sampler input is available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="Sampler22InputAvailable" >+ underscore_name="sampler22_input_available" >+ description="The percentage of time in which slice2 Xe core2 sampler input is available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="Sampler23InputAvailable" >+ underscore_name="sampler23_input_available" >+ description="The percentage of time in which slice2 Xe core3 sampler input is available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="Sampler30InputAvailable" >+ underscore_name="sampler30_input_available" >+ description="The percentage of time in which slice3 Xe core0 sampler input is available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="Sampler31InputAvailable" >+ underscore_name="sampler31_input_available" >+ description="The percentage of time in which slice3 Xe core1 sampler input is available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="Sampler32InputAvailable" >+ underscore_name="sampler32_input_available" >+ description="The percentage of time in which slice3 Xe core2 sampler input is available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="Sampler33InputAvailable" >+ underscore_name="sampler33_input_available" >+ description="The percentage of time in which slice3 Xe core3 sampler input is available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="Sampler20OutputReady" >+ underscore_name="sampler20_output_ready" >+ description="The percentage of time in which slice2 Xe core0 sampler output is ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="Sampler21OutputReady" >+ underscore_name="sampler21_output_ready" >+ description="The percentage of time in which slice2 Xe core1 sampler output is ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="Sampler22OutputReady" >+ underscore_name="sampler22_output_ready" >+ description="The percentage of time in which slice2 Xe core2 sampler output is ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="Sampler23OutputReady" >+ underscore_name="sampler23_output_ready" >+ description="The percentage of time in which slice2 Xe core3 sampler output is ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="Sampler30OutputReady" >+ underscore_name="sampler30_output_ready" >+ description="The percentage of time in which slice3 Xe core0 sampler output is ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="Sampler31OutputReady" >+ underscore_name="sampler31_output_ready" >+ description="The percentage of time in which slice3 Xe core1 sampler output is ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="Sampler32OutputReady" >+ underscore_name="sampler32_output_ready" >+ description="The percentage of time in which slice3 Xe core2 sampler output is ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="Sampler33OutputReady" >+ underscore_name="sampler33_output_ready" >+ description="The percentage of time in which slice3 Xe core3 sampler output is ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="HDCAndSF1" >+ underscore_name="hdc_and_sf1" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="75fc20f8-8694-47f2-b67b-cbb35f697a8e" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuBusy" >+ underscore_name="gpu_busy" >+ description="The percentage of time in which the GPU has been processing GPU commands." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="Tier1 Overview System Frame" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="NonSamplerShader20AccessStalledOnL3" >+ underscore_name="non_sampler_shader20_access_stalled_on_l3" >+ description="Percentage of time when HDC has messages to L3, but it's stalled due to lack of credits (Slice2 Xe Core0)" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Tier3 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="NonSamplerShader21AccessStalledOnL3" >+ underscore_name="non_sampler_shader21_access_stalled_on_l3" >+ description="Percentage of time when HDC has messages to L3, but it's stalled due to lack of credits (Slice2 Xe Core1)" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Tier3 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="NonSamplerShader22AccessStalledOnL3" >+ underscore_name="non_sampler_shader22_access_stalled_on_l3" >+ description="Percentage of time when HDC has messages to L3, but it's stalled due to lack of credits (Slice2 Xe Core2)" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Tier3 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="NonSamplerShader23AccessStalledOnL3" >+ underscore_name="non_sampler_shader23_access_stalled_on_l3" >+ description="Percentage of time when HDC has messages to L3, but it's stalled due to lack of credits (Slice2 Xe Core3)" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Tier3 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="NonSamplerShader30AccessStalledOnL3" >+ underscore_name="non_sampler_shader30_access_stalled_on_l3" >+ description="Percentage of time when HDC has messages to L3, but it's stalled due to lack of credits (Slice3 Xe Core0)" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Tier3 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="NonSamplerShader31AccessStalledOnL3" >+ underscore_name="non_sampler_shader31_access_stalled_on_l3" >+ description="Percentage of time when HDC has messages to L3, but it's stalled due to lack of credits (Slice3 Xe Core1)" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Tier3 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="NonSamplerShader32AccessStalledOnL3" >+ underscore_name="non_sampler_shader32_access_stalled_on_l3" >+ description="Percentage of time when HDC has messages to L3, but it's stalled due to lack of credits (Slice3 Xe Core2)" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Tier3 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="NonSamplerShader33AccessStalledOnL3" >+ underscore_name="non_sampler_shader33_access_stalled_on_l3" >+ description="Percentage of time when HDC has messages to L3, but it's stalled due to lack of credits (Slice3 Xe Core3)" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Tier3 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="HDCAndSF2" >+ underscore_name="hdc_and_sf2" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="d5e02a31-fc87-4cdc-8136-4b19e00b7e94" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuBusy" >+ underscore_name="gpu_busy" >+ description="The percentage of time in which the GPU has been processing GPU commands." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="Tier1 Overview System Frame" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="Poly2DataReady" >+ underscore_name="poly2_data_ready" >+ description="The percentage of time in which geometry pipeline output is ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="Poly3DataReady" >+ underscore_name="poly3_data_ready" >+ description="The percentage of time in which geometry pipeline output is ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="GTRequestQueue20Full" >+ underscore_name="gt_request_queue20_full" >+ description="The percentage of time when IDI0 SQ20 is filled above a threshold (usually 48 entries)" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GTRequestQueue30Full" >+ underscore_name="gt_request_queue30_full" >+ description="The percentage of time when IDI0 SQ30 is filled above a threshold (usually 48 entries)" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="RasterizerAndPixelBackend1" >+ underscore_name="rasterizer_and_pixel_backend1" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="08858210-0dc3-452b-afee-e5c7811c01cb" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuBusy" >+ underscore_name="gpu_busy" >+ description="The percentage of time in which the GPU has been processing GPU commands." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="Tier1 Overview System Frame" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="Rasterizer2InputAvailable" >+ underscore_name="rasterizer2_input_available" >+ description="The percentage of time in which slice2 rasterizer input is available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2" >+ mdapi_group="Rasterizer" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="Rasterizer3OutputReady" >+ underscore_name="rasterizer3_output_ready" >+ description="The percentage of time in which slice3 rasterizer output is ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3" >+ mdapi_group="Rasterizer" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="PixelData20Ready" >+ underscore_name="pixel_data20_ready" >+ description="The percentage of time in which slice2 pipe0 post-EarlyZ pixel data is ready (after early Z tests have been applied)" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="PixelData21Ready" >+ underscore_name="pixel_data21_ready" >+ description="The percentage of time in which slice2 pipe1 post-EarlyZ pixel data is ready (after early Z tests have been applied)" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="PSOutput10Available" >+ underscore_name="ps_output10_available" >+ description="The percentage of time in which PS10 output is available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="PSOutput11Available" >+ underscore_name="ps_output11_available" >+ description="The percentage of time in which PS11 output is available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="PixelValues10Ready" >+ underscore_name="pixel_values10_ready" >+ description="The percentage of time in which pixel values 10 are ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="PixelValues11Ready" >+ underscore_name="pixel_values11_ready" >+ description="The percentage of time in which pixel values 11 are ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="RasterizerAndPixelBackend2" >+ underscore_name="rasterizer_and_pixel_backend2" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="30b71e0c-55eb-49ed-8863-ee7db68ff1b1" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuBusy" >+ underscore_name="gpu_busy" >+ description="The percentage of time in which the GPU has been processing GPU commands." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="Tier1 Overview System Frame" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="Rasterizer3InputAvailable" >+ underscore_name="rasterizer3_input_available" >+ description="The percentage of time in which slice3 rasterizer input is available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3" >+ mdapi_group="Rasterizer" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="Rasterizer2OutputReady" >+ underscore_name="rasterizer2_output_ready" >+ description="The percentage of time in which slice2 rasterizer output is ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2" >+ mdapi_group="Rasterizer" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="PixelData30Ready" >+ underscore_name="pixel_data30_ready" >+ description="The percentage of time in which slice3 pipe0 post-EarlyZ pixel data is ready (after early Z tests have been applied)" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="PixelData31Ready" >+ underscore_name="pixel_data31_ready" >+ description="The percentage of time in which slice3 pipe1 post-EarlyZ pixel data is ready (after early Z tests have been applied)" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="TDL1" >+ underscore_name="tdl1" >+ mdapi_supported_apis="VK OGL OCL MEDIA IO" >+ hw_config_guid="3620f0df-42c6-4904-b395-5497f5a2ea4b" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuBusy" >+ underscore_name="gpu_busy" >+ description="The percentage of time in which the GPU has been processing GPU commands." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="Tier1 Overview System Frame" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="NonPSThread20ReadyForDispatch" >+ underscore_name="non_ps_thread20_ready_for_dispatch" >+ description="The percentage of time in which non-PS thread is ready for dispatch on slice2 Xe core0 thread dispatcher" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="NonPSThread21ReadyForDispatch" >+ underscore_name="non_ps_thread21_ready_for_dispatch" >+ description="The percentage of time in which non-PS thread is ready for dispatch on slice2 Xe core1 thread dispatcher" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="NonPSThread22ReadyForDispatch" >+ underscore_name="non_ps_thread22_ready_for_dispatch" >+ description="The percentage of time in which non-PS thread is ready for dispatch on slice2 Xe core2 thread dispatcher" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="NonPSThread23ReadyForDispatch" >+ underscore_name="non_ps_thread23_ready_for_dispatch" >+ description="The percentage of time in which non-PS thread is ready for dispatch on slice2 Xe core3 thread dispatcher" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="NonPSThread30ReadyForDispatch" >+ underscore_name="non_ps_thread30_ready_for_dispatch" >+ description="The percentage of time in which non-PS thread is ready for dispatch on slice3 Xe core0 thread dispatcher" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="NonPSThread31ReadyForDispatch" >+ underscore_name="non_ps_thread31_ready_for_dispatch" >+ description="The percentage of time in which non-PS thread is ready for dispatch on slice3 Xe core1 thread dispatcher" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="NonPSThread32ReadyForDispatch" >+ underscore_name="non_ps_thread32_ready_for_dispatch" >+ description="The percentage of time in which non-PS thread is ready for dispatch on slice3 Xe core2 thread dispatcher" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="NonPSThread33ReadyForDispatch" >+ underscore_name="non_ps_thread33_ready_for_dispatch" >+ description="The percentage of time in which non-PS thread is ready for dispatch on slice3 Xe core3 thread dispatcher" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ThreadHeader23ReadyPort0" >+ underscore_name="thread_header23_ready_port0" >+ description="The percentage of time in which thread header is ready on slice2 Xe core3 thread dispatcher port 0" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ThreadHeader23ReadyPort1" >+ underscore_name="thread_header23_ready_port1" >+ description="The percentage of time in which thread header is ready on slice2 Xe core3 thread dispatcher port 1" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ThreadHeader23ReadyPort2" >+ underscore_name="thread_header23_ready_port2" >+ description="The percentage of time in which thread header is ready on slice2 Xe core3 thread dispatcher port 2" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ThreadHeader23ReadyPort3" >+ underscore_name="thread_header23_ready_port3" >+ description="The percentage of time in which thread header is ready on slice2 Xe core3 thread dispatcher port 3" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ThreadHeader33ReadyPort0" >+ underscore_name="thread_header33_ready_port0" >+ description="The percentage of time in which thread header is ready on slice3 Xe core3 thread dispatcher port 0" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ThreadHeader33ReadyPort1" >+ underscore_name="thread_header33_ready_port1" >+ description="The percentage of time in which thread header is ready on slice3 Xe core3 thread dispatcher port 1" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ThreadHeader33ReadyPort2" >+ underscore_name="thread_header33_ready_port2" >+ description="The percentage of time in which thread header is ready on slice3 Xe core3 thread dispatcher port 2" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ThreadHeader33ReadyPort3" >+ underscore_name="thread_header33_ready_port3" >+ description="The percentage of time in which thread header is ready on slice3 Xe core3 thread dispatcher port 3" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="TDL2" >+ underscore_name="tdl2" >+ mdapi_supported_apis="VK OGL OCL MEDIA IO" >+ hw_config_guid="28357a3a-a53b-4da4-a5b7-395dbfa501f1" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuBusy" >+ underscore_name="gpu_busy" >+ description="The percentage of time in which the GPU has been processing GPU commands." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="Tier1 Overview System Frame" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="PSThread20ReadyForDispatch" >+ underscore_name="ps_thread20_ready_for_dispatch" >+ description="The percentage of time in which PS thread is ready for dispatch on slice2 Xe core0 thread dispatcher" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="PSThread21ReadyForDispatch" >+ underscore_name="ps_thread21_ready_for_dispatch" >+ description="The percentage of time in which PS thread is ready for dispatch on slice2 Xe core1 thread dispatcher" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="PSThread22ReadyForDispatch" >+ underscore_name="ps_thread22_ready_for_dispatch" >+ description="The percentage of time in which PS thread is ready for dispatch on slice2 Xe core2 thread dispatcher" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="PSThread23ReadyForDispatch" >+ underscore_name="ps_thread23_ready_for_dispatch" >+ description="The percentage of time in which PS thread is ready for dispatch on slice2 Xe core3 thread dispatcher" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="PSThread30ReadyForDispatch" >+ underscore_name="ps_thread30_ready_for_dispatch" >+ description="The percentage of time in which PS thread is ready for dispatch on slice3 Xe core0 thread dispatcher" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="PSThread31ReadyForDispatch" >+ underscore_name="ps_thread31_ready_for_dispatch" >+ description="The percentage of time in which PS thread is ready for dispatch on slice3 Xe core1 thread dispatcher" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="PSThread32ReadyForDispatch" >+ underscore_name="ps_thread32_ready_for_dispatch" >+ description="The percentage of time in which PS thread is ready for dispatch on slice3 Xe core2 thread dispatcher" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="PSThread33ReadyForDispatch" >+ underscore_name="ps_thread33_ready_for_dispatch" >+ description="The percentage of time in which PS thread is ready for dispatch on slice3 Xe core3 thread dispatcher" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="TDL3" >+ underscore_name="tdl3" >+ mdapi_supported_apis="VK OGL OCL MEDIA IO" >+ hw_config_guid="262cf8cb-824e-4f48-bac4-6be3d8dda6a5" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuBusy" >+ underscore_name="gpu_busy" >+ description="The percentage of time in which the GPU has been processing GPU commands." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="Tier1 Overview System Frame" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="ThreadHeader20Ready" >+ underscore_name="thread_header20_ready" >+ description="The percentage of time in which thread header is ready on slice2 Xe core0 thread dispatcher" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ThreadHeader20ReadyPort0" >+ underscore_name="thread_header20_ready_port0" >+ description="The percentage of time in which thread header is ready on slice2 Xe core0 thread dispatcher port 0" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ThreadHeader20ReadyPort1" >+ underscore_name="thread_header20_ready_port1" >+ description="The percentage of time in which thread header is ready on slice2 Xe core0 thread dispatcher port 1" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ThreadHeader20ReadyPort2" >+ underscore_name="thread_header20_ready_port2" >+ description="The percentage of time in which thread header is ready on slice2 Xe core0 thread dispatcher port 2" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ThreadHeader20ReadyPort3" >+ underscore_name="thread_header20_ready_port3" >+ description="The percentage of time in which thread header is ready on slice2 Xe core0 thread dispatcher port 3" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ThreadHeader21Ready" >+ underscore_name="thread_header21_ready" >+ description="The percentage of time in which thread header is ready on slice2 Xe core1 thread dispatcher" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ThreadHeader21ReadyPort0" >+ underscore_name="thread_header21_ready_port0" >+ description="The percentage of time in which thread header is ready on slice2 Xe core1 thread dispatcher port 0" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ThreadHeader21ReadyPort1" >+ underscore_name="thread_header21_ready_port1" >+ description="The percentage of time in which thread header is ready on slice2 Xe core1 thread dispatcher port 1" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ThreadHeader21ReadyPort2" >+ underscore_name="thread_header21_ready_port2" >+ description="The percentage of time in which thread header is ready on slice2 Xe core1 thread dispatcher port 2" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ThreadHeader21ReadyPort3" >+ underscore_name="thread_header21_ready_port3" >+ description="The percentage of time in which thread header is ready on slice2 Xe core1 thread dispatcher port 3" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ThreadHeader22Ready" >+ underscore_name="thread_header22_ready" >+ description="The percentage of time in which thread header is ready on slice2 Xe core2 thread dispatcher" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ThreadHeader22ReadyPort0" >+ underscore_name="thread_header22_ready_port0" >+ description="The percentage of time in which thread header is ready on slice2 Xe core2 thread dispatcher port 0" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ThreadHeader22ReadyPort1" >+ underscore_name="thread_header22_ready_port1" >+ description="The percentage of time in which thread header is ready on slice2 Xe core2 thread dispatcher port 1" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ThreadHeader22ReadyPort2" >+ underscore_name="thread_header22_ready_port2" >+ description="The percentage of time in which thread header is ready on slice2 Xe core2 thread dispatcher port 2" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ThreadHeader22ReadyPort3" >+ underscore_name="thread_header22_ready_port3" >+ description="The percentage of time in which thread header is ready on slice2 Xe core2 thread dispatcher port 3" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ThreadHeader23Ready" >+ underscore_name="thread_header23_ready" >+ description="The percentage of time in which thread header is ready on slice2 Xe core3 thread dispatcher" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="TDL4" >+ underscore_name="tdl4" >+ mdapi_supported_apis="VK OGL OCL MEDIA IO" >+ hw_config_guid="1e629e21-abd2-418e-a184-753977bb529b" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuBusy" >+ underscore_name="gpu_busy" >+ description="The percentage of time in which the GPU has been processing GPU commands." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="Tier1 Overview System Frame" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="ThreadHeader30Ready" >+ underscore_name="thread_header30_ready" >+ description="The percentage of time in which thread header is ready on slice3 Xe core0 thread dispatcher" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ThreadHeader30ReadyPort0" >+ underscore_name="thread_header30_ready_port0" >+ description="The percentage of time in which thread header is ready on slice3 Xe core0 thread dispatcher port 0" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ThreadHeader30ReadyPort1" >+ underscore_name="thread_header30_ready_port1" >+ description="The percentage of time in which thread header is ready on slice3 Xe core0 thread dispatcher port 1" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ThreadHeader30ReadyPort2" >+ underscore_name="thread_header30_ready_port2" >+ description="The percentage of time in which thread header is ready on slice3 Xe core0 thread dispatcher port 2" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ThreadHeader30ReadyPort3" >+ underscore_name="thread_header30_ready_port3" >+ description="The percentage of time in which thread header is ready on slice3 Xe core0 thread dispatcher port 3" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ThreadHeader31Ready" >+ underscore_name="thread_header31_ready" >+ description="The percentage of time in which thread header is ready on slice3 Xe core1 thread dispatcher" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ThreadHeader31ReadyPort0" >+ underscore_name="thread_header31_ready_port0" >+ description="The percentage of time in which thread header is ready on slice3 Xe core1 thread dispatcher port 0" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ThreadHeader31ReadyPort1" >+ underscore_name="thread_header31_ready_port1" >+ description="The percentage of time in which thread header is ready on slice3 Xe core1 thread dispatcher port 1" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ThreadHeader31ReadyPort2" >+ underscore_name="thread_header31_ready_port2" >+ description="The percentage of time in which thread header is ready on slice3 Xe core1 thread dispatcher port 2" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ThreadHeader31ReadyPort3" >+ underscore_name="thread_header31_ready_port3" >+ description="The percentage of time in which thread header is ready on slice3 Xe core1 thread dispatcher port 3" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ThreadHeader32Ready" >+ underscore_name="thread_header32_ready" >+ description="The percentage of time in which thread header is ready on slice3 Xe core2 thread dispatcher" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ThreadHeader32ReadyPort0" >+ underscore_name="thread_header32_ready_port0" >+ description="The percentage of time in which thread header is ready on slice3 Xe core2 thread dispatcher port 0" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ThreadHeader32ReadyPort1" >+ underscore_name="thread_header32_ready_port1" >+ description="The percentage of time in which thread header is ready on slice3 Xe core2 thread dispatcher port 1" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ThreadHeader32ReadyPort2" >+ underscore_name="thread_header32_ready_port2" >+ description="The percentage of time in which thread header is ready on slice3 Xe core2 thread dispatcher port 2" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ThreadHeader32ReadyPort3" >+ underscore_name="thread_header32_ready_port3" >+ description="The percentage of time in which thread header is ready on slice3 Xe core2 thread dispatcher port 3" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ThreadHeader33Ready" >+ underscore_name="thread_header33_ready" >+ description="The percentage of time in which thread header is ready on slice3 Xe core3 thread dispatcher" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="TestOa" >+ underscore_name="test_oa" >+ mdapi_supported_apis="VK OGL OCL MEDIA IO" >+ hw_config_guid="57f210de-b537-464a-af7b-7dfe2f3780c1" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="Counter0" >+ underscore_name="counter0" >+ description="HW test counter 0. Factor: 0.0" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ" >+ mdapi_group="Test" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="Counter1" >+ underscore_name="counter1" >+ description="HW test counter 1. Factor: 1.0" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ" >+ mdapi_group="Test" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="Counter2" >+ underscore_name="counter2" >+ description="HW test counter 2. Factor: 1.0" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ" >+ mdapi_group="Test" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="Counter3" >+ underscore_name="counter3" >+ description="HW test counter 3. Factor: 0.5" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ" >+ mdapi_group="Test" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="Counter4" >+ underscore_name="counter4" >+ description="HW test counter 4. Factor: 0.3333" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ" >+ mdapi_group="Test" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="Counter5" >+ underscore_name="counter5" >+ description="HW test counter 5. Factor: 0.3333" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 5 READ" >+ mdapi_group="Test" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="Counter6" >+ underscore_name="counter6" >+ description="HW test counter 6. Factor: 0.16666" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 6 READ" >+ mdapi_group="Test" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="Counter7" >+ underscore_name="counter7" >+ description="HW test counter 7. Factor: 0.6666" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 7 READ" >+ mdapi_group="Test" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="Counter8" >+ underscore_name="counter8" >+ description="HW test counter 8. Should be equal to 1 in IOStream or in OAG query mode" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 0 READ" >+ mdapi_group="Test" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="Counter9" >+ underscore_name="counter9" >+ description="HW test counter 9. Should be equal to 1 in query." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 1 READ" >+ mdapi_group="Test" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="ComputeOverview" >+ underscore_name="compute_overview" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="37b5b93b-6acf-4726-9b57-1a65fab22bb2" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="L3_BYTE_READ" >+ underscore_name="l3_byte_read" >+ description="Number of bytes read from L3" >+ data_type="uint64" >+ max_equation="256 $SliceTotalCount UMUL $GpuCoreClocks UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 7 READ B 6 READ UADD B 5 READ UADD B 4 READ UADD B 3 READ UADD B 2 READ UADD B 1 READ UADD B 0 READ UADD 64 UMUL" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_BYTE_WRITE" >+ underscore_name="l3_byte_write" >+ description="Number of bytes written to L3" >+ data_type="uint64" >+ max_equation="256 $SliceTotalCount UMUL $GpuCoreClocks UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ C 6 READ UADD C 5 READ UADD C 4 READ UADD C 3 READ UADD C 2 READ UADD C 1 READ UADD C 0 READ UADD 64 UMUL" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="GPU_MEMORY_BYTE_READ" >+ underscore_name="gpu_memory_byte_read" >+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) read bytes" >+ data_type="uint64" >+ max_equation="64 $SliceTotalCount UMUL $GpuCoreClocks UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="A 36 READ 128 UMUL" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_BYTE_WRITE" >+ underscore_name="gpu_memory_byte_write" >+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) write bytes" >+ data_type="uint64" >+ max_equation="64 $SliceTotalCount UMUL $GpuCoreClocks UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="A 37 READ 128 UMUL" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_ACTIVE" >+ underscore_name="xve_active" >+ description="Percentage of time in which at least one pipe is active in XVE" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 7 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL" >+ underscore_name="xve_stall" >+ description="Percentage of time in which any threads are loaded but not even a single pipe is active in XVE" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 8 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_BUSY" >+ underscore_name="xve_busy" >+ description="Any XVE thread loaded." >+ data_type="uint64" >+ max_equation="1" >+ units="events" >+ semantic_type="event" >+ equation="A 9 READ 0 UGT" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_THREADS_OCCUPANCY_ALL" >+ underscore_name="xve_threads_occupancy_all" >+ description="Percentage of thread slots occupied" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="8 A 9 READ FMUL $VectorEngineThreadsCount FDIV $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_COMPUTE_THREAD_COUNT" >+ underscore_name="xve_compute_thread_count" >+ description="Number of compute shader hardware threads dispatched" >+ data_type="uint64" >+ units="threads" >+ semantic_type="event" >+ equation="A 4 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_ATOMIC_ACCESS_COUNT" >+ underscore_name="xve_atomic_access_count" >+ description="Number of shader atomic memory accesses" >+ data_type="uint64" >+ units="messages" >+ semantic_type="event" >+ equation="A 34 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_BARRIER_MESSAGE_COUNT" >+ underscore_name="xve_barrier_message_count" >+ description="Number of shader barrier messages" >+ data_type="uint64" >+ units="messages" >+ semantic_type="event" >+ equation="A 35 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU0_ALL" >+ underscore_name="xve_inst_executed_alu0_all" >+ description="Number of execution slots taken by instructions executed on ALU0 pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 10 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU1_ALL" >+ underscore_name="xve_inst_executed_alu1_all" >+ description="Number of execution slots taken by instructions executed on ALU1 pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 11 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_XMX_ALL" >+ underscore_name="xve_inst_executed_xmx_all" >+ description="Number of execution slots taken by instructions executed in XMX pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 12 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_SEND_ALL" >+ underscore_name="xve_inst_executed_send_all" >+ description="Number of instructions executed on SEND pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 13 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_CONTROL_ALL" >+ underscore_name="xve_inst_executed_control_all" >+ description="Number of instructions executed on Jump Pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 14 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_PIPE_ALU0_AND_ALU1_ACTIVE" >+ underscore_name="xve_pipe_alu0_and_alu1_active" >+ description="Percentage of time in which ALU0 and ALU1 pipes are both actively executing a Gen ISA instruction" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 15 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_PIPE_ALU0_AND_XMX_ACTIVE" >+ underscore_name="xve_pipe_alu0_and_xmx_active" >+ description="Percentage of time in which ALU0 and XMX pipes are both actively executing a Gen ISA instruction" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 16 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU0_ALL_UTILIZATION" >+ underscore_name="xve_inst_executed_alu0_all_utilization" >+ description="Percentage of execution slots taken by instructions executed on ALU0 pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 10 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU1_ALL_UTILIZATION" >+ underscore_name="xve_inst_executed_alu1_all_utilization" >+ description="Percentage of execution slots taken by instructions executed on ALU1 pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 11 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_SEND_ALL_UTILIZATION" >+ underscore_name="xve_inst_executed_send_all_utilization" >+ description="Percentage of time taken by instructions executed on SEND pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 13 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_CONTROL_ALL_UTILIZATION" >+ underscore_name="xve_inst_executed_control_all_utilization" >+ description="Percentage of time taken by instructions executed on Jump Pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 14 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_XMX_ALL_UTILIZATION" >+ underscore_name="xve_inst_executed_xmx_all_utilization" >+ description="Percentage of execution slots taken by instructions executed in XMX pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 12 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="L1ProfileReads_XeCore0" >+ underscore_name="l1_profile_reads__xe_core0" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="a2fe4388-0540-4550-b57e-6948cd7ab47a" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_READ" >+ underscore_name="load_store_cache_byte_read" >+ description="Number of bytes read out of the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ max_equation="256 $XeCoreTotalCount UMUL $GpuCoreClocks UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="4 $XeCoreTotalCount UMUL B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD UMUL $GtSlice0XeCore0 $GtSlice1XeCore0 UADD $GtSlice2XeCore0 UADD $GtSlice3XeCore0 UADD $GtSlice4XeCore0 UADD $GtSlice5XeCore0 UADD $GtSlice6XeCore0 UADD $GtSlice7XeCore0 UADD UDIV" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_READ" >+ underscore_name="slm_byte_read" >+ description="Number of bytes read from SLM" >+ data_type="uint64" >+ max_equation="256 $XeCoreTotalCount UMUL $GpuCoreClocks UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="4 $XeCoreTotalCount UMUL C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD UMUL $GtSlice0XeCore0 $GtSlice1XeCore0 UADD $GtSlice2XeCore0 UADD $GtSlice3XeCore0 UADD $GtSlice4XeCore0 UADD $GtSlice5XeCore0 UADD $GtSlice6XeCore0 UADD $GtSlice7XeCore0 UADD UDIV" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_BYTE_READ" >+ underscore_name="gpu_memory_byte_read" >+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) read bytes" >+ data_type="uint64" >+ max_equation="64 $SliceTotalCount UMUL $GpuCoreClocks UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="A 36 READ 128 UMUL" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_BYTE_WRITE" >+ underscore_name="gpu_memory_byte_write" >+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) write bytes" >+ data_type="uint64" >+ max_equation="64 $SliceTotalCount UMUL $GpuCoreClocks UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="A 37 READ 128 UMUL" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_ACTIVE" >+ underscore_name="xve_active" >+ description="Percentage of time in which at least one pipe is active in XVE" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 7 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL" >+ underscore_name="xve_stall" >+ description="Percentage of time in which any threads are loaded but not even a single pipe is active in XVE" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 8 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_THREADS_OCCUPANCY_ALL" >+ underscore_name="xve_threads_occupancy_all" >+ description="Percentage of thread slots occupied" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="8 A 9 READ FMUL $VectorEngineThreadsCount FDIV $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_BUSY" >+ underscore_name="xve_busy" >+ description="Any XVE thread loaded." >+ data_type="uint64" >+ max_equation="1" >+ units="events" >+ semantic_type="event" >+ equation="A 9 READ 0 UGT" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="L1ProfileReads_XeCore3" >+ underscore_name="l1_profile_reads__xe_core3" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="16bc63c3-d365-4bee-baf7-bafbc1aa7c2d" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_READ" >+ underscore_name="load_store_cache_byte_read" >+ description="Number of bytes read out of the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ max_equation="256 $XeCoreTotalCount UMUL $GpuCoreClocks UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="4 $XeCoreTotalCount UMUL B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD UMUL $GtSlice0XeCore3 $GtSlice1XeCore3 UADD $GtSlice2XeCore3 UADD $GtSlice3XeCore3 UADD $GtSlice4XeCore3 UADD $GtSlice5XeCore3 UADD $GtSlice6XeCore3 UADD $GtSlice7XeCore3 UADD UDIV" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_READ" >+ underscore_name="slm_byte_read" >+ description="Number of bytes read from SLM" >+ data_type="uint64" >+ max_equation="256 $XeCoreTotalCount UMUL $GpuCoreClocks UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="4 $XeCoreTotalCount UMUL C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD UMUL $GtSlice0XeCore3 $GtSlice1XeCore3 UADD $GtSlice2XeCore3 UADD $GtSlice3XeCore3 UADD $GtSlice4XeCore3 UADD $GtSlice5XeCore3 UADD $GtSlice6XeCore3 UADD $GtSlice7XeCore3 UADD UDIV" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_BYTE_READ" >+ underscore_name="gpu_memory_byte_read" >+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) read bytes" >+ data_type="uint64" >+ max_equation="64 $SliceTotalCount UMUL $GpuCoreClocks UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="A 36 READ 128 UMUL" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_BYTE_WRITE" >+ underscore_name="gpu_memory_byte_write" >+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) write bytes" >+ data_type="uint64" >+ max_equation="64 $SliceTotalCount UMUL $GpuCoreClocks UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="A 37 READ 128 UMUL" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_ACTIVE" >+ underscore_name="xve_active" >+ description="Percentage of time in which at least one pipe is active in XVE" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 7 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL" >+ underscore_name="xve_stall" >+ description="Percentage of time in which any threads are loaded but not even a single pipe is active in XVE" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 8 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_THREADS_OCCUPANCY_ALL" >+ underscore_name="xve_threads_occupancy_all" >+ description="Percentage of thread slots occupied" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="8 A 9 READ FMUL $VectorEngineThreadsCount FDIV $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_BUSY" >+ underscore_name="xve_busy" >+ description="Any XVE thread loaded." >+ data_type="uint64" >+ max_equation="1" >+ units="events" >+ semantic_type="event" >+ equation="A 9 READ 0 UGT" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="L1ProfileSlmBankConflicts_XeCore0" >+ underscore_name="l1_profile_slm_bank_conflicts__xe_core0" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="28da4c17-4629-4111-a575-787a85100db9" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BANK_CONFLICT_COUNT" >+ underscore_name="slm_bank_conflict_count" >+ description="Number of SLM accesses resulting in a bank conflict." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD C 3 READ 2 C 2 READ UMUL UADD 4 C 1 READ UMUL UADD 8 C 0 READ UMUL UADD UADD B 7 READ 2 B 6 READ UMUL UADD 4 B 5 READ UMUL UADD 8 B 4 READ UMUL UADD UADD B 3 READ 2 B 2 READ UMUL UADD 4 B 1 READ UMUL UADD 8 B 0 READ UMUL UADD UADD $XeCoreTotalCount UMUL $GtSlice0XeCore0 $GtSlice1XeCore0 UADD $GtSlice2XeCore0 UADD $GtSlice3XeCore0 UADD $GtSlice4XeCore0 UADD $GtSlice5XeCore0 UADD $GtSlice6XeCore0 UADD $GtSlice7XeCore0 UADD UDIV" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_BYTE_READ" >+ underscore_name="gpu_memory_byte_read" >+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) read bytes" >+ data_type="uint64" >+ max_equation="64 $SliceTotalCount UMUL $GpuCoreClocks UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="A 36 READ 128 UMUL" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_BYTE_WRITE" >+ underscore_name="gpu_memory_byte_write" >+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) write bytes" >+ data_type="uint64" >+ max_equation="64 $SliceTotalCount UMUL $GpuCoreClocks UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="A 37 READ 128 UMUL" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_ACTIVE" >+ underscore_name="xve_active" >+ description="Percentage of time in which at least one pipe is active in XVE" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 7 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL" >+ underscore_name="xve_stall" >+ description="Percentage of time in which any threads are loaded but not even a single pipe is active in XVE" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 8 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_THREADS_OCCUPANCY_ALL" >+ underscore_name="xve_threads_occupancy_all" >+ description="Percentage of thread slots occupied" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="8 A 9 READ FMUL $VectorEngineThreadsCount FDIV $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_BUSY" >+ underscore_name="xve_busy" >+ description="Any XVE thread loaded." >+ data_type="uint64" >+ max_equation="1" >+ units="events" >+ semantic_type="event" >+ equation="A 9 READ 0 UGT" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="L1ProfileSlmBankConflicts_XeCore3" >+ underscore_name="l1_profile_slm_bank_conflicts__xe_core3" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="825f82b5-486a-4ca2-96fa-f358871984b0" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BANK_CONFLICT_COUNT" >+ underscore_name="slm_bank_conflict_count" >+ description="Number of SLM accesses resulting in a bank conflict." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD C 3 READ 2 C 2 READ UMUL UADD 4 C 1 READ UMUL UADD 8 C 0 READ UMUL UADD UADD B 7 READ 2 B 6 READ UMUL UADD 4 B 5 READ UMUL UADD 8 B 4 READ UMUL UADD UADD B 3 READ 2 B 2 READ UMUL UADD 4 B 1 READ UMUL UADD 8 B 0 READ UMUL UADD UADD $XeCoreTotalCount UMUL $GtSlice0XeCore3 $GtSlice1XeCore3 UADD $GtSlice2XeCore3 UADD $GtSlice3XeCore3 UADD $GtSlice4XeCore3 UADD $GtSlice5XeCore3 UADD $GtSlice6XeCore3 UADD $GtSlice7XeCore3 UADD UDIV" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_BYTE_READ" >+ underscore_name="gpu_memory_byte_read" >+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) read bytes" >+ data_type="uint64" >+ max_equation="64 $SliceTotalCount UMUL $GpuCoreClocks UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="A 36 READ 128 UMUL" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_BYTE_WRITE" >+ underscore_name="gpu_memory_byte_write" >+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) write bytes" >+ data_type="uint64" >+ max_equation="64 $SliceTotalCount UMUL $GpuCoreClocks UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="A 37 READ 128 UMUL" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_ACTIVE" >+ underscore_name="xve_active" >+ description="Percentage of time in which at least one pipe is active in XVE" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 7 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL" >+ underscore_name="xve_stall" >+ description="Percentage of time in which any threads are loaded but not even a single pipe is active in XVE" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 8 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_THREADS_OCCUPANCY_ALL" >+ underscore_name="xve_threads_occupancy_all" >+ description="Percentage of thread slots occupied" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="8 A 9 READ FMUL $VectorEngineThreadsCount FDIV $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_BUSY" >+ underscore_name="xve_busy" >+ description="Any XVE thread loaded." >+ data_type="uint64" >+ max_equation="1" >+ units="events" >+ semantic_type="event" >+ equation="A 9 READ 0 UGT" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="L1ProfileWrites_XeCore0" >+ underscore_name="l1_profile_writes__xe_core0" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="5d58094c-105e-4562-b53d-68185319c794" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_WRITE" >+ underscore_name="load_store_cache_byte_write" >+ description="Number of bytes written to the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ max_equation="128 $XeCoreTotalCount UMUL $GpuCoreClocks UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="4 $XeCoreTotalCount UMUL B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD UMUL $GtSlice0XeCore0 $GtSlice1XeCore0 UADD $GtSlice2XeCore0 UADD $GtSlice3XeCore0 UADD $GtSlice4XeCore0 UADD $GtSlice5XeCore0 UADD $GtSlice6XeCore0 UADD $GtSlice7XeCore0 UADD UDIV" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_WRITE" >+ underscore_name="slm_byte_write" >+ description="Number of bytes written to SLM" >+ data_type="uint64" >+ max_equation="128 $XeCoreTotalCount UMUL $GpuCoreClocks UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="4 $XeCoreTotalCount UMUL C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD UMUL $GtSlice0XeCore0 $GtSlice1XeCore0 UADD $GtSlice2XeCore0 UADD $GtSlice3XeCore0 UADD $GtSlice4XeCore0 UADD $GtSlice5XeCore0 UADD $GtSlice6XeCore0 UADD $GtSlice7XeCore0 UADD UDIV" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_BYTE_READ" >+ underscore_name="gpu_memory_byte_read" >+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) read bytes" >+ data_type="uint64" >+ max_equation="64 $SliceTotalCount UMUL $GpuCoreClocks UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="A 36 READ 128 UMUL" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_BYTE_WRITE" >+ underscore_name="gpu_memory_byte_write" >+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) write bytes" >+ data_type="uint64" >+ max_equation="64 $SliceTotalCount UMUL $GpuCoreClocks UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="A 37 READ 128 UMUL" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_ACTIVE" >+ underscore_name="xve_active" >+ description="Percentage of time in which at least one pipe is active in XVE" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 7 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL" >+ underscore_name="xve_stall" >+ description="Percentage of time in which any threads are loaded but not even a single pipe is active in XVE" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 8 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_THREADS_OCCUPANCY_ALL" >+ underscore_name="xve_threads_occupancy_all" >+ description="Percentage of thread slots occupied" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="8 A 9 READ FMUL $VectorEngineThreadsCount FDIV $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_BUSY" >+ underscore_name="xve_busy" >+ description="Any XVE thread loaded." >+ data_type="uint64" >+ max_equation="1" >+ units="events" >+ semantic_type="event" >+ equation="A 9 READ 0 UGT" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="L1ProfileWrites_XeCore3" >+ underscore_name="l1_profile_writes__xe_core3" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="3ce21cd6-fe3e-468f-ae53-07dbf73c45f9" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_WRITE" >+ underscore_name="load_store_cache_byte_write" >+ description="Number of bytes written to the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ max_equation="128 $XeCoreTotalCount UMUL $GpuCoreClocks UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="4 $XeCoreTotalCount UMUL B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD UMUL $GtSlice0XeCore3 $GtSlice1XeCore3 UADD $GtSlice2XeCore3 UADD $GtSlice3XeCore3 UADD $GtSlice4XeCore3 UADD $GtSlice5XeCore3 UADD $GtSlice6XeCore3 UADD $GtSlice7XeCore3 UADD UDIV" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_WRITE" >+ underscore_name="slm_byte_write" >+ description="Number of bytes written to SLM" >+ data_type="uint64" >+ max_equation="128 $XeCoreTotalCount UMUL $GpuCoreClocks UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="4 $XeCoreTotalCount UMUL C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD UMUL $GtSlice0XeCore3 $GtSlice1XeCore3 UADD $GtSlice2XeCore3 UADD $GtSlice3XeCore3 UADD $GtSlice4XeCore3 UADD $GtSlice5XeCore3 UADD $GtSlice6XeCore3 UADD $GtSlice7XeCore3 UADD UDIV" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_BYTE_READ" >+ underscore_name="gpu_memory_byte_read" >+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) read bytes" >+ data_type="uint64" >+ max_equation="64 $SliceTotalCount UMUL $GpuCoreClocks UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="A 36 READ 128 UMUL" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_BYTE_WRITE" >+ underscore_name="gpu_memory_byte_write" >+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) write bytes" >+ data_type="uint64" >+ max_equation="64 $SliceTotalCount UMUL $GpuCoreClocks UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="A 37 READ 128 UMUL" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_ACTIVE" >+ underscore_name="xve_active" >+ description="Percentage of time in which at least one pipe is active in XVE" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 7 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL" >+ underscore_name="xve_stall" >+ description="Percentage of time in which any threads are loaded but not even a single pipe is active in XVE" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 8 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_THREADS_OCCUPANCY_ALL" >+ underscore_name="xve_threads_occupancy_all" >+ description="Percentage of thread slots occupied" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="8 A 9 READ FMUL $VectorEngineThreadsCount FDIV $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_BUSY" >+ underscore_name="xve_busy" >+ description="Any XVE thread loaded." >+ data_type="uint64" >+ max_equation="1" >+ units="events" >+ semantic_type="event" >+ equation="A 9 READ 0 UGT" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="DataportReads" >+ underscore_name="dataport_reads" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="54d0193f-f8e0-4b81-99ba-e73a23fd9418" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="DATAPORT_BYTE_READ" >+ underscore_name="dataport_byte_read" >+ description="Number of bytes read through the Dataport" >+ data_type="uint64" >+ max_equation="64 $XeCoreTotalCount UMUL $GpuCoreClocks UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="64 2 UMUL B 4 READ B 0 READ UADD B 5 READ UADD B 1 READ UADD B 2 READ UADD B 6 READ UADD B 3 READ UADD B 7 READ UADD UMUL" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="HOST_TO_GPUMEM_BYTE_READ" >+ underscore_name="host_to_gpumem_byte_read" >+ description="Number of bytes read by host from GPU local (HBM) memory (downstream)" >+ data_type="uint64" >+ max_equation="64 $GpuCoreClocks UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="64 C 6 READ UMUL" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="HOST_TO_GPUMEM_BYTE_WRITE" >+ underscore_name="host_to_gpumem_byte_write" >+ description="Number of bytes written by host to GPU local (HBM) memory (downstream)" >+ data_type="uint64" >+ max_equation="64 $GpuCoreClocks UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="64 C 7 READ UMUL" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_BYTE_READ" >+ underscore_name="gpu_memory_byte_read" >+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) read bytes" >+ data_type="uint64" >+ max_equation="64 $SliceTotalCount UMUL $GpuCoreClocks UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="A 36 READ 128 UMUL" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_BYTE_WRITE" >+ underscore_name="gpu_memory_byte_write" >+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) write bytes" >+ data_type="uint64" >+ max_equation="64 $SliceTotalCount UMUL $GpuCoreClocks UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="A 37 READ 128 UMUL" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_ACTIVE" >+ underscore_name="xve_active" >+ description="Percentage of time in which at least one pipe is active in XVE" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 7 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL" >+ underscore_name="xve_stall" >+ description="Percentage of time in which any threads are loaded but not even a single pipe is active in XVE" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 8 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_BUSY" >+ underscore_name="xve_busy" >+ description="Any XVE thread loaded." >+ data_type="uint64" >+ max_equation="1" >+ units="events" >+ semantic_type="event" >+ equation="A 9 READ 0 UGT" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_THREADS_OCCUPANCY_ALL" >+ underscore_name="xve_threads_occupancy_all" >+ description="Percentage of thread slots occupied" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="8 A 9 READ FMUL $VectorEngineThreadsCount FDIV $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_COMPUTE_THREAD_COUNT" >+ underscore_name="xve_compute_thread_count" >+ description="Number of compute shader hardware threads dispatched" >+ data_type="uint64" >+ units="threads" >+ semantic_type="event" >+ equation="A 4 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="DataportWrites" >+ underscore_name="dataport_writes" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="17982512-46b0-4b58-9e8d-d59b5bf8b3f5" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="DATAPORT_BYTE_WRITE" >+ underscore_name="dataport_byte_write" >+ description="Number of bytes written through the Dataport" >+ data_type="uint64" >+ max_equation="32 $XeCoreTotalCount UMUL $GpuCoreClocks UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="32 B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD UMUL" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_L3_READ" >+ underscore_name="sampler_l3_read" >+ description="Number of L3 read requests resulting from sampler local cache miss" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ C 6 READ UADD C 5 READ UADD C 4 READ UADD C 3 READ UADD C 2 READ UADD C 1 READ UADD C 0 READ UADD" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="SYSMEM_BYTE_READ" >+ underscore_name="sysmem_byte_read" >+ description="Number of system memory bytes read (upstream)" >+ data_type="uint64" >+ max_equation="64 $GpuCoreClocks UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="64 B 0 READ UMUL" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SYSMEM_BYTE_WRITE" >+ underscore_name="sysmem_byte_write" >+ description="Number of system memory bytes written (upstream)" >+ data_type="uint64" >+ max_equation="64 $GpuCoreClocks UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="64 B 1 READ UMUL" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_BYTE_READ" >+ underscore_name="gpu_memory_byte_read" >+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) read bytes" >+ data_type="uint64" >+ max_equation="64 $SliceTotalCount UMUL $GpuCoreClocks UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="A 36 READ 128 UMUL" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_BYTE_WRITE" >+ underscore_name="gpu_memory_byte_write" >+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) write bytes" >+ data_type="uint64" >+ max_equation="64 $SliceTotalCount UMUL $GpuCoreClocks UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="A 37 READ 128 UMUL" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_ACTIVE" >+ underscore_name="xve_active" >+ description="Percentage of time in which at least one pipe is active in XVE" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 7 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL" >+ underscore_name="xve_stall" >+ description="Percentage of time in which any threads are loaded but not even a single pipe is active in XVE" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 8 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_BUSY" >+ underscore_name="xve_busy" >+ description="Any XVE thread loaded." >+ data_type="uint64" >+ max_equation="1" >+ units="events" >+ semantic_type="event" >+ equation="A 9 READ 0 UGT" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_THREADS_OCCUPANCY_ALL" >+ underscore_name="xve_threads_occupancy_all" >+ description="Percentage of thread slots occupied" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="8 A 9 READ FMUL $VectorEngineThreadsCount FDIV $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_COMPUTE_THREAD_COUNT" >+ underscore_name="xve_compute_thread_count" >+ description="Number of compute shader hardware threads dispatched" >+ data_type="uint64" >+ units="threads" >+ semantic_type="event" >+ equation="A 4 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext1" >+ underscore_name="ext1" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="480895b0-8013-4be1-8bbf-fc3f1ad2e97f" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_BYTE_WRITE_SQIDI0" >+ underscore_name="gpu_memory_byte_write_sqidi0" >+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) write bytes" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 128 UMUL" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_BYTE_WRITE_SQIDI1" >+ underscore_name="gpu_memory_byte_write_sqidi1" >+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) write bytes" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 6 READ 128 UMUL" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_WRITE_SQIDI0" >+ underscore_name="gpu_memory_write_sqidi0" >+ description="Number of GTI memory writes" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 3 READ" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_WRITE_SQIDI1" >+ underscore_name="gpu_memory_write_sqidi1" >+ description="Number of GTI memory writes" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 2 READ" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_WRITE" >+ underscore_name="gpu_memory_write" >+ description="Number of GTI memory writes" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="$GPU_MEMORY_WRITE_SQIDI0 $GPU_MEMORY_WRITE_SQIDI1 UADD" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_READ_SQIDI0" >+ underscore_name="gpu_memory_read_sqidi0" >+ description="Number of GTI memory reads" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 1 READ C 0 READ UADD" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_READ_SQIDI1" >+ underscore_name="gpu_memory_read_sqidi1" >+ description="Number of GTI memory reads" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ B 2 READ UADD" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_READ" >+ underscore_name="gpu_memory_read" >+ description="Number of GTI memory reads" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="$GPU_MEMORY_READ_SQIDI0 $GPU_MEMORY_READ_SQIDI1 UADD" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_BYTE_READ_SQIDI0" >+ underscore_name="gpu_memory_byte_read_sqidi0" >+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) read bytes" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 5 READ 128 UMUL" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_BYTE_READ_SQIDI1" >+ underscore_name="gpu_memory_byte_read_sqidi1" >+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) read bytes" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 4 READ 128 UMUL" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_ACTIVE_SQIDI0" >+ underscore_name="gpu_memory_active_sqidi0" >+ description="Percentage of time in which device local memory (HBM, GDDR, LPDDR, etc.) is active" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_ACTIVE_SQIDI1" >+ underscore_name="gpu_memory_active_sqidi1" >+ description="Percentage of time in which device local memory (HBM, GDDR, LPDDR, etc.) is active" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_BYTE_READ" >+ underscore_name="gpu_memory_byte_read" >+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) read bytes" >+ data_type="uint64" >+ max_equation="64 $SliceTotalCount UMUL $GpuCoreClocks UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 5 READ C 4 READ UADD 128 UMUL" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_BYTE_WRITE" >+ underscore_name="gpu_memory_byte_write" >+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) write bytes" >+ data_type="uint64" >+ max_equation="64 $SliceTotalCount UMUL $GpuCoreClocks UMUL" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ C 6 READ UADD 128 UMUL" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SYSMEM_TRANSACTION_WRITE" >+ underscore_name="sysmem_transaction_write" >+ description="Number of system memory writes (upstream)" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 7 READ" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SYSMEM_TRANSACTION_READ" >+ underscore_name="sysmem_transaction_read" >+ description="Number of system memory reads (upstream)" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 6 READ" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_BYTE_READ_BW_SQIDI0" >+ underscore_name="gpu_memory_byte_read_bw_sqidi0" >+ description="Device local memory (HBM, GDDR, LPDDR, etc.) read bandwidth" >+ data_type="float" >+ units="gbps" >+ semantic_type="throughput" >+ equation="$GPU_MEMORY_BYTE_READ_SQIDI0 $GpuTime FDIV" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_BYTE_READ_BW_SQIDI1" >+ underscore_name="gpu_memory_byte_read_bw_sqidi1" >+ description="Device local memory (HBM, GDDR, LPDDR, etc.) read bandwidth" >+ data_type="float" >+ units="gbps" >+ semantic_type="throughput" >+ equation="$GPU_MEMORY_BYTE_READ_SQIDI1 $GpuTime FDIV" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_BYTE_WRITE_BW_SQIDI0" >+ underscore_name="gpu_memory_byte_write_bw_sqidi0" >+ description="Device local memory (HBM, GDDR, LPDDR, etc.) write bandwidth" >+ data_type="float" >+ units="gbps" >+ semantic_type="throughput" >+ equation="$GPU_MEMORY_BYTE_WRITE_SQIDI0 $GpuTime FDIV" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_BYTE_WRITE_BW_SQIDI1" >+ underscore_name="gpu_memory_byte_write_bw_sqidi1" >+ description="Device local memory (HBM, GDDR, LPDDR, etc.) write bandwidth" >+ data_type="float" >+ units="gbps" >+ semantic_type="throughput" >+ equation="$GPU_MEMORY_BYTE_WRITE_SQIDI1 $GpuTime FDIV" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_BYTE_READ_BW" >+ underscore_name="gpu_memory_byte_read_bw" >+ description="Device local memory (HBM, GDDR, LPDDR, etc.) read bandwidth" >+ data_type="float" >+ units="gbps" >+ semantic_type="throughput" >+ equation="$GPU_MEMORY_BYTE_READ $GpuTime FDIV" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_BYTE_WRITE_BW" >+ underscore_name="gpu_memory_byte_write_bw" >+ description="Device local memory (HBM, GDDR, LPDDR, etc.) write bandwidth" >+ data_type="float" >+ units="gbps" >+ semantic_type="throughput" >+ equation="$GPU_MEMORY_BYTE_WRITE $GpuTime FDIV" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext2" >+ underscore_name="ext2" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="b899d843-d8ce-4803-8174-f2bf1107de00" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_REQUEST_QUEUE_FULL_SQIDI0" >+ underscore_name="gpu_memory_request_queue_full_sqidi0" >+ description="Percentage of time in which SQ is filled above a threshold (usually 48 entries)" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_REQUEST_QUEUE_FULL_SQIDI1" >+ underscore_name="gpu_memory_request_queue_full_sqidi1" >+ description="Percentage of time in which SQ is filled above a threshold (usually 48 entries)" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_32B_TRANSACTION_READ_SQIDI0" >+ underscore_name="gpu_memory_32_b_transaction_read_sqidi0" >+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) reads (32B)" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="2 C 1 READ UMUL C 0 READ UADD" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_64B_TRANSACTION_READ_SQIDI0" >+ underscore_name="gpu_memory_64_b_transaction_read_sqidi0" >+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) reads (64B)" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="2 B 3 READ UMUL B 2 READ UADD" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_32B_TRANSACTION_READ_SQIDI1" >+ underscore_name="gpu_memory_32_b_transaction_read_sqidi1" >+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) reads (32B)" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="2 B 5 READ UMUL B 4 READ UADD" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_64B_TRANSACTION_READ_SQIDI1" >+ underscore_name="gpu_memory_64_b_transaction_read_sqidi1" >+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) reads (64B)" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="2 B 7 READ UMUL B 6 READ UADD" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext3" >+ underscore_name="ext3" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="59e0ed29-cd2d-43ee-bf49-e4637e8ef9ee" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_32B_TRANSACTION_WRITE_SQIDI0" >+ underscore_name="gpu_memory_32_b_transaction_write_sqidi0" >+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) writes (32B)" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 4 READ" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_64B_TRANSACTION_WRITE_SQIDI0" >+ underscore_name="gpu_memory_64_b_transaction_write_sqidi0" >+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) writes (64B)" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 5 READ" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_32B_TRANSACTION_WRITE_SQIDI1" >+ underscore_name="gpu_memory_32_b_transaction_write_sqidi1" >+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) writes (32B)" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 6 READ" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_64B_TRANSACTION_WRITE_SQIDI1" >+ underscore_name="gpu_memory_64_b_transaction_write_sqidi1" >+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) writes (64B)" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="HOST_TO_GPUMEM_TRANSACTION_READ" >+ underscore_name="host_to_gpumem_transaction_read" >+ description="Number of host reads to GPU local (HBM) memory (downstream)" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 6 READ" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="HOST_TO_GPUMEM_TRANSACTION_WRITE" >+ underscore_name="host_to_gpumem_transaction_write" >+ description="Number of host writes to GPU local (HBM) memory (downstream)" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 7 READ" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext4" >+ underscore_name="ext4" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="475c650e-1045-45dc-a280-3365f7af8f8c" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="L3_READ_L3BANK0" >+ underscore_name="l3_read_l3_bank0" >+ description="Number of L3 read requests" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_READ_L3BANK1" >+ underscore_name="l3_read_l3_bank1" >+ description="Number of L3 read requests" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 6 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_READ_L3BANK2" >+ underscore_name="l3_read_l3_bank2" >+ description="Number of L3 read requests" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 5 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_READ_L3BANK3" >+ underscore_name="l3_read_l3_bank3" >+ description="Number of L3 read requests" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 4 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_READ_L3BANK4" >+ underscore_name="l3_read_l3_bank4" >+ description="Number of L3 read requests" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 3 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_READ_L3BANK5" >+ underscore_name="l3_read_l3_bank5" >+ description="Number of L3 read requests" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 2 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_READ_L3BANK6" >+ underscore_name="l3_read_l3_bank6" >+ description="Number of L3 read requests" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 1 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_READ_L3BANK7" >+ underscore_name="l3_read_l3_bank7" >+ description="Number of L3 read requests" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 0 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_WRITE_L3BANK0" >+ underscore_name="l3_write_l3_bank0" >+ description="Number of L3 write requests" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 7 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_WRITE_L3BANK1" >+ underscore_name="l3_write_l3_bank1" >+ description="Number of L3 write requests" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 6 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_WRITE_L3BANK2" >+ underscore_name="l3_write_l3_bank2" >+ description="Number of L3 write requests" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 5 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_WRITE_L3BANK3" >+ underscore_name="l3_write_l3_bank3" >+ description="Number of L3 write requests" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_WRITE_L3BANK4" >+ underscore_name="l3_write_l3_bank4" >+ description="Number of L3 write requests" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_WRITE_L3BANK5" >+ underscore_name="l3_write_l3_bank5" >+ description="Number of L3 write requests" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_WRITE_L3BANK6" >+ underscore_name="l3_write_l3_bank6" >+ description="Number of L3 write requests" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_WRITE_L3BANK7" >+ underscore_name="l3_write_l3_bank7" >+ description="Number of L3 write requests" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext5" >+ underscore_name="ext5" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="b7d7a874-19d8-48e6-bf54-f859a994b0a4" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="DATAPORT_L3_READ_L3BANK0" >+ underscore_name="dataport_l3_read_l3_bank0" >+ description="Number of L3 read requests coming from XVE via Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="DATAPORT_L3_READ_L3BANK1" >+ underscore_name="dataport_l3_read_l3_bank1" >+ description="Number of L3 read requests coming from XVE via Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 6 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="DATAPORT_L3_READ_L3BANK2" >+ underscore_name="dataport_l3_read_l3_bank2" >+ description="Number of L3 read requests coming from XVE via Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 5 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="DATAPORT_L3_READ_L3BANK3" >+ underscore_name="dataport_l3_read_l3_bank3" >+ description="Number of L3 read requests coming from XVE via Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 4 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="DATAPORT_L3_READ_L3BANK4" >+ underscore_name="dataport_l3_read_l3_bank4" >+ description="Number of L3 read requests coming from XVE via Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 3 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="DATAPORT_L3_READ_L3BANK5" >+ underscore_name="dataport_l3_read_l3_bank5" >+ description="Number of L3 read requests coming from XVE via Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 2 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="DATAPORT_L3_READ_L3BANK6" >+ underscore_name="dataport_l3_read_l3_bank6" >+ description="Number of L3 read requests coming from XVE via Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 1 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="DATAPORT_L3_READ_L3BANK7" >+ underscore_name="dataport_l3_read_l3_bank7" >+ description="Number of L3 read requests coming from XVE via Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 0 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="DATAPORT_L3_WRITE_L3BANK0" >+ underscore_name="dataport_l3_write_l3_bank0" >+ description="Number of L3 write requests coming from XVE via Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 7 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="DATAPORT_L3_WRITE_L3BANK1" >+ underscore_name="dataport_l3_write_l3_bank1" >+ description="Number of L3 write requests coming from XVE via Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 6 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="DATAPORT_L3_WRITE_L3BANK2" >+ underscore_name="dataport_l3_write_l3_bank2" >+ description="Number of L3 write requests coming from XVE via Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 5 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="DATAPORT_L3_WRITE_L3BANK3" >+ underscore_name="dataport_l3_write_l3_bank3" >+ description="Number of L3 write requests coming from XVE via Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="DATAPORT_L3_WRITE_L3BANK4" >+ underscore_name="dataport_l3_write_l3_bank4" >+ description="Number of L3 write requests coming from XVE via Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="DATAPORT_L3_WRITE_L3BANK5" >+ underscore_name="dataport_l3_write_l3_bank5" >+ description="Number of L3 write requests coming from XVE via Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="DATAPORT_L3_WRITE_L3BANK6" >+ underscore_name="dataport_l3_write_l3_bank6" >+ description="Number of L3 write requests coming from XVE via Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="DATAPORT_L3_WRITE_L3BANK7" >+ underscore_name="dataport_l3_write_l3_bank7" >+ description="Number of L3 write requests coming from XVE via Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext6" >+ underscore_name="ext6" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="f1a94d28-672b-41a6-9ab9-e2040200d28a" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="L3_HIT_L3BANK0" >+ underscore_name="l3_hit_l3_bank0" >+ description="Number of L3 accesses which hits in the L3 cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="L3_HIT_L3BANK1" >+ underscore_name="l3_hit_l3_bank1" >+ description="Number of L3 accesses which hits in the L3 cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 6 READ" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="L3_HIT_L3BANK2" >+ underscore_name="l3_hit_l3_bank2" >+ description="Number of L3 accesses which hits in the L3 cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 5 READ" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="L3_HIT_L3BANK3" >+ underscore_name="l3_hit_l3_bank3" >+ description="Number of L3 accesses which hits in the L3 cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 4 READ" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="L3_HIT_L3BANK4" >+ underscore_name="l3_hit_l3_bank4" >+ description="Number of L3 accesses which hits in the L3 cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 3 READ" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="L3_HIT_L3BANK5" >+ underscore_name="l3_hit_l3_bank5" >+ description="Number of L3 accesses which hits in the L3 cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 2 READ" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="L3_HIT_L3BANK6" >+ underscore_name="l3_hit_l3_bank6" >+ description="Number of L3 accesses which hits in the L3 cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 1 READ" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="L3_HIT_L3BANK7" >+ underscore_name="l3_hit_l3_bank7" >+ description="Number of L3 accesses which hits in the L3 cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 0 READ" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext7" >+ underscore_name="ext7" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="31d119ed-a150-4b52-9206-3f9832e275ea" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SAMPLER_L3_READ_L3BANK0" >+ underscore_name="sampler_l3_read_l3_bank0" >+ description="Number of L3 read requests resulting from sampler local cache miss" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="SAMPLER_L3_READ_L3BANK1" >+ underscore_name="sampler_l3_read_l3_bank1" >+ description="Number of L3 read requests resulting from sampler local cache miss" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 6 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="SAMPLER_L3_READ_L3BANK2" >+ underscore_name="sampler_l3_read_l3_bank2" >+ description="Number of L3 read requests resulting from sampler local cache miss" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 5 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="SAMPLER_L3_READ_L3BANK3" >+ underscore_name="sampler_l3_read_l3_bank3" >+ description="Number of L3 read requests resulting from sampler local cache miss" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 4 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="SAMPLER_L3_READ_L3BANK4" >+ underscore_name="sampler_l3_read_l3_bank4" >+ description="Number of L3 read requests resulting from sampler local cache miss" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 3 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="SAMPLER_L3_READ_L3BANK5" >+ underscore_name="sampler_l3_read_l3_bank5" >+ description="Number of L3 read requests resulting from sampler local cache miss" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 2 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="SAMPLER_L3_READ_L3BANK6" >+ underscore_name="sampler_l3_read_l3_bank6" >+ description="Number of L3 read requests resulting from sampler local cache miss" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 1 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="SAMPLER_L3_READ_L3BANK7" >+ underscore_name="sampler_l3_read_l3_bank7" >+ description="Number of L3 read requests resulting from sampler local cache miss" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 0 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="SAMPLER_L3_HIT_L3BANK0" >+ underscore_name="sampler_l3_hit_l3_bank0" >+ description="Number of L3 hit requests resulting from sampler local cache miss which hits in L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 7 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="SAMPLER_L3_HIT_L3BANK1" >+ underscore_name="sampler_l3_hit_l3_bank1" >+ description="Number of L3 hit requests resulting from sampler local cache miss which hits in L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 6 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="SAMPLER_L3_HIT_L3BANK2" >+ underscore_name="sampler_l3_hit_l3_bank2" >+ description="Number of L3 hit requests resulting from sampler local cache miss which hits in L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 5 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="SAMPLER_L3_HIT_L3BANK3" >+ underscore_name="sampler_l3_hit_l3_bank3" >+ description="Number of L3 hit requests resulting from sampler local cache miss which hits in L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="SAMPLER_L3_HIT_L3BANK4" >+ underscore_name="sampler_l3_hit_l3_bank4" >+ description="Number of L3 hit requests resulting from sampler local cache miss which hits in L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="SAMPLER_L3_HIT_L3BANK5" >+ underscore_name="sampler_l3_hit_l3_bank5" >+ description="Number of L3 hit requests resulting from sampler local cache miss which hits in L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="SAMPLER_L3_HIT_L3BANK6" >+ underscore_name="sampler_l3_hit_l3_bank6" >+ description="Number of L3 hit requests resulting from sampler local cache miss which hits in L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="SAMPLER_L3_HIT_L3BANK7" >+ underscore_name="sampler_l3_hit_l3_bank7" >+ description="Number of L3 hit requests resulting from sampler local cache miss which hits in L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext8" >+ underscore_name="ext8" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="4eb14f16-d2ac-46d3-b974-e413430fddec" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="ICACHE_L3_READ_L3BANK0" >+ underscore_name="icache_l3_read_l3_bank0" >+ description="Number of L3 read requests coming from XVE Instruction Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="ICACHE_L3_READ_L3BANK1" >+ underscore_name="icache_l3_read_l3_bank1" >+ description="Number of L3 read requests coming from XVE Instruction Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 6 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="ICACHE_L3_READ_L3BANK2" >+ underscore_name="icache_l3_read_l3_bank2" >+ description="Number of L3 read requests coming from XVE Instruction Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 5 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="ICACHE_L3_READ_L3BANK3" >+ underscore_name="icache_l3_read_l3_bank3" >+ description="Number of L3 read requests coming from XVE Instruction Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 4 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="ICACHE_L3_READ_L3BANK4" >+ underscore_name="icache_l3_read_l3_bank4" >+ description="Number of L3 read requests coming from XVE Instruction Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 3 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="ICACHE_L3_READ_L3BANK5" >+ underscore_name="icache_l3_read_l3_bank5" >+ description="Number of L3 read requests coming from XVE Instruction Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 2 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="ICACHE_L3_READ_L3BANK6" >+ underscore_name="icache_l3_read_l3_bank6" >+ description="Number of L3 read requests coming from XVE Instruction Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 1 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="ICACHE_L3_READ_L3BANK7" >+ underscore_name="icache_l3_read_l3_bank7" >+ description="Number of L3 read requests coming from XVE Instruction Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 0 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="ICACHE_L3_HIT_L3BANK0" >+ underscore_name="icache_l3_hit_l3_bank0" >+ description="Number of XVE instruction cache requests that hit the L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 7 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="ICACHE_L3_HIT_L3BANK1" >+ underscore_name="icache_l3_hit_l3_bank1" >+ description="Number of XVE instruction cache requests that hit the L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 6 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="ICACHE_L3_HIT_L3BANK2" >+ underscore_name="icache_l3_hit_l3_bank2" >+ description="Number of XVE instruction cache requests that hit the L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 5 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="ICACHE_L3_HIT_L3BANK3" >+ underscore_name="icache_l3_hit_l3_bank3" >+ description="Number of XVE instruction cache requests that hit the L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="ICACHE_L3_HIT_L3BANK4" >+ underscore_name="icache_l3_hit_l3_bank4" >+ description="Number of XVE instruction cache requests that hit the L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="ICACHE_L3_HIT_L3BANK5" >+ underscore_name="icache_l3_hit_l3_bank5" >+ description="Number of XVE instruction cache requests that hit the L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="ICACHE_L3_HIT_L3BANK6" >+ underscore_name="icache_l3_hit_l3_bank6" >+ description="Number of XVE instruction cache requests that hit the L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="ICACHE_L3_HIT_L3BANK7" >+ underscore_name="icache_l3_hit_l3_bank7" >+ description="Number of XVE instruction cache requests that hit the L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext9" >+ underscore_name="ext9" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="b875dedd-f121-4f89-b02f-ff2c873e2543" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SAMPLER_BUSY_XECORE0" >+ underscore_name="sampler_busy_xecore0" >+ description="Percentage of time in which Sampler pipeline active" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_BUSY_XECORE1" >+ underscore_name="sampler_busy_xecore1" >+ description="Percentage of time in which Sampler pipeline active" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_BUSY_XECORE2" >+ underscore_name="sampler_busy_xecore2" >+ description="Percentage of time in which Sampler pipeline active" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_BUSY_XECORE3" >+ underscore_name="sampler_busy_xecore3" >+ description="Percentage of time in which Sampler pipeline active" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_BUSY_XECORE4" >+ underscore_name="sampler_busy_xecore4" >+ description="Percentage of time in which Sampler pipeline active" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_BUSY_XECORE5" >+ underscore_name="sampler_busy_xecore5" >+ description="Percentage of time in which Sampler pipeline active" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_BUSY_XECORE6" >+ underscore_name="sampler_busy_xecore6" >+ description="Percentage of time in which Sampler pipeline active" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_BUSY_XECORE7" >+ underscore_name="sampler_busy_xecore7" >+ description="Percentage of time in which Sampler pipeline active" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext10" >+ underscore_name="ext10" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="691b6a0d-d3d7-4b5e-a70e-d8232722cddf" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="DATAPORT_L3_HIT_L3BANK0" >+ underscore_name="dataport_l3_hit_l3_bank0" >+ description="Number of L3 hits for requests coming from the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="DATAPORT_L3_HIT_L3BANK1" >+ underscore_name="dataport_l3_hit_l3_bank1" >+ description="Number of L3 hits for requests coming from the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 6 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="DATAPORT_L3_HIT_L3BANK2" >+ underscore_name="dataport_l3_hit_l3_bank2" >+ description="Number of L3 hits for requests coming from the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 5 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="DATAPORT_L3_HIT_L3BANK3" >+ underscore_name="dataport_l3_hit_l3_bank3" >+ description="Number of L3 hits for requests coming from the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 4 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="DATAPORT_L3_HIT_L3BANK4" >+ underscore_name="dataport_l3_hit_l3_bank4" >+ description="Number of L3 hits for requests coming from the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 3 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="DATAPORT_L3_HIT_L3BANK5" >+ underscore_name="dataport_l3_hit_l3_bank5" >+ description="Number of L3 hits for requests coming from the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 2 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="DATAPORT_L3_HIT_L3BANK6" >+ underscore_name="dataport_l3_hit_l3_bank6" >+ description="Number of L3 hits for requests coming from the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 1 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="DATAPORT_L3_HIT_L3BANK7" >+ underscore_name="dataport_l3_hit_l3_bank7" >+ description="Number of L3 hits for requests coming from the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 0 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="COLOR_L3_HIT_L3BANK0" >+ underscore_name="color_l3_hit_l3_bank0" >+ description="Number of L3 read requests resulting from color local cache miss which hits in L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 7 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="COLOR_L3_HIT_L3BANK1" >+ underscore_name="color_l3_hit_l3_bank1" >+ description="Number of L3 read requests resulting from color local cache miss which hits in L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 6 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="COLOR_L3_HIT_L3BANK2" >+ underscore_name="color_l3_hit_l3_bank2" >+ description="Number of L3 read requests resulting from color local cache miss which hits in L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 5 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="COLOR_L3_HIT_L3BANK3" >+ underscore_name="color_l3_hit_l3_bank3" >+ description="Number of L3 read requests resulting from color local cache miss which hits in L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="COLOR_L3_HIT_L3BANK4" >+ underscore_name="color_l3_hit_l3_bank4" >+ description="Number of L3 read requests resulting from color local cache miss which hits in L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="COLOR_L3_HIT_L3BANK5" >+ underscore_name="color_l3_hit_l3_bank5" >+ description="Number of L3 read requests resulting from color local cache miss which hits in L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="COLOR_L3_HIT_L3BANK6" >+ underscore_name="color_l3_hit_l3_bank6" >+ description="Number of L3 read requests resulting from color local cache miss which hits in L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="COLOR_L3_HIT_L3BANK7" >+ underscore_name="color_l3_hit_l3_bank7" >+ description="Number of L3 read requests resulting from color local cache miss which hits in L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext11" >+ underscore_name="ext11" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="3c626d93-4368-4115-a21d-8fd8cd10e8fa" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="Z_L3_HIT_L3BANK0" >+ underscore_name="z_l3_hit_l3_bank0" >+ description="Number of L3 read requests resulting from Z local cache miss which hits in L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="Z_L3_HIT_L3BANK1" >+ underscore_name="z_l3_hit_l3_bank1" >+ description="Number of L3 read requests resulting from Z local cache miss which hits in L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 6 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="Z_L3_HIT_L3BANK2" >+ underscore_name="z_l3_hit_l3_bank2" >+ description="Number of L3 read requests resulting from Z local cache miss which hits in L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 5 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="Z_L3_HIT_L3BANK3" >+ underscore_name="z_l3_hit_l3_bank3" >+ description="Number of L3 read requests resulting from Z local cache miss which hits in L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 4 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="Z_L3_HIT_L3BANK4" >+ underscore_name="z_l3_hit_l3_bank4" >+ description="Number of L3 read requests resulting from Z local cache miss which hits in L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 3 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="Z_L3_HIT_L3BANK5" >+ underscore_name="z_l3_hit_l3_bank5" >+ description="Number of L3 read requests resulting from Z local cache miss which hits in L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 2 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="Z_L3_HIT_L3BANK6" >+ underscore_name="z_l3_hit_l3_bank6" >+ description="Number of L3 read requests resulting from Z local cache miss which hits in L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 1 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="Z_L3_HIT_L3BANK7" >+ underscore_name="z_l3_hit_l3_bank7" >+ description="Number of L3 read requests resulting from Z local cache miss which hits in L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 0 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_ATOMIC_ACCESS_L3BANK0" >+ underscore_name="l3_atomic_access_l3_bank0" >+ description="Number of atomic accesses to L3 bank" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 7 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_ATOMIC_ACCESS_L3BANK1" >+ underscore_name="l3_atomic_access_l3_bank1" >+ description="Number of atomic accesses to L3 bank" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 6 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_ATOMIC_ACCESS_L3BANK2" >+ underscore_name="l3_atomic_access_l3_bank2" >+ description="Number of atomic accesses to L3 bank" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 5 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_ATOMIC_ACCESS_L3BANK3" >+ underscore_name="l3_atomic_access_l3_bank3" >+ description="Number of atomic accesses to L3 bank" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_ATOMIC_ACCESS_L3BANK4" >+ underscore_name="l3_atomic_access_l3_bank4" >+ description="Number of atomic accesses to L3 bank" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_ATOMIC_ACCESS_L3BANK5" >+ underscore_name="l3_atomic_access_l3_bank5" >+ description="Number of atomic accesses to L3 bank" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_ATOMIC_ACCESS_L3BANK6" >+ underscore_name="l3_atomic_access_l3_bank6" >+ description="Number of atomic accesses to L3 bank" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_ATOMIC_ACCESS_L3BANK7" >+ underscore_name="l3_atomic_access_l3_bank7" >+ description="Number of atomic accesses to L3 bank" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext12" >+ underscore_name="ext12" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="4678846c-99cd-4a3f-acb4-8f055f48da56" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="L3_INPUT_AVAILABLE_L3BANK0" >+ underscore_name="l3_input_available_l3_bank0" >+ description="Percentage of time in which L3 bank has input requests" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_INPUT_AVAILABLE_L3BANK1" >+ underscore_name="l3_input_available_l3_bank1" >+ description="Percentage of time in which L3 bank has input requests" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_INPUT_AVAILABLE_L3BANK2" >+ underscore_name="l3_input_available_l3_bank2" >+ description="Percentage of time in which L3 bank has input requests" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_INPUT_AVAILABLE_L3BANK3" >+ underscore_name="l3_input_available_l3_bank3" >+ description="Percentage of time in which L3 bank has input requests" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_INPUT_AVAILABLE_L3BANK4" >+ underscore_name="l3_input_available_l3_bank4" >+ description="Percentage of time in which L3 bank has input requests" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_INPUT_AVAILABLE_L3BANK5" >+ underscore_name="l3_input_available_l3_bank5" >+ description="Percentage of time in which L3 bank has input requests" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_INPUT_AVAILABLE_L3BANK6" >+ underscore_name="l3_input_available_l3_bank6" >+ description="Percentage of time in which L3 bank has input requests" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_INPUT_AVAILABLE_L3BANK7" >+ underscore_name="l3_input_available_l3_bank7" >+ description="Percentage of time in which L3 bank has input requests" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_OUTPUT_READY_L3BANK0" >+ underscore_name="l3_output_ready_l3_bank0" >+ description="Percentage of time in which L3 bank has output ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_OUTPUT_READY_L3BANK1" >+ underscore_name="l3_output_ready_l3_bank1" >+ description="Percentage of time in which L3 bank has output ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_OUTPUT_READY_L3BANK2" >+ underscore_name="l3_output_ready_l3_bank2" >+ description="Percentage of time in which L3 bank has output ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_OUTPUT_READY_L3BANK3" >+ underscore_name="l3_output_ready_l3_bank3" >+ description="Percentage of time in which L3 bank has output ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_OUTPUT_READY_L3BANK4" >+ underscore_name="l3_output_ready_l3_bank4" >+ description="Percentage of time in which L3 bank has output ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_OUTPUT_READY_L3BANK5" >+ underscore_name="l3_output_ready_l3_bank5" >+ description="Percentage of time in which L3 bank has output ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_OUTPUT_READY_L3BANK6" >+ underscore_name="l3_output_ready_l3_bank6" >+ description="Percentage of time in which L3 bank has output ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_OUTPUT_READY_L3BANK7" >+ underscore_name="l3_output_ready_l3_bank7" >+ description="Percentage of time in which L3 bank has output ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext13" >+ underscore_name="ext13" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="04d1f1c5-17e5-4104-b5a1-d62337b681b9" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="L3_SUPERQ_FULL_L3BANK0" >+ underscore_name="l3_superq_full_l3_bank0" >+ description="Percentage of time in which all slots in L3 request queue are waiting for data return / response" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_SUPERQ_FULL_L3BANK1" >+ underscore_name="l3_superq_full_l3_bank1" >+ description="Percentage of time in which all slots in L3 request queue are waiting for data return / response" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_SUPERQ_FULL_L3BANK2" >+ underscore_name="l3_superq_full_l3_bank2" >+ description="Percentage of time in which all slots in L3 request queue are waiting for data return / response" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_SUPERQ_FULL_L3BANK3" >+ underscore_name="l3_superq_full_l3_bank3" >+ description="Percentage of time in which all slots in L3 request queue are waiting for data return / response" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_SUPERQ_FULL_L3BANK4" >+ underscore_name="l3_superq_full_l3_bank4" >+ description="Percentage of time in which all slots in L3 request queue are waiting for data return / response" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_SUPERQ_FULL_L3BANK5" >+ underscore_name="l3_superq_full_l3_bank5" >+ description="Percentage of time in which all slots in L3 request queue are waiting for data return / response" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_SUPERQ_FULL_L3BANK6" >+ underscore_name="l3_superq_full_l3_bank6" >+ description="Percentage of time in which all slots in L3 request queue are waiting for data return / response" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_SUPERQ_FULL_L3BANK7" >+ underscore_name="l3_superq_full_l3_bank7" >+ description="Percentage of time in which all slots in L3 request queue are waiting for data return / response" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext14" >+ underscore_name="ext14" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="9312e21f-5d97-4058-a2fc-c7497c18f0a1" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="L3_BUSY_L3BANK0" >+ underscore_name="l3_busy_l3_bank0" >+ description="Percentage of time in which L3 request queue has one or more requests pending" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_BUSY_L3BANK1" >+ underscore_name="l3_busy_l3_bank1" >+ description="Percentage of time in which L3 request queue has one or more requests pending" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_BUSY_L3BANK2" >+ underscore_name="l3_busy_l3_bank2" >+ description="Percentage of time in which L3 request queue has one or more requests pending" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_BUSY_L3BANK3" >+ underscore_name="l3_busy_l3_bank3" >+ description="Percentage of time in which L3 request queue has one or more requests pending" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_BUSY_L3BANK4" >+ underscore_name="l3_busy_l3_bank4" >+ description="Percentage of time in which L3 request queue has one or more requests pending" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_BUSY_L3BANK5" >+ underscore_name="l3_busy_l3_bank5" >+ description="Percentage of time in which L3 request queue has one or more requests pending" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_BUSY_L3BANK6" >+ underscore_name="l3_busy_l3_bank6" >+ description="Percentage of time in which L3 request queue has one or more requests pending" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_BUSY_L3BANK7" >+ underscore_name="l3_busy_l3_bank7" >+ description="Percentage of time in which L3 request queue has one or more requests pending" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext15" >+ underscore_name="ext15" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="fd355e93-4edf-425c-99e6-8693a22ae3cd" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="L3_STALL_L3BANK0" >+ underscore_name="l3_stall_l3_bank0" >+ description="Percentage of time in which L3 bank stalled" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_STALL_L3BANK1" >+ underscore_name="l3_stall_l3_bank1" >+ description="Percentage of time in which L3 bank stalled" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_STALL_L3BANK2" >+ underscore_name="l3_stall_l3_bank2" >+ description="Percentage of time in which L3 bank stalled" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_STALL_L3BANK3" >+ underscore_name="l3_stall_l3_bank3" >+ description="Percentage of time in which L3 bank stalled" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext16" >+ underscore_name="ext16" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="844efb3d-c453-4dd2-b556-7bac8e111b46" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="L3_STALL_L3BANK4" >+ underscore_name="l3_stall_l3_bank4" >+ description="Percentage of time in which L3 bank stalled" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_STALL_L3BANK5" >+ underscore_name="l3_stall_l3_bank5" >+ description="Percentage of time in which L3 bank stalled" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_STALL_L3BANK6" >+ underscore_name="l3_stall_l3_bank6" >+ description="Percentage of time in which L3 bank stalled" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_STALL_L3BANK7" >+ underscore_name="l3_stall_l3_bank7" >+ description="Percentage of time in which L3 bank stalled" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext17" >+ underscore_name="ext17" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="fadda67d-1b94-40d1-be89-759f78641ab2" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_INPUT_AVAILABLE_XECORE0" >+ underscore_name="load_store_cache_input_available_xecore0" >+ description="Percentage of time in which the Load Store Cache has input available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 7 READ C 6 READ FADD C 5 READ FADD C 4 READ FADD 4 FDIV 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_INPUT_AVAILABLE_XECORE1" >+ underscore_name="load_store_cache_input_available_xecore1" >+ description="Percentage of time in which the Load Store Cache has input available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 3 READ C 2 READ FADD C 1 READ FADD C 0 READ FADD 4 FDIV 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_INPUT_AVAILABLE_XECORE2" >+ underscore_name="load_store_cache_input_available_xecore2" >+ description="Percentage of time in which the Load Store Cache has input available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 7 READ B 6 READ FADD B 5 READ FADD B 4 READ FADD 4 FDIV 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_INPUT_AVAILABLE_XECORE3" >+ underscore_name="load_store_cache_input_available_xecore3" >+ description="Percentage of time in which the Load Store Cache has input available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ B 2 READ FADD B 1 READ FADD B 0 READ FADD 4 FDIV 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext18" >+ underscore_name="ext18" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="bdd021fa-a841-4f92-826f-c3ae681c68e6" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_INPUT_AVAILABLE_XECORE4" >+ underscore_name="load_store_cache_input_available_xecore4" >+ description="Percentage of time in which the Load Store Cache has input available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 7 READ C 6 READ FADD C 5 READ FADD C 4 READ FADD 4 FDIV 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_INPUT_AVAILABLE_XECORE5" >+ underscore_name="load_store_cache_input_available_xecore5" >+ description="Percentage of time in which the Load Store Cache has input available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 3 READ C 2 READ FADD C 1 READ FADD C 0 READ FADD 4 FDIV 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_INPUT_AVAILABLE_XECORE6" >+ underscore_name="load_store_cache_input_available_xecore6" >+ description="Percentage of time in which the Load Store Cache has input available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 7 READ B 6 READ FADD B 5 READ FADD B 4 READ FADD 4 FDIV 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_INPUT_AVAILABLE_XECORE7" >+ underscore_name="load_store_cache_input_available_xecore7" >+ description="Percentage of time in which the Load Store Cache has input available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ B 2 READ FADD B 1 READ FADD B 0 READ FADD 4 FDIV 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext19" >+ underscore_name="ext19" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="1181d35b-bf9a-4640-82b8-e31e031ea8d3" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_OUTPUT_READY_XECORE0" >+ underscore_name="load_store_cache_output_ready_xecore0" >+ description="Percentage of time in which the Load Store Cache has output ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 7 READ C 6 READ FADD C 5 READ FADD C 4 READ FADD 4 FDIV 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_OUTPUT_READY_XECORE1" >+ underscore_name="load_store_cache_output_ready_xecore1" >+ description="Percentage of time in which the Load Store Cache has output ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 3 READ C 2 READ FADD C 1 READ FADD C 0 READ FADD 4 FDIV 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_OUTPUT_READY_XECORE2" >+ underscore_name="load_store_cache_output_ready_xecore2" >+ description="Percentage of time in which the Load Store Cache has output ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 7 READ B 6 READ FADD B 5 READ FADD B 4 READ FADD 4 FDIV 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_OUTPUT_READY_XECORE3" >+ underscore_name="load_store_cache_output_ready_xecore3" >+ description="Percentage of time in which the Load Store Cache has output ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ B 2 READ FADD B 1 READ FADD B 0 READ FADD 4 FDIV 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext20" >+ underscore_name="ext20" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="aa39f75d-0a8a-43d1-9c51-bcd8c62cdfe6" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_OUTPUT_READY_XECORE4" >+ underscore_name="load_store_cache_output_ready_xecore4" >+ description="Percentage of time in which the Load Store Cache has output ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 7 READ C 6 READ FADD C 5 READ FADD C 4 READ FADD 4 FDIV 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_OUTPUT_READY_XECORE5" >+ underscore_name="load_store_cache_output_ready_xecore5" >+ description="Percentage of time in which the Load Store Cache has output ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 3 READ C 2 READ FADD C 1 READ FADD C 0 READ FADD 4 FDIV 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_OUTPUT_READY_XECORE6" >+ underscore_name="load_store_cache_output_ready_xecore6" >+ description="Percentage of time in which the Load Store Cache has output ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 7 READ B 6 READ FADD B 5 READ FADD B 4 READ FADD 4 FDIV 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_OUTPUT_READY_XECORE7" >+ underscore_name="load_store_cache_output_ready_xecore7" >+ description="Percentage of time in which the Load Store Cache has output ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ B 2 READ FADD B 1 READ FADD B 0 READ FADD 4 FDIV 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext21" >+ underscore_name="ext21" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="ae58d1ad-8aed-4104-a8e2-443d7e800378" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_ACCESS_XECORE0" >+ underscore_name="load_store_cache_access_xecore0" >+ description="Number of Load Store Cache accesses." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ C 6 READ UADD C 5 READ UADD C 4 READ UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_ACCESS_XECORE1" >+ underscore_name="load_store_cache_access_xecore1" >+ description="Number of Load Store Cache accesses." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 3 READ C 2 READ UADD C 1 READ UADD C 0 READ UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_ACCESS_XECORE2" >+ underscore_name="load_store_cache_access_xecore2" >+ description="Number of Load Store Cache accesses." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 7 READ B 6 READ UADD B 5 READ UADD B 4 READ UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_ACCESS_XECORE3" >+ underscore_name="load_store_cache_access_xecore3" >+ description="Number of Load Store Cache accesses." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ B 2 READ UADD B 1 READ UADD B 0 READ UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext22" >+ underscore_name="ext22" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="c27ebd95-f242-4f4b-969a-9850f1081c30" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_ACCESS_XECORE4" >+ underscore_name="load_store_cache_access_xecore4" >+ description="Number of Load Store Cache accesses." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ C 6 READ UADD C 5 READ UADD C 4 READ UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_ACCESS_XECORE5" >+ underscore_name="load_store_cache_access_xecore5" >+ description="Number of Load Store Cache accesses." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 3 READ C 2 READ UADD C 1 READ UADD C 0 READ UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_ACCESS_XECORE6" >+ underscore_name="load_store_cache_access_xecore6" >+ description="Number of Load Store Cache accesses." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 7 READ B 6 READ UADD B 5 READ UADD B 4 READ UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_ACCESS_XECORE7" >+ underscore_name="load_store_cache_access_xecore7" >+ description="Number of Load Store Cache accesses." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ B 2 READ UADD B 1 READ UADD B 0 READ UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext23" >+ underscore_name="ext23" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="881a8616-b63f-4bb1-970a-73b40b762434" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_HIT_XECORE0" >+ underscore_name="load_store_cache_hit_xecore0" >+ description="Number of Load Store Cache hits." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_HIT_XECORE1" >+ underscore_name="load_store_cache_hit_xecore1" >+ description="Number of Load Store Cache hits." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext24" >+ underscore_name="ext24" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="9fe09ad3-d296-4d41-ab19-270431f7ab29" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_HIT_XECORE2" >+ underscore_name="load_store_cache_hit_xecore2" >+ description="Number of Load Store Cache hits." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_HIT_XECORE3" >+ underscore_name="load_store_cache_hit_xecore3" >+ description="Number of Load Store Cache hits." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext25" >+ underscore_name="ext25" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="e2016425-8755-4ca0-bc93-354ba7a6ca7a" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_HIT_XECORE4" >+ underscore_name="load_store_cache_hit_xecore4" >+ description="Number of Load Store Cache hits." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_HIT_XECORE5" >+ underscore_name="load_store_cache_hit_xecore5" >+ description="Number of Load Store Cache hits." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext26" >+ underscore_name="ext26" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="9fc2d1f6-7504-41f2-9f4b-96ff3307f6cb" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_HIT_XECORE6" >+ underscore_name="load_store_cache_hit_xecore6" >+ description="Number of Load Store Cache hits." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_HIT_XECORE7" >+ underscore_name="load_store_cache_hit_xecore7" >+ description="Number of Load Store Cache hits." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext27" >+ underscore_name="ext27" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="7bc1c162-2b4b-4cb8-b351-65be069d3f10" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_L3_READ_XECORE0" >+ underscore_name="load_store_cache_l3_read_xecore0" >+ description="Number of cacheline read requests from the Load Store Cache to L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ C 6 READ UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_L3_READ_XECORE1" >+ underscore_name="load_store_cache_l3_read_xecore1" >+ description="Number of cacheline read requests from the Load Store Cache to L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 5 READ C 4 READ UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_L3_READ_XECORE2" >+ underscore_name="load_store_cache_l3_read_xecore2" >+ description="Number of cacheline read requests from the Load Store Cache to L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 3 READ C 2 READ UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_L3_READ_XECORE3" >+ underscore_name="load_store_cache_l3_read_xecore3" >+ description="Number of cacheline read requests from the Load Store Cache to L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 1 READ C 0 READ UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_L3_READ_XECORE4" >+ underscore_name="load_store_cache_l3_read_xecore4" >+ description="Number of cacheline read requests from the Load Store Cache to L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 7 READ B 6 READ UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_L3_READ_XECORE5" >+ underscore_name="load_store_cache_l3_read_xecore5" >+ description="Number of cacheline read requests from the Load Store Cache to L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 5 READ B 4 READ UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_L3_READ_XECORE6" >+ underscore_name="load_store_cache_l3_read_xecore6" >+ description="Number of cacheline read requests from the Load Store Cache to L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ B 2 READ UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_L3_READ_XECORE7" >+ underscore_name="load_store_cache_l3_read_xecore7" >+ description="Number of cacheline read requests from the Load Store Cache to L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ B 0 READ UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext28" >+ underscore_name="ext28" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="afdf809e-962c-4af5-8e08-cd55b455dee9" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_L3_WRITE_XECORE0" >+ underscore_name="load_store_cache_l3_write_xecore0" >+ description="Number of cacheline write requests from the Load Store Cache to L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ C 6 READ UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_L3_WRITE_XECORE1" >+ underscore_name="load_store_cache_l3_write_xecore1" >+ description="Number of cacheline write requests from the Load Store Cache to L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 5 READ C 4 READ UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_L3_WRITE_XECORE2" >+ underscore_name="load_store_cache_l3_write_xecore2" >+ description="Number of cacheline write requests from the Load Store Cache to L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 3 READ C 2 READ UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_L3_WRITE_XECORE3" >+ underscore_name="load_store_cache_l3_write_xecore3" >+ description="Number of cacheline write requests from the Load Store Cache to L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 1 READ C 0 READ UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_L3_WRITE_XECORE4" >+ underscore_name="load_store_cache_l3_write_xecore4" >+ description="Number of cacheline write requests from the Load Store Cache to L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 7 READ B 6 READ UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_L3_WRITE_XECORE5" >+ underscore_name="load_store_cache_l3_write_xecore5" >+ description="Number of cacheline write requests from the Load Store Cache to L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 5 READ B 4 READ UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_L3_WRITE_XECORE6" >+ underscore_name="load_store_cache_l3_write_xecore6" >+ description="Number of cacheline write requests from the Load Store Cache to L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ B 2 READ UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_L3_WRITE_XECORE7" >+ underscore_name="load_store_cache_l3_write_xecore7" >+ description="Number of cacheline write requests from the Load Store Cache to L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ B 0 READ UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext29" >+ underscore_name="ext29" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="4f22c4f0-68ce-46ad-91a7-272b517bfa2e" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_PARTIAL_WRITE_COUNT_XECORE0" >+ underscore_name="load_store_cache_partial_write_count_xecore0" >+ description="Number of writes to the Load Store Cache that don't fill a subsector" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ C 6 READ UADD C 5 READ UADD C 4 READ UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_PARTIAL_WRITE_COUNT_XECORE1" >+ underscore_name="load_store_cache_partial_write_count_xecore1" >+ description="Number of writes to the Load Store Cache that don't fill a subsector" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 3 READ C 2 READ UADD C 1 READ UADD C 0 READ UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_PARTIAL_WRITE_COUNT_XECORE2" >+ underscore_name="load_store_cache_partial_write_count_xecore2" >+ description="Number of writes to the Load Store Cache that don't fill a subsector" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 7 READ B 6 READ UADD B 5 READ UADD B 4 READ UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_PARTIAL_WRITE_COUNT_XECORE3" >+ underscore_name="load_store_cache_partial_write_count_xecore3" >+ description="Number of writes to the Load Store Cache that don't fill a subsector" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ B 2 READ UADD B 1 READ UADD B 0 READ UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext30" >+ underscore_name="ext30" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="376f6937-f69d-41b0-a1ae-402dee9d42cb" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_PARTIAL_WRITE_COUNT_XECORE4" >+ underscore_name="load_store_cache_partial_write_count_xecore4" >+ description="Number of writes to the Load Store Cache that don't fill a subsector" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ C 6 READ UADD C 5 READ UADD C 4 READ UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_PARTIAL_WRITE_COUNT_XECORE5" >+ underscore_name="load_store_cache_partial_write_count_xecore5" >+ description="Number of writes to the Load Store Cache that don't fill a subsector" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 3 READ C 2 READ UADD C 1 READ UADD C 0 READ UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_PARTIAL_WRITE_COUNT_XECORE6" >+ underscore_name="load_store_cache_partial_write_count_xecore6" >+ description="Number of writes to the Load Store Cache that don't fill a subsector" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 7 READ B 6 READ UADD B 5 READ UADD B 4 READ UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_PARTIAL_WRITE_COUNT_XECORE7" >+ underscore_name="load_store_cache_partial_write_count_xecore7" >+ description="Number of writes to the Load Store Cache that don't fill a subsector" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ B 2 READ UADD B 1 READ UADD B 0 READ UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext31" >+ underscore_name="ext31" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="28e81769-8b4e-4a6f-a658-19901c71f724" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_READ_MESSAGE_COUNT_XECORE0" >+ underscore_name="xve_load_store_cache_read_message_count_xecore0" >+ description="Number of read messages sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_READ_MESSAGE_COUNT_XECORE1" >+ underscore_name="xve_load_store_cache_read_message_count_xecore1" >+ description="Number of read messages sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext32" >+ underscore_name="ext32" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="0efcc5a6-bbc5-4af3-bf07-db3597f314ab" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_READ_MESSAGE_COUNT_XECORE2" >+ underscore_name="xve_load_store_cache_read_message_count_xecore2" >+ description="Number of read messages sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_READ_MESSAGE_COUNT_XECORE3" >+ underscore_name="xve_load_store_cache_read_message_count_xecore3" >+ description="Number of read messages sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext33" >+ underscore_name="ext33" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="038bcd96-55da-41c0-b9ad-6d71e943f1b9" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_READ_MESSAGE_COUNT_XECORE4" >+ underscore_name="xve_load_store_cache_read_message_count_xecore4" >+ description="Number of read messages sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_READ_MESSAGE_COUNT_XECORE5" >+ underscore_name="xve_load_store_cache_read_message_count_xecore5" >+ description="Number of read messages sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext34" >+ underscore_name="ext34" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="48d0ac9b-3e47-43c9-9779-3e2cdf315635" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_READ_MESSAGE_COUNT_XECORE6" >+ underscore_name="xve_load_store_cache_read_message_count_xecore6" >+ description="Number of read messages sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_READ_MESSAGE_COUNT_XECORE7" >+ underscore_name="xve_load_store_cache_read_message_count_xecore7" >+ description="Number of read messages sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext35" >+ underscore_name="ext35" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="ebe68cc1-ddda-412d-b9de-4616c4421712" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_WRITE_MESSAGE_COUNT_XECORE0" >+ underscore_name="xve_load_store_cache_write_message_count_xecore0" >+ description="Number of write messages sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_WRITE_MESSAGE_COUNT_XECORE1" >+ underscore_name="xve_load_store_cache_write_message_count_xecore1" >+ description="Number of write messages sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext36" >+ underscore_name="ext36" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="b305a4ce-2466-4172-97f1-a09a874f377c" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_WRITE_MESSAGE_COUNT_XECORE2" >+ underscore_name="xve_load_store_cache_write_message_count_xecore2" >+ description="Number of write messages sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_WRITE_MESSAGE_COUNT_XECORE3" >+ underscore_name="xve_load_store_cache_write_message_count_xecore3" >+ description="Number of write messages sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext37" >+ underscore_name="ext37" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="8184361a-7e98-4f4d-b047-42c767d4c863" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_WRITE_MESSAGE_COUNT_XECORE4" >+ underscore_name="xve_load_store_cache_write_message_count_xecore4" >+ description="Number of write messages sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_WRITE_MESSAGE_COUNT_XECORE5" >+ underscore_name="xve_load_store_cache_write_message_count_xecore5" >+ description="Number of write messages sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext38" >+ underscore_name="ext38" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="0298d65d-a984-4f19-b968-1e65f072189d" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_WRITE_MESSAGE_COUNT_XECORE6" >+ underscore_name="xve_load_store_cache_write_message_count_xecore6" >+ description="Number of write messages sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_WRITE_MESSAGE_COUNT_XECORE7" >+ underscore_name="xve_load_store_cache_write_message_count_xecore7" >+ description="Number of write messages sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext39" >+ underscore_name="ext39" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="602b3d8e-9299-4615-9739-fe44dd9b7102" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_FENCE_MESSAGE_COUNT_XECORE0" >+ underscore_name="xve_load_store_cache_fence_message_count_xecore0" >+ description="Number of fence messages sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_FENCE_MESSAGE_COUNT_XECORE1" >+ underscore_name="xve_load_store_cache_fence_message_count_xecore1" >+ description="Number of fence messages sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext40" >+ underscore_name="ext40" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="7595f984-7cd3-4b1c-8332-bacfd2b3a359" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_FENCE_MESSAGE_COUNT_XECORE2" >+ underscore_name="xve_load_store_cache_fence_message_count_xecore2" >+ description="Number of fence messages sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_FENCE_MESSAGE_COUNT_XECORE3" >+ underscore_name="xve_load_store_cache_fence_message_count_xecore3" >+ description="Number of fence messages sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext41" >+ underscore_name="ext41" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="61bf91ad-0dfa-421c-b503-0eed63b64ef5" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_FENCE_MESSAGE_COUNT_XECORE4" >+ underscore_name="xve_load_store_cache_fence_message_count_xecore4" >+ description="Number of fence messages sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_FENCE_MESSAGE_COUNT_XECORE5" >+ underscore_name="xve_load_store_cache_fence_message_count_xecore5" >+ description="Number of fence messages sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext42" >+ underscore_name="ext42" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="a2f3417e-fbe1-4c26-a20c-509c7205445f" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_FENCE_MESSAGE_COUNT_XECORE6" >+ underscore_name="xve_load_store_cache_fence_message_count_xecore6" >+ description="Number of fence messages sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_FENCE_MESSAGE_COUNT_XECORE7" >+ underscore_name="xve_load_store_cache_fence_message_count_xecore7" >+ description="Number of fence messages sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext43" >+ underscore_name="ext43" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="343460a0-c54f-4fe5-b7ac-6d9870a56aaf" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_ATOMIC_MESSAGE_COUNT_XECORE0" >+ underscore_name="xve_load_store_cache_atomic_message_count_xecore0" >+ description="Number of atomic operations sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_REGISTER_REQUEST_COUNT_XECORE0" >+ underscore_name="xve_load_store_cache_register_request_count_xecore0" >+ description="Number of message payload transactions sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ C 6 READ UADD C 5 READ UADD C 4 READ UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext44" >+ underscore_name="ext44" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="cfaeaf8e-4888-459f-8019-c3080595c528" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_ATOMIC_MESSAGE_COUNT_XECORE1" >+ underscore_name="xve_load_store_cache_atomic_message_count_xecore1" >+ description="Number of atomic operations sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_REGISTER_REQUEST_COUNT_XECORE1" >+ underscore_name="xve_load_store_cache_register_request_count_xecore1" >+ description="Number of message payload transactions sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ C 6 READ UADD C 5 READ UADD C 4 READ UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext45" >+ underscore_name="ext45" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="c50cb371-e940-4499-aa74-4e75bc131329" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_ATOMIC_MESSAGE_COUNT_XECORE2" >+ underscore_name="xve_load_store_cache_atomic_message_count_xecore2" >+ description="Number of atomic operations sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_REGISTER_REQUEST_COUNT_XECORE2" >+ underscore_name="xve_load_store_cache_register_request_count_xecore2" >+ description="Number of message payload transactions sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ C 6 READ UADD C 5 READ UADD C 4 READ UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext46" >+ underscore_name="ext46" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="b56a3837-111d-4ec1-8d3f-42e9e304d8f5" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_ATOMIC_MESSAGE_COUNT_XECORE3" >+ underscore_name="xve_load_store_cache_atomic_message_count_xecore3" >+ description="Number of atomic operations sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_REGISTER_REQUEST_COUNT_XECORE3" >+ underscore_name="xve_load_store_cache_register_request_count_xecore3" >+ description="Number of message payload transactions sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ C 6 READ UADD C 5 READ UADD C 4 READ UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext47" >+ underscore_name="ext47" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="3725926f-9a84-4cc2-963c-2294f47c017c" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_ATOMIC_MESSAGE_COUNT_XECORE4" >+ underscore_name="xve_load_store_cache_atomic_message_count_xecore4" >+ description="Number of atomic operations sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_REGISTER_REQUEST_COUNT_XECORE4" >+ underscore_name="xve_load_store_cache_register_request_count_xecore4" >+ description="Number of message payload transactions sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ C 6 READ UADD C 5 READ UADD C 4 READ UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext48" >+ underscore_name="ext48" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="357a3801-3f4e-4106-8f1e-c0bfe1c5f419" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_ATOMIC_MESSAGE_COUNT_XECORE5" >+ underscore_name="xve_load_store_cache_atomic_message_count_xecore5" >+ description="Number of atomic operations sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_REGISTER_REQUEST_COUNT_XECORE5" >+ underscore_name="xve_load_store_cache_register_request_count_xecore5" >+ description="Number of message payload transactions sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ C 6 READ UADD C 5 READ UADD C 4 READ UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext49" >+ underscore_name="ext49" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="8b324152-65d7-4b13-8fa9-cab57cd68471" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_ATOMIC_MESSAGE_COUNT_XECORE6" >+ underscore_name="xve_load_store_cache_atomic_message_count_xecore6" >+ description="Number of atomic operations sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_REGISTER_REQUEST_COUNT_XECORE6" >+ underscore_name="xve_load_store_cache_register_request_count_xecore6" >+ description="Number of message payload transactions sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ C 6 READ UADD C 5 READ UADD C 4 READ UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext50" >+ underscore_name="ext50" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="db09b08d-a300-4f2a-aeb0-b797e7073ef3" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_ATOMIC_MESSAGE_COUNT_XECORE7" >+ underscore_name="xve_load_store_cache_atomic_message_count_xecore7" >+ description="Number of atomic operations sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_REGISTER_REQUEST_COUNT_XECORE7" >+ underscore_name="xve_load_store_cache_register_request_count_xecore7" >+ description="Number of message payload transactions sent by XVEs to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ C 6 READ UADD C 5 READ UADD C 4 READ UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext51" >+ underscore_name="ext51" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="fc148084-3936-4dab-9b42-d7ba6ae1952d" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_REGISTER_RESPONSE_COUNT_XECORE0" >+ underscore_name="xve_load_store_cache_register_response_count_xecore0" >+ description="Number of message payload transactions sent from the Load Store Cache back to XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ C 6 READ UADD C 5 READ UADD C 4 READ UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_REGISTER_RESPONSE_COUNT_XECORE1" >+ underscore_name="xve_load_store_cache_register_response_count_xecore1" >+ description="Number of message payload transactions sent from the Load Store Cache back to XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 3 READ C 2 READ UADD C 1 READ UADD C 0 READ UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_REGISTER_RESPONSE_COUNT_XECORE2" >+ underscore_name="xve_load_store_cache_register_response_count_xecore2" >+ description="Number of message payload transactions sent from the Load Store Cache back to XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 7 READ B 6 READ UADD B 5 READ UADD B 4 READ UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_REGISTER_RESPONSE_COUNT_XECORE3" >+ underscore_name="xve_load_store_cache_register_response_count_xecore3" >+ description="Number of message payload transactions sent from the Load Store Cache back to XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ B 2 READ UADD B 1 READ UADD B 0 READ UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext52" >+ underscore_name="ext52" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="f6a3c36f-9fd8-49c4-b25a-dbf26256bdc6" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_REGISTER_RESPONSE_COUNT_XECORE4" >+ underscore_name="xve_load_store_cache_register_response_count_xecore4" >+ description="Number of message payload transactions sent from the Load Store Cache back to XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ C 6 READ UADD C 5 READ UADD C 4 READ UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_REGISTER_RESPONSE_COUNT_XECORE5" >+ underscore_name="xve_load_store_cache_register_response_count_xecore5" >+ description="Number of message payload transactions sent from the Load Store Cache back to XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 3 READ C 2 READ UADD C 1 READ UADD C 0 READ UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_REGISTER_RESPONSE_COUNT_XECORE6" >+ underscore_name="xve_load_store_cache_register_response_count_xecore6" >+ description="Number of message payload transactions sent from the Load Store Cache back to XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 7 READ B 6 READ UADD B 5 READ UADD B 4 READ UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_LOAD_STORE_CACHE_REGISTER_RESPONSE_COUNT_XECORE7" >+ underscore_name="xve_load_store_cache_register_response_count_xecore7" >+ description="Number of message payload transactions sent from the Load Store Cache back to XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ B 2 READ UADD B 1 READ UADD B 0 READ UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext53" >+ underscore_name="ext53" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="a9a91699-a2b3-4841-8641-4f09f04be7e1" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_SLM_READ_MESSAGE_COUNT_XECORE0" >+ underscore_name="xve_slm_read_message_count_xecore0" >+ description="Number of SLM read messages sent by XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_SLM_READ_MESSAGE_COUNT_XECORE1" >+ underscore_name="xve_slm_read_message_count_xecore1" >+ description="Number of SLM read messages sent by XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext54" >+ underscore_name="ext54" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="c44659b1-937a-44bc-8819-9c1ae31d9bdd" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_SLM_READ_MESSAGE_COUNT_XECORE2" >+ underscore_name="xve_slm_read_message_count_xecore2" >+ description="Number of SLM read messages sent by XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_SLM_READ_MESSAGE_COUNT_XECORE3" >+ underscore_name="xve_slm_read_message_count_xecore3" >+ description="Number of SLM read messages sent by XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext55" >+ underscore_name="ext55" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="5bfd7ae1-27ea-4211-beb2-64565a49dfbe" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_SLM_READ_MESSAGE_COUNT_XECORE4" >+ underscore_name="xve_slm_read_message_count_xecore4" >+ description="Number of SLM read messages sent by XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_SLM_READ_MESSAGE_COUNT_XECORE5" >+ underscore_name="xve_slm_read_message_count_xecore5" >+ description="Number of SLM read messages sent by XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext56" >+ underscore_name="ext56" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="7aefc824-149a-4f75-abed-f6430f8d4eee" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_SLM_READ_MESSAGE_COUNT_XECORE6" >+ underscore_name="xve_slm_read_message_count_xecore6" >+ description="Number of SLM read messages sent by XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_SLM_READ_MESSAGE_COUNT_XECORE7" >+ underscore_name="xve_slm_read_message_count_xecore7" >+ description="Number of SLM read messages sent by XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext57" >+ underscore_name="ext57" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="0ccb67b5-7f31-4885-9973-d97e318a6f90" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_SLM_WRITE_MESSAGE_COUNT_XECORE0" >+ underscore_name="xve_slm_write_message_count_xecore0" >+ description="Number of SLM write messages sent by XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_SLM_WRITE_MESSAGE_COUNT_XECORE1" >+ underscore_name="xve_slm_write_message_count_xecore1" >+ description="Number of SLM write messages sent by XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext58" >+ underscore_name="ext58" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="af47d7b7-691b-4ec5-abfd-67ce50938fe4" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_SLM_WRITE_MESSAGE_COUNT_XECORE2" >+ underscore_name="xve_slm_write_message_count_xecore2" >+ description="Number of SLM write messages sent by XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_SLM_WRITE_MESSAGE_COUNT_XECORE3" >+ underscore_name="xve_slm_write_message_count_xecore3" >+ description="Number of SLM write messages sent by XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext59" >+ underscore_name="ext59" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="0df81caa-d128-4f0e-9eff-69e0359fedf1" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_SLM_WRITE_MESSAGE_COUNT_XECORE4" >+ underscore_name="xve_slm_write_message_count_xecore4" >+ description="Number of SLM write messages sent by XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_SLM_WRITE_MESSAGE_COUNT_XECORE5" >+ underscore_name="xve_slm_write_message_count_xecore5" >+ description="Number of SLM write messages sent by XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext60" >+ underscore_name="ext60" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="09e71710-e49d-4d9e-b7f8-0e597aabf25b" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_SLM_WRITE_MESSAGE_COUNT_XECORE6" >+ underscore_name="xve_slm_write_message_count_xecore6" >+ description="Number of SLM write messages sent by XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_SLM_WRITE_MESSAGE_COUNT_XECORE7" >+ underscore_name="xve_slm_write_message_count_xecore7" >+ description="Number of SLM write messages sent by XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext61" >+ underscore_name="ext61" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="374c4608-89a8-46d3-92fa-d4848e4a7a95" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_SLM_FENCE_MESSAGE_COUNT_XECORE0" >+ underscore_name="xve_slm_fence_message_count_xecore0" >+ description="Number of SLM fence operations sent by XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_SLM_FENCE_MESSAGE_COUNT_XECORE1" >+ underscore_name="xve_slm_fence_message_count_xecore1" >+ description="Number of SLM fence operations sent by XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext62" >+ underscore_name="ext62" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="1013ed95-4958-4cfe-8fbc-1482c07046cb" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_SLM_FENCE_MESSAGE_COUNT_XECORE2" >+ underscore_name="xve_slm_fence_message_count_xecore2" >+ description="Number of SLM fence operations sent by XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_SLM_FENCE_MESSAGE_COUNT_XECORE3" >+ underscore_name="xve_slm_fence_message_count_xecore3" >+ description="Number of SLM fence operations sent by XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext63" >+ underscore_name="ext63" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="7a3c4561-56d3-4b61-a619-ed8c1887e034" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_SLM_FENCE_MESSAGE_COUNT_XECORE4" >+ underscore_name="xve_slm_fence_message_count_xecore4" >+ description="Number of SLM fence operations sent by XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_SLM_FENCE_MESSAGE_COUNT_XECORE5" >+ underscore_name="xve_slm_fence_message_count_xecore5" >+ description="Number of SLM fence operations sent by XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext64" >+ underscore_name="ext64" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="7d50a975-2d8d-48c2-ae61-86decd3aba1d" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_SLM_FENCE_MESSAGE_COUNT_XECORE6" >+ underscore_name="xve_slm_fence_message_count_xecore6" >+ description="Number of SLM fence operations sent by XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_SLM_FENCE_MESSAGE_COUNT_XECORE7" >+ underscore_name="xve_slm_fence_message_count_xecore7" >+ description="Number of SLM fence operations sent by XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext65" >+ underscore_name="ext65" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="c036e0c0-c23a-45ec-8b24-7ab7577b18d1" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_SLM_ATOMIC_MESSAGE_COUNT_XECORE0" >+ underscore_name="xve_slm_atomic_message_count_xecore0" >+ description="Number of SLM atomic operations sent by XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext66" >+ underscore_name="ext66" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="df8127a7-0efc-487e-a819-a20c2471e30b" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_SLM_ATOMIC_MESSAGE_COUNT_XECORE1" >+ underscore_name="xve_slm_atomic_message_count_xecore1" >+ description="Number of SLM atomic operations sent by XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext67" >+ underscore_name="ext67" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="f9d2c7da-14c9-45a4-97f5-a0d58dd3a1aa" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_SLM_ATOMIC_MESSAGE_COUNT_XECORE2" >+ underscore_name="xve_slm_atomic_message_count_xecore2" >+ description="Number of SLM atomic operations sent by XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext68" >+ underscore_name="ext68" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="210f665b-abaa-4389-95e3-7cad6f71db8b" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_SLM_ATOMIC_MESSAGE_COUNT_XECORE3" >+ underscore_name="xve_slm_atomic_message_count_xecore3" >+ description="Number of SLM atomic operations sent by XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext69" >+ underscore_name="ext69" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="26eeaeca-61f0-46ba-b6ad-effb4ea076ae" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_SLM_ATOMIC_MESSAGE_COUNT_XECORE4" >+ underscore_name="xve_slm_atomic_message_count_xecore4" >+ description="Number of SLM atomic operations sent by XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext70" >+ underscore_name="ext70" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="18a0a208-526a-4705-9b06-9145f03433ea" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_SLM_ATOMIC_MESSAGE_COUNT_XECORE5" >+ underscore_name="xve_slm_atomic_message_count_xecore5" >+ description="Number of SLM atomic operations sent by XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext71" >+ underscore_name="ext71" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="0677d73a-a563-47ac-8b11-9c7c3371fc04" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_SLM_ATOMIC_MESSAGE_COUNT_XECORE6" >+ underscore_name="xve_slm_atomic_message_count_xecore6" >+ description="Number of SLM atomic operations sent by XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext72" >+ underscore_name="ext72" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="0a10b421-f9ee-4147-81e2-b2ceeb74697f" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_SLM_ATOMIC_MESSAGE_COUNT_XECORE7" >+ underscore_name="xve_slm_atomic_message_count_xecore7" >+ description="Number of SLM atomic operations sent by XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext73" >+ underscore_name="ext73" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="4051668d-2020-4f10-a9e7-e840455b125b" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="DATAPORT_INPUT_AVAILABLE_XECORE0" >+ underscore_name="dataport_input_available_xecore0" >+ description="Percentage of time in which XVEs have requests to the Dataport" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="DATAPORT_INPUT_AVAILABLE_XECORE1" >+ underscore_name="dataport_input_available_xecore1" >+ description="Percentage of time in which XVEs have requests to the Dataport" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext74" >+ underscore_name="ext74" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="0548ee0d-a4b2-42a7-86c6-4171ed191bec" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="DATAPORT_INPUT_AVAILABLE_XECORE2" >+ underscore_name="dataport_input_available_xecore2" >+ description="Percentage of time in which XVEs have requests to the Dataport" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="DATAPORT_INPUT_AVAILABLE_XECORE3" >+ underscore_name="dataport_input_available_xecore3" >+ description="Percentage of time in which XVEs have requests to the Dataport" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext75" >+ underscore_name="ext75" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="4604dea5-4e86-4713-b82d-fce110cb82f8" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="DATAPORT_INPUT_AVAILABLE_XECORE4" >+ underscore_name="dataport_input_available_xecore4" >+ description="Percentage of time in which XVEs have requests to the Dataport" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="DATAPORT_INPUT_AVAILABLE_XECORE5" >+ underscore_name="dataport_input_available_xecore5" >+ description="Percentage of time in which XVEs have requests to the Dataport" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext76" >+ underscore_name="ext76" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="d4171f1f-6e14-41e1-8b9d-0e28077aca25" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="DATAPORT_INPUT_AVAILABLE_XECORE6" >+ underscore_name="dataport_input_available_xecore6" >+ description="Percentage of time in which XVEs have requests to the Dataport" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="DATAPORT_INPUT_AVAILABLE_XECORE7" >+ underscore_name="dataport_input_available_xecore7" >+ description="Percentage of time in which XVEs have requests to the Dataport" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext77" >+ underscore_name="ext77" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="8e91f318-149b-4ffe-9b51-42dd9b2c80a5" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="DATAPORT_OUTPUT_READY_XECORE0" >+ underscore_name="dataport_output_ready_xecore0" >+ description="Percentage of time in which the Dataport has data to return to XVEs" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="DATAPORT_OUTPUT_READY_XECORE1" >+ underscore_name="dataport_output_ready_xecore1" >+ description="Percentage of time in which the Dataport has data to return to XVEs" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="DATAPORT_OUTPUT_READY_XECORE2" >+ underscore_name="dataport_output_ready_xecore2" >+ description="Percentage of time in which the Dataport has data to return to XVEs" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="DATAPORT_OUTPUT_READY_XECORE3" >+ underscore_name="dataport_output_ready_xecore3" >+ description="Percentage of time in which the Dataport has data to return to XVEs" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext78" >+ underscore_name="ext78" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="bf68f6bc-fdcb-4dbe-a923-abaeb72e8af6" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="DATAPORT_OUTPUT_READY_XECORE4" >+ underscore_name="dataport_output_ready_xecore4" >+ description="Percentage of time in which the Dataport has data to return to XVEs" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="DATAPORT_OUTPUT_READY_XECORE5" >+ underscore_name="dataport_output_ready_xecore5" >+ description="Percentage of time in which the Dataport has data to return to XVEs" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="DATAPORT_OUTPUT_READY_XECORE6" >+ underscore_name="dataport_output_ready_xecore6" >+ description="Percentage of time in which the Dataport has data to return to XVEs" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="DATAPORT_OUTPUT_READY_XECORE7" >+ underscore_name="dataport_output_ready_xecore7" >+ description="Percentage of time in which the Dataport has data to return to XVEs" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext79" >+ underscore_name="ext79" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="76b52ef9-7a1b-4475-b3bc-3a035acd32e7" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="DATAPORT_BYTE_READ_XECORE0" >+ underscore_name="dataport_byte_read_xecore0" >+ description="Number of bytes read through the Dataport" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD 64 UMUL" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="DATAPORT_BYTE_READ_XECORE1" >+ underscore_name="dataport_byte_read_xecore1" >+ description="Number of bytes read through the Dataport" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD 64 UMUL" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext80" >+ underscore_name="ext80" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="171d99e0-0ace-4af7-8702-19e9fbb04a46" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="DATAPORT_BYTE_READ_XECORE2" >+ underscore_name="dataport_byte_read_xecore2" >+ description="Number of bytes read through the Dataport" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD 64 UMUL" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="DATAPORT_BYTE_READ_XECORE3" >+ underscore_name="dataport_byte_read_xecore3" >+ description="Number of bytes read through the Dataport" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD 64 UMUL" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext81" >+ underscore_name="ext81" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="f399ee12-9656-47fe-8566-416a8e4e4c07" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="DATAPORT_BYTE_READ_XECORE4" >+ underscore_name="dataport_byte_read_xecore4" >+ description="Number of bytes read through the Dataport" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD 64 UMUL" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="DATAPORT_BYTE_READ_XECORE5" >+ underscore_name="dataport_byte_read_xecore5" >+ description="Number of bytes read through the Dataport" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD 64 UMUL" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext82" >+ underscore_name="ext82" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="766bbe37-ffda-41f0-92da-e31184140e43" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="DATAPORT_BYTE_READ_XECORE6" >+ underscore_name="dataport_byte_read_xecore6" >+ description="Number of bytes read through the Dataport" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD 64 UMUL" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="DATAPORT_BYTE_READ_XECORE7" >+ underscore_name="dataport_byte_read_xecore7" >+ description="Number of bytes read through the Dataport" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD 64 UMUL" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext83" >+ underscore_name="ext83" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="4d5d9009-c75e-4655-8374-503fd68ac0c7" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="DATAPORT_BYTE_WRITE_XECORE0" >+ underscore_name="dataport_byte_write_xecore0" >+ description="Number of bytes written through the Dataport" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="32 C 7 READ UMUL" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="DATAPORT_BYTE_WRITE_XECORE1" >+ underscore_name="dataport_byte_write_xecore1" >+ description="Number of bytes written through the Dataport" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="32 C 6 READ UMUL" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="DATAPORT_BYTE_WRITE_XECORE2" >+ underscore_name="dataport_byte_write_xecore2" >+ description="Number of bytes written through the Dataport" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="32 C 5 READ UMUL" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="DATAPORT_BYTE_WRITE_XECORE3" >+ underscore_name="dataport_byte_write_xecore3" >+ description="Number of bytes written through the Dataport" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="32 C 4 READ UMUL" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="DATAPORT_BYTE_WRITE_XECORE4" >+ underscore_name="dataport_byte_write_xecore4" >+ description="Number of bytes written through the Dataport" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="32 C 3 READ UMUL" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="DATAPORT_BYTE_WRITE_XECORE5" >+ underscore_name="dataport_byte_write_xecore5" >+ description="Number of bytes written through the Dataport" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="32 C 2 READ UMUL" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="DATAPORT_BYTE_WRITE_XECORE6" >+ underscore_name="dataport_byte_write_xecore6" >+ description="Number of bytes written through the Dataport" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="32 C 1 READ UMUL" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="DATAPORT_BYTE_WRITE_XECORE7" >+ underscore_name="dataport_byte_write_xecore7" >+ description="Number of bytes written through the Dataport" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="32 C 0 READ UMUL" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="DATAPORT_TEXTURE_CACHE_ACCESS_XECORE0" >+ underscore_name="dataport_texture_cache_access_xecore0" >+ description="Number of cacheline requests from the Dataport to the texture cache not including uncached accesses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 7 READ" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="DATAPORT_TEXTURE_CACHE_ACCESS_XECORE1" >+ underscore_name="dataport_texture_cache_access_xecore1" >+ description="Number of cacheline requests from the Dataport to the texture cache not including uncached accesses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 6 READ" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="DATAPORT_TEXTURE_CACHE_ACCESS_XECORE2" >+ underscore_name="dataport_texture_cache_access_xecore2" >+ description="Number of cacheline requests from the Dataport to the texture cache not including uncached accesses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 5 READ" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="DATAPORT_TEXTURE_CACHE_ACCESS_XECORE3" >+ underscore_name="dataport_texture_cache_access_xecore3" >+ description="Number of cacheline requests from the Dataport to the texture cache not including uncached accesses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="DATAPORT_TEXTURE_CACHE_ACCESS_XECORE4" >+ underscore_name="dataport_texture_cache_access_xecore4" >+ description="Number of cacheline requests from the Dataport to the texture cache not including uncached accesses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="DATAPORT_TEXTURE_CACHE_ACCESS_XECORE5" >+ underscore_name="dataport_texture_cache_access_xecore5" >+ description="Number of cacheline requests from the Dataport to the texture cache not including uncached accesses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="DATAPORT_TEXTURE_CACHE_ACCESS_XECORE6" >+ underscore_name="dataport_texture_cache_access_xecore6" >+ description="Number of cacheline requests from the Dataport to the texture cache not including uncached accesses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="DATAPORT_TEXTURE_CACHE_ACCESS_XECORE7" >+ underscore_name="dataport_texture_cache_access_xecore7" >+ description="Number of cacheline requests from the Dataport to the texture cache not including uncached accesses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext84" >+ underscore_name="ext84" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="fd091d19-b48d-49d2-b99e-c5505624daa3" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="DATAPORT_TEXTURE_CACHE_HIT_XECORE0" >+ underscore_name="dataport_texture_cache_hit_xecore0" >+ description="Number of cache requests from the Dataport to the texture cache that resulted in a cache hit" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 0 READ" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="DATAPORT_TEXTURE_CACHE_HIT_XECORE1" >+ underscore_name="dataport_texture_cache_hit_xecore1" >+ description="Number of cache requests from the Dataport to the texture cache that resulted in a cache hit" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 1 READ" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="DATAPORT_TEXTURE_CACHE_HIT_XECORE2" >+ underscore_name="dataport_texture_cache_hit_xecore2" >+ description="Number of cache requests from the Dataport to the texture cache that resulted in a cache hit" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 2 READ" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="DATAPORT_TEXTURE_CACHE_HIT_XECORE3" >+ underscore_name="dataport_texture_cache_hit_xecore3" >+ description="Number of cache requests from the Dataport to the texture cache that resulted in a cache hit" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 3 READ" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="DATAPORT_TEXTURE_CACHE_HIT_XECORE4" >+ underscore_name="dataport_texture_cache_hit_xecore4" >+ description="Number of cache requests from the Dataport to the texture cache that resulted in a cache hit" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 4 READ" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="DATAPORT_TEXTURE_CACHE_HIT_XECORE5" >+ underscore_name="dataport_texture_cache_hit_xecore5" >+ description="Number of cache requests from the Dataport to the texture cache that resulted in a cache hit" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 5 READ" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="DATAPORT_TEXTURE_CACHE_HIT_XECORE6" >+ underscore_name="dataport_texture_cache_hit_xecore6" >+ description="Number of cache requests from the Dataport to the texture cache that resulted in a cache hit" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 6 READ" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="DATAPORT_TEXTURE_CACHE_HIT_XECORE7" >+ underscore_name="dataport_texture_cache_hit_xecore7" >+ description="Number of cache requests from the Dataport to the texture cache that resulted in a cache hit" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext85" >+ underscore_name="ext85" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="d45a3f38-372d-4757-88cf-5589035652d5" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_DATAPORT_READ_MESSAGE_COUNT_XECORE0" >+ underscore_name="xve_dataport_read_message_count_xecore0" >+ description="Number of read messages sent by XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_DATAPORT_READ_MESSAGE_COUNT_XECORE1" >+ underscore_name="xve_dataport_read_message_count_xecore1" >+ description="Number of read messages sent by XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_DATAPORT_READ_MESSAGE_COUNT_XECORE2" >+ underscore_name="xve_dataport_read_message_count_xecore2" >+ description="Number of read messages sent by XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_DATAPORT_READ_MESSAGE_COUNT_XECORE3" >+ underscore_name="xve_dataport_read_message_count_xecore3" >+ description="Number of read messages sent by XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext86" >+ underscore_name="ext86" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="46f2e8eb-1a50-499e-9096-66f79932703e" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_DATAPORT_READ_MESSAGE_COUNT_XECORE4" >+ underscore_name="xve_dataport_read_message_count_xecore4" >+ description="Number of read messages sent by XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_DATAPORT_READ_MESSAGE_COUNT_XECORE5" >+ underscore_name="xve_dataport_read_message_count_xecore5" >+ description="Number of read messages sent by XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_DATAPORT_READ_MESSAGE_COUNT_XECORE6" >+ underscore_name="xve_dataport_read_message_count_xecore6" >+ description="Number of read messages sent by XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_DATAPORT_READ_MESSAGE_COUNT_XECORE7" >+ underscore_name="xve_dataport_read_message_count_xecore7" >+ description="Number of read messages sent by XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext87" >+ underscore_name="ext87" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="35a680fa-e0c7-4e60-9a42-4e5c67d90b4d" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_DATAPORT_WRITE_MESSAGE_COUNT_XECORE0" >+ underscore_name="xve_dataport_write_message_count_xecore0" >+ description="Number of write messages sent by XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_DATAPORT_WRITE_MESSAGE_COUNT_XECORE1" >+ underscore_name="xve_dataport_write_message_count_xecore1" >+ description="Number of write messages sent by XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_DATAPORT_WRITE_MESSAGE_COUNT_XECORE2" >+ underscore_name="xve_dataport_write_message_count_xecore2" >+ description="Number of write messages sent by XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_DATAPORT_WRITE_MESSAGE_COUNT_XECORE3" >+ underscore_name="xve_dataport_write_message_count_xecore3" >+ description="Number of write messages sent by XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext88" >+ underscore_name="ext88" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="e1d0a1c4-41c7-4d82-a6f0-42ea537e5664" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_DATAPORT_WRITE_MESSAGE_COUNT_XECORE4" >+ underscore_name="xve_dataport_write_message_count_xecore4" >+ description="Number of write messages sent by XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_DATAPORT_WRITE_MESSAGE_COUNT_XECORE5" >+ underscore_name="xve_dataport_write_message_count_xecore5" >+ description="Number of write messages sent by XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_DATAPORT_WRITE_MESSAGE_COUNT_XECORE6" >+ underscore_name="xve_dataport_write_message_count_xecore6" >+ description="Number of write messages sent by XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_DATAPORT_WRITE_MESSAGE_COUNT_XECORE7" >+ underscore_name="xve_dataport_write_message_count_xecore7" >+ description="Number of write messages sent by XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext91" >+ underscore_name="ext91" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="c26ba023-58d3-4ec7-9282-f2638a292912" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_DATAPORT_ATOMIC_MESSAGE_COUNT_XECORE0" >+ underscore_name="xve_dataport_atomic_message_count_xecore0" >+ description="Number of atomic messages sent by XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_DATAPORT_ATOMIC_MESSAGE_COUNT_XECORE1" >+ underscore_name="xve_dataport_atomic_message_count_xecore1" >+ description="Number of atomic messages sent by XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_DATAPORT_ATOMIC_MESSAGE_COUNT_XECORE2" >+ underscore_name="xve_dataport_atomic_message_count_xecore2" >+ description="Number of atomic messages sent by XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_DATAPORT_ATOMIC_MESSAGE_COUNT_XECORE3" >+ underscore_name="xve_dataport_atomic_message_count_xecore3" >+ description="Number of atomic messages sent by XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext92" >+ underscore_name="ext92" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="7e5a8ef5-b434-4bf1-81f0-eeddaa072d37" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_DATAPORT_ATOMIC_MESSAGE_COUNT_XECORE4" >+ underscore_name="xve_dataport_atomic_message_count_xecore4" >+ description="Number of atomic messages sent by XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_DATAPORT_ATOMIC_MESSAGE_COUNT_XECORE5" >+ underscore_name="xve_dataport_atomic_message_count_xecore5" >+ description="Number of atomic messages sent by XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_DATAPORT_ATOMIC_MESSAGE_COUNT_XECORE6" >+ underscore_name="xve_dataport_atomic_message_count_xecore6" >+ description="Number of atomic messages sent by XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_DATAPORT_ATOMIC_MESSAGE_COUNT_XECORE7" >+ underscore_name="xve_dataport_atomic_message_count_xecore7" >+ description="Number of atomic messages sent by XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext93" >+ underscore_name="ext93" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="917a8688-0aa2-4b9a-a1a1-60dc016b17e6" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_DATAPORT_REGISTER_RESPONSE_COUNT_XECORE0" >+ underscore_name="xve_dataport_register_response_count_xecore0" >+ description="Number of return message payload transactions sent from the Dataport to XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD 2 UDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_DATAPORT_REGISTER_RESPONSE_COUNT_XECORE1" >+ underscore_name="xve_dataport_register_response_count_xecore1" >+ description="Number of return message payload transactions sent from the Dataport to XVEs" >+ data_type="float" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ FADD B 6 READ FADD B 7 READ FADD 2 FDIV" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext94" >+ underscore_name="ext94" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="dad96cfd-65c0-470c-a9d2-33d7881234c0" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_DATAPORT_REGISTER_RESPONSE_COUNT_XECORE2" >+ underscore_name="xve_dataport_register_response_count_xecore2" >+ description="Number of return message payload transactions sent from the Dataport to XVEs" >+ data_type="float" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ FADD B 2 READ FADD B 3 READ FADD 2 FDIV" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_DATAPORT_REGISTER_RESPONSE_COUNT_XECORE3" >+ underscore_name="xve_dataport_register_response_count_xecore3" >+ description="Number of return message payload transactions sent from the Dataport to XVEs" >+ data_type="float" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ FADD B 6 READ FADD B 7 READ FADD 2 FDIV" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext95" >+ underscore_name="ext95" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="811672a2-3bd6-473e-bd4b-dae0a5786a00" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_DATAPORT_REGISTER_RESPONSE_COUNT_XECORE4" >+ underscore_name="xve_dataport_register_response_count_xecore4" >+ description="Number of return message payload transactions sent from the Dataport to XVEs" >+ data_type="float" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ FADD B 2 READ FADD B 3 READ FADD 2 FDIV" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_DATAPORT_REGISTER_RESPONSE_COUNT_XECORE5" >+ underscore_name="xve_dataport_register_response_count_xecore5" >+ description="Number of return message payload transactions sent from the Dataport to XVEs" >+ data_type="float" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ FADD B 6 READ FADD B 7 READ FADD 2 FDIV" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext96" >+ underscore_name="ext96" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="91ebb988-2cc5-4cb9-b071-3a9d76f42b55" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_DATAPORT_REGISTER_RESPONSE_COUNT_XECORE6" >+ underscore_name="xve_dataport_register_response_count_xecore6" >+ description="Number of return message payload transactions sent from the Dataport to XVEs" >+ data_type="float" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ FADD B 2 READ FADD B 3 READ FADD 2 FDIV" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_DATAPORT_REGISTER_RESPONSE_COUNT_XECORE7" >+ underscore_name="xve_dataport_register_response_count_xecore7" >+ description="Number of return message payload transactions sent from the Dataport to XVEs" >+ data_type="float" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ FADD B 6 READ FADD B 7 READ FADD 2 FDIV" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext97" >+ underscore_name="ext97" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="3e446a1f-d62b-4ea4-bbf3-845dc7f437e4" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_DATAPORT_REGISTER_REQUEST_COUNT_XECORE0" >+ underscore_name="xve_dataport_register_request_count_xecore0" >+ description="Number of message payload transactions sent from XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ C 6 READ UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_DATAPORT_REGISTER_REQUEST_COUNT_XECORE1" >+ underscore_name="xve_dataport_register_request_count_xecore1" >+ description="Number of message payload transactions sent from XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 5 READ C 4 READ UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_DATAPORT_REGISTER_REQUEST_COUNT_XECORE2" >+ underscore_name="xve_dataport_register_request_count_xecore2" >+ description="Number of message payload transactions sent from XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 3 READ C 2 READ UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_DATAPORT_REGISTER_REQUEST_COUNT_XECORE3" >+ underscore_name="xve_dataport_register_request_count_xecore3" >+ description="Number of message payload transactions sent from XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 1 READ C 0 READ UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_DATAPORT_REGISTER_REQUEST_COUNT_XECORE4" >+ underscore_name="xve_dataport_register_request_count_xecore4" >+ description="Number of message payload transactions sent from XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 7 READ B 6 READ UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_DATAPORT_REGISTER_REQUEST_COUNT_XECORE5" >+ underscore_name="xve_dataport_register_request_count_xecore5" >+ description="Number of message payload transactions sent from XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 5 READ B 4 READ UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_DATAPORT_REGISTER_REQUEST_COUNT_XECORE6" >+ underscore_name="xve_dataport_register_request_count_xecore6" >+ description="Number of message payload transactions sent from XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ B 2 READ UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_DATAPORT_REGISTER_REQUEST_COUNT_XECORE7" >+ underscore_name="xve_dataport_register_request_count_xecore7" >+ description="Number of message payload transactions sent from XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ B 0 READ UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext98" >+ underscore_name="ext98" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="5ff858aa-50d0-44b9-bbf7-d07881ecdd9c" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SAMPLER_OUTPUT_READY_XECORE0" >+ underscore_name="sampler_output_ready_xecore0" >+ description="Percentage of time in which Sampler output is ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_OUTPUT_READY_XECORE1" >+ underscore_name="sampler_output_ready_xecore1" >+ description="Percentage of time in which Sampler output is ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_OUTPUT_READY_XECORE2" >+ underscore_name="sampler_output_ready_xecore2" >+ description="Percentage of time in which Sampler output is ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_OUTPUT_READY_XECORE3" >+ underscore_name="sampler_output_ready_xecore3" >+ description="Percentage of time in which Sampler output is ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext99" >+ underscore_name="ext99" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="ba34845b-431b-41c8-9d51-5c8be2f0ac4c" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SAMPLER_OUTPUT_READY_XECORE4" >+ underscore_name="sampler_output_ready_xecore4" >+ description="Percentage of time in which Sampler output is ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_OUTPUT_READY_XECORE5" >+ underscore_name="sampler_output_ready_xecore5" >+ description="Percentage of time in which Sampler output is ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_OUTPUT_READY_XECORE6" >+ underscore_name="sampler_output_ready_xecore6" >+ description="Percentage of time in which Sampler output is ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_OUTPUT_READY_XECORE7" >+ underscore_name="sampler_output_ready_xecore7" >+ description="Percentage of time in which Sampler output is ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext100" >+ underscore_name="ext100" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="978e5720-eb5a-46fc-aa24-7a34a853130b" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SAMPLER_MEMORY_LATENCY_STALL_XECORE0" >+ underscore_name="sampler_memory_latency_stall_xecore0" >+ description="Percentage of time in which Sampler stalled due to latency hiding structure full" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_MEMORY_LATENCY_STALL_XECORE1" >+ underscore_name="sampler_memory_latency_stall_xecore1" >+ description="Percentage of time in which Sampler stalled due to latency hiding structure full" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_MEMORY_LATENCY_STALL_XECORE2" >+ underscore_name="sampler_memory_latency_stall_xecore2" >+ description="Percentage of time in which Sampler stalled due to latency hiding structure full" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_MEMORY_LATENCY_STALL_XECORE3" >+ underscore_name="sampler_memory_latency_stall_xecore3" >+ description="Percentage of time in which Sampler stalled due to latency hiding structure full" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_MEMORY_LATENCY_STALL_XECORE4" >+ underscore_name="sampler_memory_latency_stall_xecore4" >+ description="Percentage of time in which Sampler stalled due to latency hiding structure full" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_MEMORY_LATENCY_STALL_XECORE5" >+ underscore_name="sampler_memory_latency_stall_xecore5" >+ description="Percentage of time in which Sampler stalled due to latency hiding structure full" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_MEMORY_LATENCY_STALL_XECORE6" >+ underscore_name="sampler_memory_latency_stall_xecore6" >+ description="Percentage of time in which Sampler stalled due to latency hiding structure full" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_MEMORY_LATENCY_STALL_XECORE7" >+ underscore_name="sampler_memory_latency_stall_xecore7" >+ description="Percentage of time in which Sampler stalled due to latency hiding structure full" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext101" >+ underscore_name="ext101" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="9320b9d5-43c9-435d-b0ed-ec8a565d742d" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="THREAD_DISPATCH_STALL_XECORE0" >+ underscore_name="thread_dispatch_stall_xecore0" >+ description="Percentage of time in which Thread Dispatch is stalled waiting for threads to be available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREAD_DISPATCH_STALL_XECORE1" >+ underscore_name="thread_dispatch_stall_xecore1" >+ description="Percentage of time in which Thread Dispatch is stalled waiting for threads to be available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREAD_DISPATCH_STALL_XECORE2" >+ underscore_name="thread_dispatch_stall_xecore2" >+ description="Percentage of time in which Thread Dispatch is stalled waiting for threads to be available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREAD_DISPATCH_STALL_XECORE3" >+ underscore_name="thread_dispatch_stall_xecore3" >+ description="Percentage of time in which Thread Dispatch is stalled waiting for threads to be available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREAD_DISPATCH_STALL_XECORE4" >+ underscore_name="thread_dispatch_stall_xecore4" >+ description="Percentage of time in which Thread Dispatch is stalled waiting for threads to be available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREAD_DISPATCH_STALL_XECORE5" >+ underscore_name="thread_dispatch_stall_xecore5" >+ description="Percentage of time in which Thread Dispatch is stalled waiting for threads to be available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREAD_DISPATCH_STALL_XECORE6" >+ underscore_name="thread_dispatch_stall_xecore6" >+ description="Percentage of time in which Thread Dispatch is stalled waiting for threads to be available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREAD_DISPATCH_STALL_XECORE7" >+ underscore_name="thread_dispatch_stall_xecore7" >+ description="Percentage of time in which Thread Dispatch is stalled waiting for threads to be available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREAD_DISPATCH_INPUT_AVAILABLE_XECORE0" >+ underscore_name="thread_dispatch_input_available_xecore0" >+ description="Percentage of time in which Thread Dispatch input is available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREAD_DISPATCH_INPUT_AVAILABLE_XECORE1" >+ underscore_name="thread_dispatch_input_available_xecore1" >+ description="Percentage of time in which Thread Dispatch input is available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREAD_DISPATCH_INPUT_AVAILABLE_XECORE2" >+ underscore_name="thread_dispatch_input_available_xecore2" >+ description="Percentage of time in which Thread Dispatch input is available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREAD_DISPATCH_INPUT_AVAILABLE_XECORE3" >+ underscore_name="thread_dispatch_input_available_xecore3" >+ description="Percentage of time in which Thread Dispatch input is available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREAD_DISPATCH_INPUT_AVAILABLE_XECORE4" >+ underscore_name="thread_dispatch_input_available_xecore4" >+ description="Percentage of time in which Thread Dispatch input is available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREAD_DISPATCH_INPUT_AVAILABLE_XECORE5" >+ underscore_name="thread_dispatch_input_available_xecore5" >+ description="Percentage of time in which Thread Dispatch input is available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREAD_DISPATCH_INPUT_AVAILABLE_XECORE6" >+ underscore_name="thread_dispatch_input_available_xecore6" >+ description="Percentage of time in which Thread Dispatch input is available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREAD_DISPATCH_INPUT_AVAILABLE_XECORE7" >+ underscore_name="thread_dispatch_input_available_xecore7" >+ description="Percentage of time in which Thread Dispatch input is available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext102" >+ underscore_name="ext102" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="ff32c8bc-39ed-4dbe-9d88-2d2cdb973872" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SAMPLER_TEXTURE_CACHE_ACCESS_XECORE0" >+ underscore_name="sampler_texture_cache_access_xecore0" >+ description="Number of Sampler L1 requests" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_TEXTURE_CACHE_ACCESS_XECORE1" >+ underscore_name="sampler_texture_cache_access_xecore1" >+ description="Number of Sampler L1 requests" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 6 READ" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_TEXTURE_CACHE_ACCESS_XECORE2" >+ underscore_name="sampler_texture_cache_access_xecore2" >+ description="Number of Sampler L1 requests" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 5 READ" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_TEXTURE_CACHE_ACCESS_XECORE3" >+ underscore_name="sampler_texture_cache_access_xecore3" >+ description="Number of Sampler L1 requests" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 4 READ" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_TEXTURE_CACHE_ACCESS_XECORE4" >+ underscore_name="sampler_texture_cache_access_xecore4" >+ description="Number of Sampler L1 requests" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 3 READ" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_TEXTURE_CACHE_ACCESS_XECORE5" >+ underscore_name="sampler_texture_cache_access_xecore5" >+ description="Number of Sampler L1 requests" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 2 READ" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_TEXTURE_CACHE_ACCESS_XECORE6" >+ underscore_name="sampler_texture_cache_access_xecore6" >+ description="Number of Sampler L1 requests" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 1 READ" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_TEXTURE_CACHE_ACCESS_XECORE7" >+ underscore_name="sampler_texture_cache_access_xecore7" >+ description="Number of Sampler L1 requests" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 0 READ" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_TEXTURE_CACHE_MISS_XECORE0" >+ underscore_name="sampler_texture_cache_miss_xecore0" >+ description="Number of Sampler L1 misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 7 READ" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_TEXTURE_CACHE_MISS_XECORE1" >+ underscore_name="sampler_texture_cache_miss_xecore1" >+ description="Number of Sampler L1 misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 6 READ" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_TEXTURE_CACHE_MISS_XECORE2" >+ underscore_name="sampler_texture_cache_miss_xecore2" >+ description="Number of Sampler L1 misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 5 READ" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_TEXTURE_CACHE_MISS_XECORE3" >+ underscore_name="sampler_texture_cache_miss_xecore3" >+ description="Number of Sampler L1 misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_TEXTURE_CACHE_MISS_XECORE4" >+ underscore_name="sampler_texture_cache_miss_xecore4" >+ description="Number of Sampler L1 misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_TEXTURE_CACHE_MISS_XECORE5" >+ underscore_name="sampler_texture_cache_miss_xecore5" >+ description="Number of Sampler L1 misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_TEXTURE_CACHE_MISS_XECORE6" >+ underscore_name="sampler_texture_cache_miss_xecore6" >+ description="Number of Sampler L1 misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_TEXTURE_CACHE_MISS_XECORE7" >+ underscore_name="sampler_texture_cache_miss_xecore7" >+ description="Number of Sampler L1 misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext103" >+ underscore_name="ext103" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="73a834ac-afbe-4ca1-af18-af9aabc0280a" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SAMPLER_INPUT_AVAILABLE_XECORE0" >+ underscore_name="sampler_input_available_xecore0" >+ description="Percentage of time in which Sampler input is available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_INPUT_AVAILABLE_XECORE1" >+ underscore_name="sampler_input_available_xecore1" >+ description="Percentage of time in which Sampler input is available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_INPUT_AVAILABLE_XECORE2" >+ underscore_name="sampler_input_available_xecore2" >+ description="Percentage of time in which Sampler input is available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_INPUT_AVAILABLE_XECORE3" >+ underscore_name="sampler_input_available_xecore3" >+ description="Percentage of time in which Sampler input is available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_INPUT_AVAILABLE_XECORE4" >+ underscore_name="sampler_input_available_xecore4" >+ description="Percentage of time in which Sampler input is available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_INPUT_AVAILABLE_XECORE5" >+ underscore_name="sampler_input_available_xecore5" >+ description="Percentage of time in which Sampler input is available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_INPUT_AVAILABLE_XECORE6" >+ underscore_name="sampler_input_available_xecore6" >+ description="Percentage of time in which Sampler input is available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SAMPLER_INPUT_AVAILABLE_XECORE7" >+ underscore_name="sampler_input_available_xecore7" >+ description="Percentage of time in which Sampler input is available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext104" >+ underscore_name="ext104" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="eb13a257-4c07-469e-8bef-55da7dff1b41" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="ASYNC_GPGPU_THREAD_EXIT_COUNT_XECORE0" >+ underscore_name="async_gpgpu_thread_exit_count_xecore0" >+ description="Number of Async GPGPU EOT messages received" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="TASK_THREAD_EXIT_COUNT_XECORE0" >+ underscore_name="task_thread_exit_count_xecore0" >+ description="Number of Task Shader EOT messages received" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="GPGPU_THREADGROUP_COUNT_XECORE2" >+ underscore_name="gpgpu_threadgroup_count_xecore2" >+ description="Number of GPGPU threadgroups dispatched" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="GPGPU_THREADGROUP_COUNT_XECORE3" >+ underscore_name="gpgpu_threadgroup_count_xecore3" >+ description="Number of GPGPU threadgroups dispatched" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="TASK_THREADGROUP_COUNT_XECORE2" >+ underscore_name="task_threadgroup_count_xecore2" >+ description="Number of Task Shader threadgroups dispatched" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="TASK_THREADGROUP_COUNT_XECORE3" >+ underscore_name="task_threadgroup_count_xecore3" >+ description="Number of Task Shader threadgroups dispatched" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 5 READ" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext105" >+ underscore_name="ext105" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="0343e7a1-8f7d-44b8-a75c-73baef6cc22b" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="ASYNC_GPGPU_THREAD_EXIT_COUNT_XECORE1" >+ underscore_name="async_gpgpu_thread_exit_count_xecore1" >+ description="Number of Async GPGPU EOT messages received" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="TASK_THREAD_EXIT_COUNT_XECORE1" >+ underscore_name="task_thread_exit_count_xecore1" >+ description="Number of Task Shader EOT messages received" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="GPGPU_THREADGROUP_COUNT_XECORE4" >+ underscore_name="gpgpu_threadgroup_count_xecore4" >+ description="Number of GPGPU threadgroups dispatched" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="GPGPU_THREADGROUP_COUNT_XECORE5" >+ underscore_name="gpgpu_threadgroup_count_xecore5" >+ description="Number of GPGPU threadgroups dispatched" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="TASK_THREADGROUP_COUNT_XECORE4" >+ underscore_name="task_threadgroup_count_xecore4" >+ description="Number of Task Shader threadgroups dispatched" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="TASK_THREADGROUP_COUNT_XECORE5" >+ underscore_name="task_threadgroup_count_xecore5" >+ description="Number of Task Shader threadgroups dispatched" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 5 READ" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext106" >+ underscore_name="ext106" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="048a2bcb-b786-4b51-b350-8908f50e69d7" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="ASYNC_GPGPU_THREAD_EXIT_COUNT_XECORE2" >+ underscore_name="async_gpgpu_thread_exit_count_xecore2" >+ description="Number of Async GPGPU EOT messages received" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="TASK_THREAD_EXIT_COUNT_XECORE2" >+ underscore_name="task_thread_exit_count_xecore2" >+ description="Number of Task Shader EOT messages received" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="GPGPU_THREADGROUP_COUNT_XECORE6" >+ underscore_name="gpgpu_threadgroup_count_xecore6" >+ description="Number of GPGPU threadgroups dispatched" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="GPGPU_THREADGROUP_COUNT_XECORE7" >+ underscore_name="gpgpu_threadgroup_count_xecore7" >+ description="Number of GPGPU threadgroups dispatched" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="TASK_THREADGROUP_COUNT_XECORE6" >+ underscore_name="task_threadgroup_count_xecore6" >+ description="Number of Task Shader threadgroups dispatched" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="TASK_THREADGROUP_COUNT_XECORE7" >+ underscore_name="task_threadgroup_count_xecore7" >+ description="Number of Task Shader threadgroups dispatched" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 5 READ" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext107" >+ underscore_name="ext107" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="e393956e-78b0-4f7e-8482-cb13c1706ecd" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="ASYNC_GPGPU_THREAD_EXIT_COUNT_XECORE3" >+ underscore_name="async_gpgpu_thread_exit_count_xecore3" >+ description="Number of Async GPGPU EOT messages received" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="TASK_THREAD_EXIT_COUNT_XECORE3" >+ underscore_name="task_thread_exit_count_xecore3" >+ description="Number of Task Shader EOT messages received" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="GPGPU_THREADGROUP_COUNT_XECORE0" >+ underscore_name="gpgpu_threadgroup_count_xecore0" >+ description="Number of GPGPU threadgroups dispatched" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="GPGPU_THREADGROUP_COUNT_XECORE1" >+ underscore_name="gpgpu_threadgroup_count_xecore1" >+ description="Number of GPGPU threadgroups dispatched" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="TASK_THREADGROUP_COUNT_XECORE0" >+ underscore_name="task_threadgroup_count_xecore0" >+ description="Number of Task Shader threadgroups dispatched" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="TASK_THREADGROUP_COUNT_XECORE1" >+ underscore_name="task_threadgroup_count_xecore1" >+ description="Number of Task Shader threadgroups dispatched" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 5 READ" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext108" >+ underscore_name="ext108" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="2ea41c1b-4751-446f-b178-9aa17cf85d72" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="ASYNC_GPGPU_THREAD_EXIT_COUNT_XECORE4" >+ underscore_name="async_gpgpu_thread_exit_count_xecore4" >+ description="Number of Async GPGPU EOT messages received" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="TASK_THREAD_EXIT_COUNT_XECORE4" >+ underscore_name="task_thread_exit_count_xecore4" >+ description="Number of Task Shader EOT messages received" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ASYNC_GPGPU_THREADGROUP_COUNT_XECORE6" >+ underscore_name="async_gpgpu_threadgroup_count_xecore6" >+ description="Number of Async GPGPU threadgroups dispatched" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ASYNC_GPGPU_THREADGROUP_COUNT_XECORE7" >+ underscore_name="async_gpgpu_threadgroup_count_xecore7" >+ description="Number of Async GPGPU threadgroups dispatched" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext109" >+ underscore_name="ext109" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="32b61c78-b7d2-4162-8964-dbf47f187290" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="ASYNC_GPGPU_THREAD_EXIT_COUNT_XECORE5" >+ underscore_name="async_gpgpu_thread_exit_count_xecore5" >+ description="Number of Async GPGPU EOT messages received" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="TASK_THREAD_EXIT_COUNT_XECORE5" >+ underscore_name="task_thread_exit_count_xecore5" >+ description="Number of Task Shader EOT messages received" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ASYNC_GPGPU_THREADGROUP_COUNT_XECORE1" >+ underscore_name="async_gpgpu_threadgroup_count_xecore1" >+ description="Number of Async GPGPU threadgroups dispatched" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ASYNC_GPGPU_THREADGROUP_COUNT_XECORE2" >+ underscore_name="async_gpgpu_threadgroup_count_xecore2" >+ description="Number of Async GPGPU threadgroups dispatched" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext110" >+ underscore_name="ext110" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="536ed3af-e1e6-4f5a-be8b-3eabfa9487fa" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="ASYNC_GPGPU_THREAD_EXIT_COUNT_XECORE6" >+ underscore_name="async_gpgpu_thread_exit_count_xecore6" >+ description="Number of Async GPGPU EOT messages received" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="TASK_THREAD_EXIT_COUNT_XECORE6" >+ underscore_name="task_thread_exit_count_xecore6" >+ description="Number of Task Shader EOT messages received" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ASYNC_GPGPU_THREADGROUP_COUNT_XECORE3" >+ underscore_name="async_gpgpu_threadgroup_count_xecore3" >+ description="Number of Async GPGPU threadgroups dispatched" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ASYNC_GPGPU_THREADGROUP_COUNT_XECORE4" >+ underscore_name="async_gpgpu_threadgroup_count_xecore4" >+ description="Number of Async GPGPU threadgroups dispatched" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext111" >+ underscore_name="ext111" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="11eedd05-3490-4a57-8ea7-56e1d2dd066a" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="ASYNC_GPGPU_THREAD_EXIT_COUNT_XECORE7" >+ underscore_name="async_gpgpu_thread_exit_count_xecore7" >+ description="Number of Async GPGPU EOT messages received" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="TASK_THREAD_EXIT_COUNT_XECORE7" >+ underscore_name="task_thread_exit_count_xecore7" >+ description="Number of Task Shader EOT messages received" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ASYNC_GPGPU_THREADGROUP_COUNT_XECORE5" >+ underscore_name="async_gpgpu_threadgroup_count_xecore5" >+ description="Number of Async GPGPU threadgroups dispatched" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ASYNC_GPGPU_THREADGROUP_COUNT_XECORE0" >+ underscore_name="async_gpgpu_threadgroup_count_xecore0" >+ description="Number of Async GPGPU threadgroups dispatched" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext112" >+ underscore_name="ext112" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="2324dd37-ac7e-4a5e-8d0c-f7b94fd36961" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="THREADGROUP_DISPATCH_QUEUE0_INPUT_AVAILABLE_XECORE0" >+ underscore_name="threadgroup_dispatch_queue0_input_available_xecore0" >+ description="Percentage of time in which Thread Spawner has input available on queue 0" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREADGROUP_DISPATCH_QUEUE0_INPUT_AVAILABLE_XECORE1" >+ underscore_name="threadgroup_dispatch_queue0_input_available_xecore1" >+ description="Percentage of time in which Thread Spawner has input available on queue 0" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREADGROUP_DISPATCH_QUEUE0_INPUT_AVAILABLE_XECORE2" >+ underscore_name="threadgroup_dispatch_queue0_input_available_xecore2" >+ description="Percentage of time in which Thread Spawner has input available on queue 0" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREADGROUP_DISPATCH_QUEUE0_INPUT_AVAILABLE_XECORE3" >+ underscore_name="threadgroup_dispatch_queue0_input_available_xecore3" >+ description="Percentage of time in which Thread Spawner has input available on queue 0" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREADGROUP_DISPATCH_QUEUE0_INPUT_AVAILABLE_XECORE4" >+ underscore_name="threadgroup_dispatch_queue0_input_available_xecore4" >+ description="Percentage of time in which Thread Spawner has input available on queue 0" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREADGROUP_DISPATCH_QUEUE0_INPUT_AVAILABLE_XECORE5" >+ underscore_name="threadgroup_dispatch_queue0_input_available_xecore5" >+ description="Percentage of time in which Thread Spawner has input available on queue 0" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREADGROUP_DISPATCH_QUEUE0_INPUT_AVAILABLE_XECORE6" >+ underscore_name="threadgroup_dispatch_queue0_input_available_xecore6" >+ description="Percentage of time in which Thread Spawner has input available on queue 0" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREADGROUP_DISPATCH_QUEUE0_INPUT_AVAILABLE_XECORE7" >+ underscore_name="threadgroup_dispatch_queue0_input_available_xecore7" >+ description="Percentage of time in which Thread Spawner has input available on queue 0" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREADGROUP_DISPATCH_QUEUE1_INPUT_AVAILABLE_XECORE0" >+ underscore_name="threadgroup_dispatch_queue1_input_available_xecore0" >+ description="Percentage of time in which Thread Spawner has input available on queue 1" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREADGROUP_DISPATCH_QUEUE1_INPUT_AVAILABLE_XECORE1" >+ underscore_name="threadgroup_dispatch_queue1_input_available_xecore1" >+ description="Percentage of time in which Thread Spawner has input available on queue 1" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREADGROUP_DISPATCH_QUEUE1_INPUT_AVAILABLE_XECORE2" >+ underscore_name="threadgroup_dispatch_queue1_input_available_xecore2" >+ description="Percentage of time in which Thread Spawner has input available on queue 1" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREADGROUP_DISPATCH_QUEUE1_INPUT_AVAILABLE_XECORE3" >+ underscore_name="threadgroup_dispatch_queue1_input_available_xecore3" >+ description="Percentage of time in which Thread Spawner has input available on queue 1" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREADGROUP_DISPATCH_QUEUE1_INPUT_AVAILABLE_XECORE4" >+ underscore_name="threadgroup_dispatch_queue1_input_available_xecore4" >+ description="Percentage of time in which Thread Spawner has input available on queue 1" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREADGROUP_DISPATCH_QUEUE1_INPUT_AVAILABLE_XECORE5" >+ underscore_name="threadgroup_dispatch_queue1_input_available_xecore5" >+ description="Percentage of time in which Thread Spawner has input available on queue 1" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREADGROUP_DISPATCH_QUEUE1_INPUT_AVAILABLE_XECORE6" >+ underscore_name="threadgroup_dispatch_queue1_input_available_xecore6" >+ description="Percentage of time in which Thread Spawner has input available on queue 1" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREADGROUP_DISPATCH_QUEUE1_INPUT_AVAILABLE_XECORE7" >+ underscore_name="threadgroup_dispatch_queue1_input_available_xecore7" >+ description="Percentage of time in which Thread Spawner has input available on queue 1" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext113" >+ underscore_name="ext113" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="03551880-b834-45f0-8b71-e61f548e5d83" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="THREAD_DISPATCH_PS_ACTIVE_XECORE0" >+ underscore_name="thread_dispatch_ps_active_xecore0" >+ description="Percentage of time in which Pixel Shader threads are ready for dispatch in a particular Xe core" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREAD_DISPATCH_PS_ACTIVE_XECORE1" >+ underscore_name="thread_dispatch_ps_active_xecore1" >+ description="Percentage of time in which Pixel Shader threads are ready for dispatch in a particular Xe core" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREAD_DISPATCH_PS_ACTIVE_XECORE2" >+ underscore_name="thread_dispatch_ps_active_xecore2" >+ description="Percentage of time in which Pixel Shader threads are ready for dispatch in a particular Xe core" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREAD_DISPATCH_PS_ACTIVE_XECORE3" >+ underscore_name="thread_dispatch_ps_active_xecore3" >+ description="Percentage of time in which Pixel Shader threads are ready for dispatch in a particular Xe core" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREAD_DISPATCH_PS_ACTIVE_XECORE4" >+ underscore_name="thread_dispatch_ps_active_xecore4" >+ description="Percentage of time in which Pixel Shader threads are ready for dispatch in a particular Xe core" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREAD_DISPATCH_PS_ACTIVE_XECORE5" >+ underscore_name="thread_dispatch_ps_active_xecore5" >+ description="Percentage of time in which Pixel Shader threads are ready for dispatch in a particular Xe core" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREAD_DISPATCH_PS_ACTIVE_XECORE6" >+ underscore_name="thread_dispatch_ps_active_xecore6" >+ description="Percentage of time in which Pixel Shader threads are ready for dispatch in a particular Xe core" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREAD_DISPATCH_PS_ACTIVE_XECORE7" >+ underscore_name="thread_dispatch_ps_active_xecore7" >+ description="Percentage of time in which Pixel Shader threads are ready for dispatch in a particular Xe core" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext114" >+ underscore_name="ext114" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="8d368e2f-7c30-4a9e-a20f-b098105300b7" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="THREAD_DISPATCH_QUEUE0_ACTIVE_XECORE0" >+ underscore_name="thread_dispatch_queue0_active_xecore0" >+ description="Percentage of time in which non-Pixel Shader threads are ready for dispatch in a particular Xe core" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREAD_DISPATCH_QUEUE0_ACTIVE_XECORE1" >+ underscore_name="thread_dispatch_queue0_active_xecore1" >+ description="Percentage of time in which non-Pixel Shader threads are ready for dispatch in a particular Xe core" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREAD_DISPATCH_QUEUE0_ACTIVE_XECORE2" >+ underscore_name="thread_dispatch_queue0_active_xecore2" >+ description="Percentage of time in which non-Pixel Shader threads are ready for dispatch in a particular Xe core" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREAD_DISPATCH_QUEUE0_ACTIVE_XECORE3" >+ underscore_name="thread_dispatch_queue0_active_xecore3" >+ description="Percentage of time in which non-Pixel Shader threads are ready for dispatch in a particular Xe core" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREAD_DISPATCH_QUEUE0_ACTIVE_XECORE4" >+ underscore_name="thread_dispatch_queue0_active_xecore4" >+ description="Percentage of time in which non-Pixel Shader threads are ready for dispatch in a particular Xe core" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREAD_DISPATCH_QUEUE0_ACTIVE_XECORE5" >+ underscore_name="thread_dispatch_queue0_active_xecore5" >+ description="Percentage of time in which non-Pixel Shader threads are ready for dispatch in a particular Xe core" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREAD_DISPATCH_QUEUE0_ACTIVE_XECORE6" >+ underscore_name="thread_dispatch_queue0_active_xecore6" >+ description="Percentage of time in which non-Pixel Shader threads are ready for dispatch in a particular Xe core" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREAD_DISPATCH_QUEUE0_ACTIVE_XECORE7" >+ underscore_name="thread_dispatch_queue0_active_xecore7" >+ description="Percentage of time in which non-Pixel Shader threads are ready for dispatch in a particular Xe core" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext115" >+ underscore_name="ext115" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="cb96d66c-bfc4-4de8-a3dc-5d67c5acda38" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="THREAD_DISPATCH_QUEUE1_ACTIVE_XECORE0" >+ underscore_name="thread_dispatch_queue1_active_xecore0" >+ description="Percentage of time in which Async GPGPU threads are ready for dispatch in a particular Xe core" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREAD_DISPATCH_QUEUE1_ACTIVE_XECORE1" >+ underscore_name="thread_dispatch_queue1_active_xecore1" >+ description="Percentage of time in which Async GPGPU threads are ready for dispatch in a particular Xe core" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREAD_DISPATCH_QUEUE1_ACTIVE_XECORE2" >+ underscore_name="thread_dispatch_queue1_active_xecore2" >+ description="Percentage of time in which Async GPGPU threads are ready for dispatch in a particular Xe core" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREAD_DISPATCH_QUEUE1_ACTIVE_XECORE3" >+ underscore_name="thread_dispatch_queue1_active_xecore3" >+ description="Percentage of time in which Async GPGPU threads are ready for dispatch in a particular Xe core" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREAD_DISPATCH_QUEUE1_ACTIVE_XECORE4" >+ underscore_name="thread_dispatch_queue1_active_xecore4" >+ description="Percentage of time in which Async GPGPU threads are ready for dispatch in a particular Xe core" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREAD_DISPATCH_QUEUE1_ACTIVE_XECORE5" >+ underscore_name="thread_dispatch_queue1_active_xecore5" >+ description="Percentage of time in which Async GPGPU threads are ready for dispatch in a particular Xe core" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREAD_DISPATCH_QUEUE1_ACTIVE_XECORE6" >+ underscore_name="thread_dispatch_queue1_active_xecore6" >+ description="Percentage of time in which Async GPGPU threads are ready for dispatch in a particular Xe core" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREAD_DISPATCH_QUEUE1_ACTIVE_XECORE7" >+ underscore_name="thread_dispatch_queue1_active_xecore7" >+ description="Percentage of time in which Async GPGPU threads are ready for dispatch in a particular Xe core" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext116" >+ underscore_name="ext116" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="2355cc8b-c596-479d-ab76-16c2d3644b5b" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="THREADGROUP_DISPATCH_RESOURCE_STALL_XECORE0" >+ underscore_name="threadgroup_dispatch_resource_stall_xecore0" >+ description="Percentage of time in which Thread Spawner is stalled waiting for resources to be available (SLM, Barrier, BTD stack)" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREADGROUP_DISPATCH_RESOURCE_STALL_XECORE1" >+ underscore_name="threadgroup_dispatch_resource_stall_xecore1" >+ description="Percentage of time in which Thread Spawner is stalled waiting for resources to be available (SLM, Barrier, BTD stack)" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREADGROUP_DISPATCH_RESOURCE_STALL_XECORE2" >+ underscore_name="threadgroup_dispatch_resource_stall_xecore2" >+ description="Percentage of time in which Thread Spawner is stalled waiting for resources to be available (SLM, Barrier, BTD stack)" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREADGROUP_DISPATCH_RESOURCE_STALL_XECORE3" >+ underscore_name="threadgroup_dispatch_resource_stall_xecore3" >+ description="Percentage of time in which Thread Spawner is stalled waiting for resources to be available (SLM, Barrier, BTD stack)" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext117" >+ underscore_name="ext117" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="006584d5-ebb1-4d21-a8ab-cfa66e75dae4" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="THREADGROUP_DISPATCH_RESOURCE_STALL_XECORE4" >+ underscore_name="threadgroup_dispatch_resource_stall_xecore4" >+ description="Percentage of time in which Thread Spawner is stalled waiting for resources to be available (SLM, Barrier, BTD stack)" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREADGROUP_DISPATCH_RESOURCE_STALL_XECORE5" >+ underscore_name="threadgroup_dispatch_resource_stall_xecore5" >+ description="Percentage of time in which Thread Spawner is stalled waiting for resources to be available (SLM, Barrier, BTD stack)" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREADGROUP_DISPATCH_RESOURCE_STALL_XECORE6" >+ underscore_name="threadgroup_dispatch_resource_stall_xecore6" >+ description="Percentage of time in which Thread Spawner is stalled waiting for resources to be available (SLM, Barrier, BTD stack)" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="THREADGROUP_DISPATCH_RESOURCE_STALL_XECORE7" >+ underscore_name="threadgroup_dispatch_resource_stall_xecore7" >+ description="Percentage of time in which Thread Spawner is stalled waiting for resources to be available (SLM, Barrier, BTD stack)" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext118" >+ underscore_name="ext118" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="9ae38060-8785-44ec-a758-4082b94af42d" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AMFS_STALL_ALL_INPUT_SLICE0" >+ underscore_name="amfs_stall_all_input_slice0" >+ description="Percentage of time in which AMFS stalls at both of the color pipe inputs" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2" >+ mdapi_group="AMFS" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="AMFS_STALL_ANY_INPUT_SLICE0" >+ underscore_name="amfs_stall_any_input_slice0" >+ description="Percentage of time in which AMFS stalls at any of the color pipe inputs" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2" >+ mdapi_group="AMFS" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="AMFS_CACHE_HIT_SLICE0" >+ underscore_name="amfs_cache_hit_slice0" >+ description="Number of hits in the AMFS cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ" >+ availability="$GtSlice2" >+ mdapi_group="AMFS" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="AMFS_CACHE_MISS_SLICE0" >+ underscore_name="amfs_cache_miss_slice0" >+ description="Number of cache misses in AMFS" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 5 READ" >+ availability="$GtSlice2" >+ mdapi_group="AMFS" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="RENDER_CACHE_HIT_L3NODE0" >+ underscore_name="render_cache_hit_l3_node0" >+ description="Number of Render Cache hits" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 5 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="RENDER_CACHE_READ_L3NODE0" >+ underscore_name="render_cache_read_l3_node0" >+ description="Number of Render Cache reads" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RENDER_CACHE_WRITE_L3NODE0" >+ underscore_name="render_cache_write_l3_node0" >+ description="Number of Render Cache writes" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 6 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RENDER_CACHE_INPUT_AVAILABLE_L3NODE0" >+ underscore_name="render_cache_input_available_l3_node0" >+ description="Percentage of time when render cache input is available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RENDER_CACHE_OUTPUT_READY_L3NODE0" >+ underscore_name="render_cache_output_ready_l3_node0" >+ description="Percentage of time when render cache output is ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext119" >+ underscore_name="ext119" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="8ef448b2-776c-4d73-8a44-eabfb2fcc888" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AMFS_STALL_ALL_INPUT_SLICE1" >+ underscore_name="amfs_stall_all_input_slice1" >+ description="Percentage of time in which AMFS stalls at both of the color pipe inputs" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3" >+ mdapi_group="AMFS" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="AMFS_STALL_ANY_INPUT_SLICE1" >+ underscore_name="amfs_stall_any_input_slice1" >+ description="Percentage of time in which AMFS stalls at any of the color pipe inputs" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3" >+ mdapi_group="AMFS" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="AMFS_CACHE_HIT_SLICE1" >+ underscore_name="amfs_cache_hit_slice1" >+ description="Number of hits in the AMFS cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ" >+ availability="$GtSlice3" >+ mdapi_group="AMFS" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="AMFS_CACHE_MISS_SLICE1" >+ underscore_name="amfs_cache_miss_slice1" >+ description="Number of cache misses in AMFS" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 5 READ" >+ availability="$GtSlice3" >+ mdapi_group="AMFS" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="RENDER_CACHE_HIT_L3NODE1" >+ underscore_name="render_cache_hit_l3_node1" >+ description="Number of Render Cache hits" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="RENDER_CACHE_READ_L3NODE1" >+ underscore_name="render_cache_read_l3_node1" >+ description="Number of Render Cache reads" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 6 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RENDER_CACHE_WRITE_L3NODE1" >+ underscore_name="render_cache_write_l3_node1" >+ description="Number of Render Cache writes" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 5 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RENDER_CACHE_INPUT_AVAILABLE_L3NODE1" >+ underscore_name="render_cache_input_available_l3_node1" >+ description="Percentage of time when render cache input is available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RENDER_CACHE_OUTPUT_READY_L3NODE1" >+ underscore_name="render_cache_output_ready_l3_node1" >+ description="Percentage of time when render cache output is ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext120" >+ underscore_name="ext120" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="3b5b473c-259e-4eb7-8643-a88b53aa2e1c" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="PIXEL_POST_PROCESS_INPUT_AVAILABLE_XECORE0" >+ underscore_name="pixel_post_process_input_available_xecore0" >+ description="Percentage of time in which Color Pipeline input ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="PIXEL_POST_PROCESS_INPUT_AVAILABLE_XECORE1" >+ underscore_name="pixel_post_process_input_available_xecore1" >+ description="Percentage of time in which Color Pipeline input ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="PIXEL_POST_PROCESS_INPUT_AVAILABLE_XECORE2" >+ underscore_name="pixel_post_process_input_available_xecore2" >+ description="Percentage of time in which Color Pipeline input ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="PIXEL_POST_PROCESS_INPUT_AVAILABLE_XECORE3" >+ underscore_name="pixel_post_process_input_available_xecore3" >+ description="Percentage of time in which Color Pipeline input ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext121" >+ underscore_name="ext121" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="f2045966-fcf0-479b-aef4-0358574f67ee" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="PIXEL_POST_PROCESS_INPUT_AVAILABLE_XECORE4" >+ underscore_name="pixel_post_process_input_available_xecore4" >+ description="Percentage of time in which Color Pipeline input ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="PIXEL_POST_PROCESS_INPUT_AVAILABLE_XECORE5" >+ underscore_name="pixel_post_process_input_available_xecore5" >+ description="Percentage of time in which Color Pipeline input ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="PIXEL_POST_PROCESS_INPUT_AVAILABLE_XECORE6" >+ underscore_name="pixel_post_process_input_available_xecore6" >+ description="Percentage of time in which Color Pipeline input ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="PIXEL_POST_PROCESS_INPUT_AVAILABLE_XECORE7" >+ underscore_name="pixel_post_process_input_available_xecore7" >+ description="Percentage of time in which Color Pipeline input ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext122" >+ underscore_name="ext122" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="e175d8c3-7672-4e57-83a0-87caf56a5440" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AMFS_4X4_SHADING_REQUEST_SLICE0" >+ underscore_name="amfs_4_x4_shading_request_slice0" >+ description="Number of Shading Request (evaluate) messages processed by AMFS" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ" >+ availability="$GtSlice2" >+ mdapi_group="AMFS" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="AMFS_4X4_SHADING_REQUEST_SLICE1" >+ underscore_name="amfs_4_x4_shading_request_slice1" >+ description="Number of Shading Request (evaluate) messages processed by AMFS" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ" >+ availability="$GtSlice3" >+ mdapi_group="AMFS" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="COLOR_PIPE_CACHE_LATENCY1_STALL_CPIPE0" >+ underscore_name="color_pipe_cache_latency1_stall_cpipe0" >+ description="Percentage of time in which Color Pipeline stalled due to MultiSampling Cache latency hiding structure full" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="COLOR_PIPE_CACHE_LATENCY1_STALL_CPIPE1" >+ underscore_name="color_pipe_cache_latency1_stall_cpipe1" >+ description="Percentage of time in which Color Pipeline stalled due to MultiSampling Cache latency hiding structure full" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="COLOR_PIPE_CACHE_LATENCY1_STALL_CPIPE2" >+ underscore_name="color_pipe_cache_latency1_stall_cpipe2" >+ description="Percentage of time in which Color Pipeline stalled due to MultiSampling Cache latency hiding structure full" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="COLOR_PIPE_CACHE_LATENCY1_STALL_CPIPE3" >+ underscore_name="color_pipe_cache_latency1_stall_cpipe3" >+ description="Percentage of time in which Color Pipeline stalled due to MultiSampling Cache latency hiding structure full" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="PIXEL_POST_PROCESS_OUTPUT_READY_CPIPE0" >+ underscore_name="pixel_post_process_output_ready_cpipe0" >+ description="Percentage of time in which Color Pipeline pixel output ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="PIXEL_POST_PROCESS_OUTPUT_READY_CPIPE1" >+ underscore_name="pixel_post_process_output_ready_cpipe1" >+ description="Percentage of time in which Color Pipeline pixel output ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="PIXEL_POST_PROCESS_OUTPUT_READY_CPIPE2" >+ underscore_name="pixel_post_process_output_ready_cpipe2" >+ description="Percentage of time in which Color Pipeline pixel output ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="PIXEL_POST_PROCESS_OUTPUT_READY_CPIPE3" >+ underscore_name="pixel_post_process_output_ready_cpipe3" >+ description="Percentage of time in which Color Pipeline pixel output ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext123" >+ underscore_name="ext123" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="7f7218b1-462c-4f08-8032-86e426dbc83d" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="PS_OUTPUT_AVAILABLE_CPIPE0" >+ underscore_name="ps_output_available_cpipe0" >+ description="Percentage of time in which Pixel Shader data is available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="PS_OUTPUT_AVAILABLE_CPIPE1" >+ underscore_name="ps_output_available_cpipe1" >+ description="Percentage of time in which Pixel Shader data is available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="PS_OUTPUT_AVAILABLE_CPIPE2" >+ underscore_name="ps_output_available_cpipe2" >+ description="Percentage of time in which Pixel Shader data is available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="PS_OUTPUT_AVAILABLE_CPIPE3" >+ underscore_name="ps_output_available_cpipe3" >+ description="Percentage of time in which Pixel Shader data is available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AMFS_L3_ACCESS_SLICE0" >+ underscore_name="amfs_l3_access_slice0" >+ description="Number of AMFS accesses to L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ" >+ availability="$GtSlice2" >+ mdapi_group="AMFS" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="AMFS_L3_ACCESS_SLICE1" >+ underscore_name="amfs_l3_access_slice1" >+ description="Number of AMFS accesses to L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 6 READ" >+ availability="$GtSlice3" >+ mdapi_group="AMFS" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="AMFS_L3_ATOMIC_SLICE0" >+ underscore_name="amfs_l3_atomic_slice0" >+ description="Number of AMFS atomics to L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ" >+ availability="$GtSlice2" >+ mdapi_group="AMFS" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="AMFS_L3_ATOMIC_SLICE1" >+ underscore_name="amfs_l3_atomic_slice1" >+ description="Number of AMFS atomics to L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 5 READ" >+ availability="$GtSlice3" >+ mdapi_group="AMFS" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext124" >+ underscore_name="ext124" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="bd7a8af3-2d23-4c95-9cb1-429840dfc38f" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="VERTEX_FETCH_INPUT_AVAILABLE_SLICE0" >+ underscore_name="vertex_fetch_input_available_slice0" >+ description="Percentage of time in which Vertex Fetch input is available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="VERTEX_FETCH_INPUT_AVAILABLE_SLICE1" >+ underscore_name="vertex_fetch_input_available_slice1" >+ description="Percentage of time in which Vertex Fetch input is available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="VERTEX_FETCH_OUTPUT_READY_SLICE0" >+ underscore_name="vertex_fetch_output_ready_slice0" >+ description="Percentage of time in which Vertex Fetch output is ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="VERTEX_FETCH_OUTPUT_READY_SLICE1" >+ underscore_name="vertex_fetch_output_ready_slice1" >+ description="Percentage of time in which Vertex Fetch output is ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="CLIPPER_INPUT_VERTEX_SLICE0" >+ underscore_name="clipper_input_vertex_slice0" >+ description="Number of Clipper input vertices" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ B 3 READ UADD" >+ availability="$GtSlice2" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="CLIPPER_INPUT_VERTEX_SLICE1" >+ underscore_name="clipper_input_vertex_slice1" >+ description="Number of Clipper input vertices" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD" >+ availability="$GtSlice3" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="STREAMOUT_OUTPUT_VERTEX_COUNT_SLICE0" >+ underscore_name="streamout_output_vertex_count_slice0" >+ description="Number of vertices written by SOL" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 5 READ" >+ availability="$GtSlice2" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="STREAMOUT_OUTPUT_VERTEX_COUNT_SLICE1" >+ underscore_name="streamout_output_vertex_count_slice1" >+ description="Number of vertices written by SOL" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 4 READ" >+ availability="$GtSlice3" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="VS_OUTPUT_READY_SLICE0" >+ underscore_name="vs_output_ready_slice0" >+ description="Percentage of time in which Vertex Shader output is ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="VS_OUTPUT_READY_SLICE1" >+ underscore_name="vs_output_ready_slice1" >+ description="Percentage of time in which Vertex Shader output is ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext125" >+ underscore_name="ext125" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="2e16a8a7-613a-4df1-91bf-eec73d281822" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="CLIPPER_INPUT_AVAILABLE_SLICE0" >+ underscore_name="clipper_input_available_slice0" >+ description="Percentage of time in which Clipper has input available (from Vertex Shader or SOL)" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="CLIPPER_INPUT_AVAILABLE_SLICE1" >+ underscore_name="clipper_input_available_slice1" >+ description="Percentage of time in which Clipper has input available (from Vertex Shader or SOL)" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="CLIPPER_OUTPUT_READY_SLICE0" >+ underscore_name="clipper_output_ready_slice0" >+ description="Percentage of time in which Clipper output ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="CLIPPER_OUTPUT_READY_SLICE1" >+ underscore_name="clipper_output_ready_slice1" >+ description="Percentage of time in which Clipper output ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="CLIPPER_PRIMITIVE_OUTPUT_SLICE0" >+ underscore_name="clipper_primitive_output_slice0" >+ description="Number of primitives going out of Clipper, must clip plus the trivial accept" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 5 READ" >+ availability="$GtSlice2" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="CLIPPER_PRIMITIVE_OUTPUT_SLICE1" >+ underscore_name="clipper_primitive_output_slice1" >+ description="Number of primitives going out of Clipper, must clip plus the trivial accept" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ" >+ availability="$GtSlice3" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext126" >+ underscore_name="ext126" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="7cddf3f3-4ed8-484d-b8c7-82a4857ad030" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="CLIPPER_TRANSACTION_OUTPUT_SLICE0" >+ underscore_name="clipper_transaction_output_slice0" >+ description="Number of elements pushed by Clipper into Stripsfan stage" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ" >+ availability="$GtSlice2" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="CLIPPER_TRANSACTION_OUTPUT_SLICE1" >+ underscore_name="clipper_transaction_output_slice1" >+ description="Number of elements pushed by Clipper into Stripsfan stage" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 6 READ" >+ availability="$GtSlice3" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="STRIPSFAN_OBJECT_COUNT_SLICE0" >+ underscore_name="stripsfan_object_count_slice0" >+ description="Number of objects exiting Stripsfan stage" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 5 READ" >+ availability="$GtSlice2" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="STRIPSFAN_OBJECT_COUNT_SLICE1" >+ underscore_name="stripsfan_object_count_slice1" >+ description="Number of objects exiting Stripsfan stage" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 4 READ" >+ availability="$GtSlice3" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="STRIPSFAN_OBJECTS_CULL_SLICE0" >+ underscore_name="stripsfan_objects_cull_slice0" >+ description="Number of simple culled objects in Stripsfan stage" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 3 READ C 2 READ UADD" >+ availability="$GtSlice2" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="STRIPSFAN_OBJECTS_CULL_SLICE1" >+ underscore_name="stripsfan_objects_cull_slice1" >+ description="Number of simple culled objects in Stripsfan stage" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 1 READ C 0 READ UADD" >+ availability="$GtSlice3" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="STRIPSFAN_OUTPUT_READY_SLICE0" >+ underscore_name="stripsfan_output_ready_slice0" >+ description="Percentage of time in which in which geometry pipeline output is ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="STRIPSFAN_OUTPUT_READY_SLICE1" >+ underscore_name="stripsfan_output_ready_slice1" >+ description="Percentage of time in which in which geometry pipeline output is ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="RASTERIZER_TRANSACTION_OUTPUT_SLICE0" >+ underscore_name="rasterizer_transaction_output_slice0" >+ description="Number of transactions pushed from Rasterizer to the Z pipe" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 7 READ B 6 READ UADD" >+ availability="$GtSlice2" >+ mdapi_group="Rasterizer" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="RASTERIZER_TRANSACTION_OUTPUT_SLICE1" >+ underscore_name="rasterizer_transaction_output_slice1" >+ description="Number of transactions pushed from Rasterizer to the Z pipe" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 5 READ B 4 READ UADD" >+ availability="$GtSlice3" >+ mdapi_group="Rasterizer" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext127" >+ underscore_name="ext127" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="cc78dbe3-bf19-4e4f-8957-c75488d8a47b" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RASTERIZER_INPUT_AVAILABLE_SLICE0" >+ underscore_name="rasterizer_input_available_slice0" >+ description="Percentage of time in which Rasterizer input is available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2" >+ mdapi_group="Rasterizer" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="RASTERIZER_INPUT_AVAILABLE_SLICE1" >+ underscore_name="rasterizer_input_available_slice1" >+ description="Percentage of time in which Rasterizer input is available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3" >+ mdapi_group="Rasterizer" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="RASTERIZER_OUTPUT_READY_SLICE0" >+ underscore_name="rasterizer_output_ready_slice0" >+ description="Percentage of time in which Rasterizer output is ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2" >+ mdapi_group="Rasterizer" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="RASTERIZER_OUTPUT_READY_SLICE1" >+ underscore_name="rasterizer_output_ready_slice1" >+ description="Percentage of time in which Rasterizer output is ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3" >+ mdapi_group="Rasterizer" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="CLIPPER_PRIMITIVE_FAR_NEAR_CLIP_SLICE0" >+ underscore_name="clipper_primitive_far_near_clip_slice0" >+ description="Number of primitives clipped by Clipper due to near/far planes" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ B 3 READ UADD" >+ availability="$GtSlice2" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="CLIPPER_PRIMITIVE_FAR_NEAR_CLIP_SLICE1" >+ underscore_name="clipper_primitive_far_near_clip_slice1" >+ description="Number of primitives clipped by Clipper due to near/far planes" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD" >+ availability="$GtSlice3" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="CLIPPER_PRIMITIVE_CULL_SLICE0" >+ underscore_name="clipper_primitive_cull_slice0" >+ description="Number of Clipper early cull primitives" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 5 READ C 4 READ UADD" >+ availability="$GtSlice2" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="CLIPPER_PRIMITIVE_CULL_SLICE1" >+ underscore_name="clipper_primitive_cull_slice1" >+ description="Number of Clipper early cull primitives" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 3 READ C 2 READ UADD" >+ availability="$GtSlice3" >+ mdapi_group="Geometry" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext128" >+ underscore_name="ext128" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="9722a829-b7e5-4716-b62e-ff6cb930232b" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="URB_READ_SLICE0" >+ underscore_name="urb_read_slice0" >+ description="Number of URB reads" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ C 6 READ UADD C 5 READ UADD C 4 READ UADD C 3 READ UADD C 2 READ UADD" >+ availability="$GtSlice2" >+ mdapi_group="URB" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="URB_WRITE_SLICE0" >+ underscore_name="urb_write_slice0" >+ description="Number of URB writes" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 1 READ C 0 READ UADD B 7 READ UADD B 6 READ UADD B 5 READ UADD B 4 READ UADD" >+ availability="$GtSlice2" >+ mdapi_group="URB" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="URB_CROSS_SLICE_READ_SLICE0" >+ underscore_name="urb_cross_slice_read_slice0" >+ description="Number of URB reads occurred from cross slices" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ B 2 READ UADD B 1 READ UADD B 0 READ UADD" >+ availability="$GtSlice2" >+ mdapi_group="URB" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext129" >+ underscore_name="ext129" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="4d7bb9a8-4b02-435a-b2be-16a2314c421d" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="URB_READ_SLICE1" >+ underscore_name="urb_read_slice1" >+ description="Number of URB reads" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ C 6 READ UADD C 5 READ UADD C 4 READ UADD C 3 READ UADD C 2 READ UADD" >+ availability="$GtSlice3" >+ mdapi_group="URB" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="URB_WRITE_SLICE1" >+ underscore_name="urb_write_slice1" >+ description="Number of URB writes" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 1 READ C 0 READ UADD B 7 READ UADD B 6 READ UADD B 5 READ UADD B 4 READ UADD" >+ availability="$GtSlice3" >+ mdapi_group="URB" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="URB_CROSS_SLICE_READ_SLICE1" >+ underscore_name="urb_cross_slice_read_slice1" >+ description="Number of URB reads occurred from cross slices" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ B 2 READ UADD B 1 READ UADD B 0 READ UADD" >+ availability="$GtSlice3" >+ mdapi_group="URB" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext130" >+ underscore_name="ext130" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="307951f8-0159-4d0c-bc8f-04fee7247e0a" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="EARLY_DEPTH_STENCIL_TEST_FAIL_NP_ZPIPE0" >+ underscore_name="early_depth_stencil_test_fail_np_zpipe0" >+ description="Number of non-promoted 2x2 that failed Depth / Stencil before the Pixel Shader that were previously ambiguous at HiZ" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD USUB" >+ availability="$GtSlice2" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="EARLY_DEPTH_STENCIL_TEST_FAIL_P_ZPIPE0" >+ underscore_name="early_depth_stencil_test_fail_p_zpipe0" >+ description="Number of promoted 2x2 that failed Depth / Stencil that were previously ambiguous at HiZ" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD" >+ availability="$GtSlice2" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext131" >+ underscore_name="ext131" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="aa04f1fa-826e-4b25-a7a6-4fbb4a7d0dd2" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="EARLY_DEPTH_STENCIL_TEST_FAIL_NP_ZPIPE1" >+ underscore_name="early_depth_stencil_test_fail_np_zpipe1" >+ description="Number of non-promoted 2x2 that failed Depth / Stencil before the Pixel Shader that were previously ambiguous at HiZ" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD USUB" >+ availability="$GtSlice2" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="EARLY_DEPTH_STENCIL_TEST_FAIL_P_ZPIPE1" >+ underscore_name="early_depth_stencil_test_fail_p_zpipe1" >+ description="Number of promoted 2x2 that failed Depth / Stencil that were previously ambiguous at HiZ" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD" >+ availability="$GtSlice2" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext132" >+ underscore_name="ext132" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="9121bb2c-a28d-4796-a60b-52905e317576" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="EARLY_DEPTH_STENCIL_TEST_FAIL_NP_ZPIPE2" >+ underscore_name="early_depth_stencil_test_fail_np_zpipe2" >+ description="Number of non-promoted 2x2 that failed Depth / Stencil before the Pixel Shader that were previously ambiguous at HiZ" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD USUB" >+ availability="$GtSlice3" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="EARLY_DEPTH_STENCIL_TEST_FAIL_P_ZPIPE2" >+ underscore_name="early_depth_stencil_test_fail_p_zpipe2" >+ description="Number of promoted 2x2 that failed Depth / Stencil that were previously ambiguous at HiZ" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD" >+ availability="$GtSlice3" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext133" >+ underscore_name="ext133" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="14a8d00b-a361-4bc5-94fe-4664b837cc56" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="EARLY_DEPTH_STENCIL_TEST_FAIL_NP_ZPIPE3" >+ underscore_name="early_depth_stencil_test_fail_np_zpipe3" >+ description="Number of non-promoted 2x2 that failed Depth / Stencil before the Pixel Shader that were previously ambiguous at HiZ" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD USUB" >+ availability="$GtSlice3" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="EARLY_DEPTH_STENCIL_TEST_FAIL_P_ZPIPE3" >+ underscore_name="early_depth_stencil_test_fail_p_zpipe3" >+ description="Number of promoted 2x2 that failed Depth / Stencil that were previously ambiguous at HiZ" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD" >+ availability="$GtSlice3" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext134" >+ underscore_name="ext134" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="74fda750-6436-4a97-897b-8eff0a63de70" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="HIZ_DEPTH_TEST_AMBIG_NP_ZPIPE0" >+ underscore_name="hiz_depth_test_ambig_np_zpipe0" >+ description="Number of non-promoted 2x2 that are ambiguous by hierarchical depth test" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD 128 B 7 READ UMUL UADD 256 C 1 READ UMUL UADD 512 C 3 READ UMUL UADD 1024 C 5 READ UMUL UADD" >+ availability="$GtSlice2" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext135" >+ underscore_name="ext135" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="1712c473-6635-49af-a6da-43c724c96dcd" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="HIZ_DEPTH_TEST_AMBIG_NP_ZPIPE1" >+ underscore_name="hiz_depth_test_ambig_np_zpipe1" >+ description="Number of non-promoted 2x2 that are ambiguous by hierarchical depth test" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD 128 B 7 READ UMUL UADD 256 C 1 READ UMUL UADD 512 C 3 READ UMUL UADD 1024 C 5 READ UMUL UADD" >+ availability="$GtSlice2" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext136" >+ underscore_name="ext136" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="5c1a57d6-2dff-48ca-98bf-02c71a22057a" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="HIZ_DEPTH_TEST_AMBIG_NP_ZPIPE2" >+ underscore_name="hiz_depth_test_ambig_np_zpipe2" >+ description="Number of non-promoted 2x2 that are ambiguous by hierarchical depth test" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD 128 B 7 READ UMUL UADD 256 C 1 READ UMUL UADD 512 C 3 READ UMUL UADD 1024 C 5 READ UMUL UADD" >+ availability="$GtSlice3" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext137" >+ underscore_name="ext137" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="6ede1a62-069a-4b3d-8b17-000005541bfd" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="HIZ_DEPTH_TEST_AMBIG_NP_ZPIPE3" >+ underscore_name="hiz_depth_test_ambig_np_zpipe3" >+ description="Number of non-promoted 2x2 that are ambiguous by hierarchical depth test" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD 128 B 7 READ UMUL UADD 256 C 1 READ UMUL UADD 512 C 3 READ UMUL UADD 1024 C 5 READ UMUL UADD" >+ availability="$GtSlice3" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext138" >+ underscore_name="ext138" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="4a31afda-7a08-4d3d-91fd-138bae3eb836" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="HIZ_DEPTH_TEST_AMBIG_P_ZPIPE0" >+ underscore_name="hiz_depth_test_ambig_p_zpipe0" >+ description="Number of promoted 2x2 that are ambiguous by hierarchical depth test" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD 128 B 7 READ UMUL UADD 256 C 1 READ UMUL UADD 512 C 3 READ UMUL UADD 1024 C 5 READ UMUL UADD" >+ availability="$GtSlice2" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext139" >+ underscore_name="ext139" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="c800871b-2505-40f3-99e2-6c0ccb9102f2" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="HIZ_DEPTH_TEST_AMBIG_P_ZPIPE1" >+ underscore_name="hiz_depth_test_ambig_p_zpipe1" >+ description="Number of promoted 2x2 that are ambiguous by hierarchical depth test" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD 128 B 7 READ UMUL UADD 256 C 1 READ UMUL UADD 512 C 3 READ UMUL UADD 1024 C 5 READ UMUL UADD" >+ availability="$GtSlice2" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext140" >+ underscore_name="ext140" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="067cbc21-6b6c-48c6-b47c-922a27b60b30" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="HIZ_DEPTH_TEST_AMBIG_P_ZPIPE2" >+ underscore_name="hiz_depth_test_ambig_p_zpipe2" >+ description="Number of promoted 2x2 that are ambiguous by hierarchical depth test" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD 128 B 7 READ UMUL UADD 256 C 1 READ UMUL UADD 512 C 3 READ UMUL UADD 1024 C 5 READ UMUL UADD" >+ availability="$GtSlice3" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext141" >+ underscore_name="ext141" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="e8ee8621-7110-4d70-9651-846fd4fa3c3c" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="HIZ_DEPTH_TEST_AMBIG_P_ZPIPE3" >+ underscore_name="hiz_depth_test_ambig_p_zpipe3" >+ description="Number of promoted 2x2 that are ambiguous by hierarchical depth test" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD 128 B 7 READ UMUL UADD 256 C 1 READ UMUL UADD 512 C 3 READ UMUL UADD 1024 C 5 READ UMUL UADD" >+ availability="$GtSlice3" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext142" >+ underscore_name="ext142" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="87a9d5f2-2029-48b9-bbd3-78867e022166" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="HIZ_DEPTH_TEST_FAIL_NP_ZPIPE0" >+ underscore_name="hiz_depth_test_fail_np_zpipe0" >+ description="Number of non-promoted 2x2 that failed the hierarchical depth test" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD 128 B 7 READ UMUL UADD 256 C 1 READ UMUL UADD 512 C 3 READ UMUL UADD 1024 C 5 READ UMUL UADD" >+ availability="$GtSlice2" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext143" >+ underscore_name="ext143" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="bffa2382-3aff-471a-92af-5dd571c7868f" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="HIZ_DEPTH_TEST_FAIL_NP_ZPIPE1" >+ underscore_name="hiz_depth_test_fail_np_zpipe1" >+ description="Number of non-promoted 2x2 that failed the hierarchical depth test" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD 128 B 7 READ UMUL UADD 256 C 1 READ UMUL UADD 512 C 3 READ UMUL UADD 1024 C 5 READ UMUL UADD" >+ availability="$GtSlice2" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext144" >+ underscore_name="ext144" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="951f3ee4-6a3c-470c-b403-c01ee6a7e97d" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="HIZ_DEPTH_TEST_FAIL_NP_ZPIPE2" >+ underscore_name="hiz_depth_test_fail_np_zpipe2" >+ description="Number of non-promoted 2x2 that failed the hierarchical depth test" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD 128 B 7 READ UMUL UADD 256 C 1 READ UMUL UADD 512 C 3 READ UMUL UADD 1024 C 5 READ UMUL UADD" >+ availability="$GtSlice3" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext145" >+ underscore_name="ext145" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="4d34c592-973b-4e75-a451-cf4ad90f79e1" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="HIZ_DEPTH_TEST_FAIL_NP_ZPIPE3" >+ underscore_name="hiz_depth_test_fail_np_zpipe3" >+ description="Number of non-promoted 2x2 that failed the hierarchical depth test" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD 128 B 7 READ UMUL UADD 256 C 1 READ UMUL UADD 512 C 3 READ UMUL UADD 1024 C 5 READ UMUL UADD" >+ availability="$GtSlice3" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext146" >+ underscore_name="ext146" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="4a881a06-44b8-4199-a609-e0e4e22631c4" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="HIZ_DEPTH_TEST_FAIL_P_ZPIPE0" >+ underscore_name="hiz_depth_test_fail_p_zpipe0" >+ description="Number of promoted 2x2 that failed the hierarchical depth test" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD 128 B 7 READ UMUL UADD 256 C 1 READ UMUL UADD 512 C 3 READ UMUL UADD 1024 C 5 READ UMUL UADD" >+ availability="$GtSlice2" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext147" >+ underscore_name="ext147" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="20b339b5-abb6-48fc-8a09-bb4cafacbb72" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="HIZ_DEPTH_TEST_FAIL_P_ZPIPE1" >+ underscore_name="hiz_depth_test_fail_p_zpipe1" >+ description="Number of promoted 2x2 that failed the hierarchical depth test" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD 128 B 7 READ UMUL UADD 256 C 1 READ UMUL UADD 512 C 3 READ UMUL UADD 1024 C 5 READ UMUL UADD" >+ availability="$GtSlice2" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext148" >+ underscore_name="ext148" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="8b62b22b-a467-4638-a113-81a5c59d64e8" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="HIZ_DEPTH_TEST_FAIL_P_ZPIPE2" >+ underscore_name="hiz_depth_test_fail_p_zpipe2" >+ description="Number of promoted 2x2 that failed the hierarchical depth test" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD 128 B 7 READ UMUL UADD 256 C 1 READ UMUL UADD 512 C 3 READ UMUL UADD 1024 C 5 READ UMUL UADD" >+ availability="$GtSlice3" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext149" >+ underscore_name="ext149" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="a563237d-76f3-45bc-82d7-c4a441c9230c" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="HIZ_DEPTH_TEST_FAIL_P_ZPIPE3" >+ underscore_name="hiz_depth_test_fail_p_zpipe3" >+ description="Number of promoted 2x2 that failed the hierarchical depth test" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD 128 B 7 READ UMUL UADD 256 C 1 READ UMUL UADD 512 C 3 READ UMUL UADD 1024 C 5 READ UMUL UADD" >+ availability="$GtSlice3" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext150" >+ underscore_name="ext150" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="dee6b408-d907-4eae-a961-7262816be56c" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="HIZ_DEPTH_TEST_PASS_P_ZPIPE0" >+ underscore_name="hiz_depth_test_pass_p_zpipe0" >+ description="Number of promoted 2x2 passed by hierarchical depth test" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD 128 B 7 READ UMUL UADD 256 C 1 READ UMUL UADD 512 C 3 READ UMUL UADD 1024 C 5 READ UMUL UADD" >+ availability="$GtSlice2" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext151" >+ underscore_name="ext151" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="c2bf9d7d-0998-483b-bede-7ced3f8cf423" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="HIZ_DEPTH_TEST_PASS_P_ZPIPE1" >+ underscore_name="hiz_depth_test_pass_p_zpipe1" >+ description="Number of promoted 2x2 passed by hierarchical depth test" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD 128 B 7 READ UMUL UADD 256 C 1 READ UMUL UADD 512 C 3 READ UMUL UADD 1024 C 5 READ UMUL UADD" >+ availability="$GtSlice2" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext152" >+ underscore_name="ext152" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="06c6ecdb-9b66-400b-83ca-484309fba532" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="HIZ_DEPTH_TEST_PASS_P_ZPIPE2" >+ underscore_name="hiz_depth_test_pass_p_zpipe2" >+ description="Number of promoted 2x2 passed by hierarchical depth test" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD 128 B 7 READ UMUL UADD 256 C 1 READ UMUL UADD 512 C 3 READ UMUL UADD 1024 C 5 READ UMUL UADD" >+ availability="$GtSlice3" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext153" >+ underscore_name="ext153" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="af12ca37-4f11-4c7a-b6b3-695210972c92" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="HIZ_DEPTH_TEST_PASS_P_ZPIPE3" >+ underscore_name="hiz_depth_test_pass_p_zpipe3" >+ description="Number of promoted 2x2 passed by hierarchical depth test" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD 128 B 7 READ UMUL UADD 256 C 1 READ UMUL UADD 512 C 3 READ UMUL UADD 1024 C 5 READ UMUL UADD" >+ availability="$GtSlice3" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext154" >+ underscore_name="ext154" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="f72930f8-79c3-49f3-9fa3-07a05070d1fd" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="HIZ_SUBSPAN_LATENCY_FIFOFULL_ZPIPE0" >+ underscore_name="hiz_subspan_latency_fifofull_zpipe0" >+ description="Percentage of time in which HiZ latency hiding structure full" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="HIZ_SUBSPAN_LATENCY_FIFOFULL_ZPIPE1" >+ underscore_name="hiz_subspan_latency_fifofull_zpipe1" >+ description="Percentage of time in which HiZ latency hiding structure full" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="HIZ_SUBSPAN_LATENCY_FIFOFULL_ZPIPE2" >+ underscore_name="hiz_subspan_latency_fifofull_zpipe2" >+ description="Percentage of time in which HiZ latency hiding structure full" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="HIZ_SUBSPAN_LATENCY_FIFOFULL_ZPIPE3" >+ underscore_name="hiz_subspan_latency_fifofull_zpipe3" >+ description="Percentage of time in which HiZ latency hiding structure full" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="IZ_SUBSPAN_LATENCY_FIFOFULL_ZPIPE0" >+ underscore_name="iz_subspan_latency_fifofull_zpipe0" >+ description="Percentage of time in which IZ latency hiding structure full" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="IZ_SUBSPAN_LATENCY_FIFOFULL_ZPIPE1" >+ underscore_name="iz_subspan_latency_fifofull_zpipe1" >+ description="Percentage of time in which IZ latency hiding structure full" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="IZ_SUBSPAN_LATENCY_FIFOFULL_ZPIPE2" >+ underscore_name="iz_subspan_latency_fifofull_zpipe2" >+ description="Percentage of time in which IZ latency hiding structure full" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="IZ_SUBSPAN_LATENCY_FIFOFULL_ZPIPE3" >+ underscore_name="iz_subspan_latency_fifofull_zpipe3" >+ description="Percentage of time in which IZ latency hiding structure full" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="IZ_OUTPUT_READY_ZPIPE0" >+ underscore_name="iz_output_ready_zpipe0" >+ description="Percentage of time in which IZ has requests to different clients" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="IZ_OUTPUT_READY_ZPIPE1" >+ underscore_name="iz_output_ready_zpipe1" >+ description="Percentage of time in which IZ has requests to different clients" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="IZ_OUTPUT_READY_ZPIPE2" >+ underscore_name="iz_output_ready_zpipe2" >+ description="Percentage of time in which IZ has requests to different clients" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="IZ_OUTPUT_READY_ZPIPE3" >+ underscore_name="iz_output_ready_zpipe3" >+ description="Percentage of time in which IZ has requests to different clients" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3" >+ mdapi_group="DepthPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext155" >+ underscore_name="ext155" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="ac5346ae-2be4-47d1-8300-6e25c445297d" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="COMMAND_PARSER_COMPUTE_ENGINE_BUSY_CCS0" >+ underscore_name="command_parser_compute_engine_busy_ccs0" >+ description="Percentage of time in which there is a context loaded and active on the compute queue" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="COMMAND_PARSER_COMPUTE_ENGINE_BUSY_CCS1" >+ underscore_name="command_parser_compute_engine_busy_ccs1" >+ description="Percentage of time in which there is a context loaded and active on the compute queue" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="COMMAND_PARSER_COMPUTE_ENGINE_BUSY_CCS2" >+ underscore_name="command_parser_compute_engine_busy_ccs2" >+ description="Percentage of time in which there is a context loaded and active on the compute queue" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="COMMAND_PARSER_COMPUTE_ENGINE_BUSY_CCS3" >+ underscore_name="command_parser_compute_engine_busy_ccs3" >+ description="Percentage of time in which there is a context loaded and active on the compute queue" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="COMMAND_PARSER_RENDER_ENGINE_BUSY" >+ underscore_name="command_parser_render_engine_busy" >+ description="Percentage of time in which there is a context loaded and active on the 3D queue" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext156" >+ underscore_name="ext156" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="f8f7091d-7f71-42cf-84de-8ad23fe45432" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="COMMAND_PARSER_COMPUTE_ENGINE_DISPATCH_KERNEL_COUNT_CCS0" >+ underscore_name="command_parser_compute_engine_dispatch_kernel_count_ccs0" >+ description="Number of compute walker commands parsed on the compute engine" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="COMMAND_PARSER_COMPUTE_ENGINE_DISPATCH_KERNEL_COUNT_CCS1" >+ underscore_name="command_parser_compute_engine_dispatch_kernel_count_ccs1" >+ description="Number of compute walker commands parsed on the compute engine" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 6 READ" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="COMMAND_PARSER_COMPUTE_ENGINE_DISPATCH_KERNEL_COUNT_CCS2" >+ underscore_name="command_parser_compute_engine_dispatch_kernel_count_ccs2" >+ description="Number of compute walker commands parsed on the compute engine" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 5 READ" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="COMMAND_PARSER_COMPUTE_ENGINE_DISPATCH_KERNEL_COUNT_CCS3" >+ underscore_name="command_parser_compute_engine_dispatch_kernel_count_ccs3" >+ description="Number of compute walker commands parsed on the compute engine" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 4 READ" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="COMMAND_PARSER_RENDER_ENGINE_DISPATCH_KERNEL_COUNT" >+ underscore_name="command_parser_render_engine_dispatch_kernel_count" >+ description="Number of compute walker commands parsed on the 3D engine" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 3 READ" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="COMMAND_PARSER_RENDER_ENGINE_DRAW_COUNT" >+ underscore_name="command_parser_render_engine_draw_count" >+ description="Number of DRAW and MESH commands parsed on the 3D engine" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="COMMAND_PARSER_FLUSH_COUNT" >+ underscore_name="command_parser_flush_count" >+ description="Number of Stalling flushes at the top of the pipe" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 2 READ" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext157" >+ underscore_name="ext157" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="ac6eecdc-0074-4a94-9269-48b5e3833439" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="COMMAND_PARSER_COPY_ENGINE_BUSY" >+ underscore_name="command_parser_copy_engine_busy" >+ description="Percentage of time in which there is a context loaded and active on the copy queue." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="COMMAND_PARSER_VIDEO_ENGINE_BUSY_VDBOX0" >+ underscore_name="command_parser_video_engine_busy_vdbox0" >+ description="Percentage of time in which there is a context loaded and active on the media queue" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="COMMAND_PARSER_VIDEO_ENGINE_BUSY_VDBOX1" >+ underscore_name="command_parser_video_engine_busy_vdbox1" >+ description="Percentage of time in which there is a context loaded and active on the media queue" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="COMMAND_PARSER_VIDEO_ENHANCEMENT_ENGINE_BUSY_VEBOX0" >+ underscore_name="command_parser_video_enhancement_engine_busy_vebox0" >+ description="Percentage of time in which there is a context loaded and active on the video enhancement queue" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="COMMAND_PARSER_VIDEO_ENHANCEMENT_ENGINE_BUSY_VEBOX1" >+ underscore_name="command_parser_video_enhancement_engine_busy_vebox1" >+ description="Percentage of time in which there is a context loaded and active on the video enhancement queue" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="FrontEnd" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext158" >+ underscore_name="ext158" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="4c27f089-06ab-4c33-b084-fc7cc9cc78ea" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_INPUT_MESSAGE_RAY_COUNT_XECORE0" >+ underscore_name="rt_input_message_ray_count_xecore0" >+ description="Number of valid SIMD lanes in the TraceRay message" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ C 6 READ UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_INPUT_MESSAGE_RAY_COUNT_XECORE1" >+ underscore_name="rt_input_message_ray_count_xecore1" >+ description="Number of valid SIMD lanes in the TraceRay message" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 5 READ C 4 READ UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_INPUT_MESSAGE_RAY_COUNT_XECORE2" >+ underscore_name="rt_input_message_ray_count_xecore2" >+ description="Number of valid SIMD lanes in the TraceRay message" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 3 READ C 2 READ UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_INPUT_MESSAGE_RAY_COUNT_XECORE3" >+ underscore_name="rt_input_message_ray_count_xecore3" >+ description="Number of valid SIMD lanes in the TraceRay message" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 1 READ C 0 READ UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_INPUT_MESSAGE_RAY_COUNT_XECORE4" >+ underscore_name="rt_input_message_ray_count_xecore4" >+ description="Number of valid SIMD lanes in the TraceRay message" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 7 READ B 6 READ UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_INPUT_MESSAGE_RAY_COUNT_XECORE5" >+ underscore_name="rt_input_message_ray_count_xecore5" >+ description="Number of valid SIMD lanes in the TraceRay message" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 5 READ B 4 READ UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_INPUT_MESSAGE_RAY_COUNT_XECORE6" >+ underscore_name="rt_input_message_ray_count_xecore6" >+ description="Number of valid SIMD lanes in the TraceRay message" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ B 2 READ UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_INPUT_MESSAGE_RAY_COUNT_XECORE7" >+ underscore_name="rt_input_message_ray_count_xecore7" >+ description="Number of valid SIMD lanes in the TraceRay message" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ B 0 READ UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_TRAVERSAL_INPUT_RAY_COUNT_XECORE0" >+ underscore_name="rt_traversal_input_ray_count_xecore0" >+ description="Number of Ray Tracing Traversal input rays" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ C 6 READ UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_TRAVERSAL_INPUT_RAY_COUNT_XECORE1" >+ underscore_name="rt_traversal_input_ray_count_xecore1" >+ description="Number of Ray Tracing Traversal input rays" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 5 READ C 4 READ UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_TRAVERSAL_INPUT_RAY_COUNT_XECORE2" >+ underscore_name="rt_traversal_input_ray_count_xecore2" >+ description="Number of Ray Tracing Traversal input rays" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 3 READ C 2 READ UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_TRAVERSAL_INPUT_RAY_COUNT_XECORE3" >+ underscore_name="rt_traversal_input_ray_count_xecore3" >+ description="Number of Ray Tracing Traversal input rays" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 1 READ C 0 READ UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_TRAVERSAL_INPUT_RAY_COUNT_XECORE4" >+ underscore_name="rt_traversal_input_ray_count_xecore4" >+ description="Number of Ray Tracing Traversal input rays" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 7 READ B 6 READ UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_TRAVERSAL_INPUT_RAY_COUNT_XECORE5" >+ underscore_name="rt_traversal_input_ray_count_xecore5" >+ description="Number of Ray Tracing Traversal input rays" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 5 READ B 4 READ UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_TRAVERSAL_INPUT_RAY_COUNT_XECORE6" >+ underscore_name="rt_traversal_input_ray_count_xecore6" >+ description="Number of Ray Tracing Traversal input rays" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ B 2 READ UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_TRAVERSAL_INPUT_RAY_COUNT_XECORE7" >+ underscore_name="rt_traversal_input_ray_count_xecore7" >+ description="Number of Ray Tracing Traversal input rays" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ B 0 READ UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext159" >+ underscore_name="ext159" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="1918a5b9-f991-4451-afff-565a739dbfb9" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_CLOSEST_HIT_THREAD_RAY_DISPATCH_XECORE0" >+ underscore_name="rt_closest_hit_thread_ray_dispatch_xecore0" >+ description="Number of closest hit threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_CLOSEST_HIT_THREAD_RAY_DISPATCH_XECORE1" >+ underscore_name="rt_closest_hit_thread_ray_dispatch_xecore1" >+ description="Number of closest hit threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ B 3 READ UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_CLOSEST_HIT_THREAD_RAY_DISPATCH_XECORE2" >+ underscore_name="rt_closest_hit_thread_ray_dispatch_xecore2" >+ description="Number of closest hit threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_CLOSEST_HIT_THREAD_RAY_DISPATCH_XECORE3" >+ underscore_name="rt_closest_hit_thread_ray_dispatch_xecore3" >+ description="Number of closest hit threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 6 READ B 7 READ UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext160" >+ underscore_name="ext160" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="6cf8ce0d-617c-4ed8-962c-6b750c0cf012" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_CLOSEST_HIT_THREAD_RAY_DISPATCH_XECORE4" >+ underscore_name="rt_closest_hit_thread_ray_dispatch_xecore4" >+ description="Number of closest hit threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_CLOSEST_HIT_THREAD_RAY_DISPATCH_XECORE5" >+ underscore_name="rt_closest_hit_thread_ray_dispatch_xecore5" >+ description="Number of closest hit threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ B 3 READ UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_CLOSEST_HIT_THREAD_RAY_DISPATCH_XECORE6" >+ underscore_name="rt_closest_hit_thread_ray_dispatch_xecore6" >+ description="Number of closest hit threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_CLOSEST_HIT_THREAD_RAY_DISPATCH_XECORE7" >+ underscore_name="rt_closest_hit_thread_ray_dispatch_xecore7" >+ description="Number of closest hit threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 6 READ B 7 READ UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext161" >+ underscore_name="ext161" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="453d205a-8bd1-4ebe-b617-1168cbfda3ca" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_MISS_THREAD_RAY_DISPATCH_XECORE0" >+ underscore_name="rt_miss_thread_ray_dispatch_xecore0" >+ description="Number of miss threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_MISS_THREAD_RAY_DISPATCH_XECORE1" >+ underscore_name="rt_miss_thread_ray_dispatch_xecore1" >+ description="Number of miss threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ B 3 READ UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_MISS_THREAD_RAY_DISPATCH_XECORE2" >+ underscore_name="rt_miss_thread_ray_dispatch_xecore2" >+ description="Number of miss threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_MISS_THREAD_RAY_DISPATCH_XECORE3" >+ underscore_name="rt_miss_thread_ray_dispatch_xecore3" >+ description="Number of miss threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 6 READ B 7 READ UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext162" >+ underscore_name="ext162" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="9d94eefc-0c25-4725-a6af-3eb468cae42d" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_MISS_THREAD_RAY_DISPATCH_XECORE4" >+ underscore_name="rt_miss_thread_ray_dispatch_xecore4" >+ description="Number of miss threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_MISS_THREAD_RAY_DISPATCH_XECORE5" >+ underscore_name="rt_miss_thread_ray_dispatch_xecore5" >+ description="Number of miss threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ B 3 READ UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_MISS_THREAD_RAY_DISPATCH_XECORE6" >+ underscore_name="rt_miss_thread_ray_dispatch_xecore6" >+ description="Number of miss threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_MISS_THREAD_RAY_DISPATCH_XECORE7" >+ underscore_name="rt_miss_thread_ray_dispatch_xecore7" >+ description="Number of miss threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 6 READ B 7 READ UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext163" >+ underscore_name="ext163" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="fbba6a19-98df-4a94-9a42-2660674d8e25" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_ANY_HIT_THREAD_RAY_DISPATCH_XECORE0" >+ underscore_name="rt_any_hit_thread_ray_dispatch_xecore0" >+ description="Number of any hit threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_ANY_HIT_THREAD_RAY_DISPATCH_XECORE1" >+ underscore_name="rt_any_hit_thread_ray_dispatch_xecore1" >+ description="Number of any hit threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ B 3 READ UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_ANY_HIT_THREAD_RAY_DISPATCH_XECORE2" >+ underscore_name="rt_any_hit_thread_ray_dispatch_xecore2" >+ description="Number of any hit threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_ANY_HIT_THREAD_RAY_DISPATCH_XECORE3" >+ underscore_name="rt_any_hit_thread_ray_dispatch_xecore3" >+ description="Number of any hit threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 6 READ B 7 READ UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext164" >+ underscore_name="ext164" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="ec971ed3-3fb2-4d4c-bf27-08eeb418dc68" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_ANY_HIT_THREAD_RAY_DISPATCH_XECORE4" >+ underscore_name="rt_any_hit_thread_ray_dispatch_xecore4" >+ description="Number of any hit threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_ANY_HIT_THREAD_RAY_DISPATCH_XECORE5" >+ underscore_name="rt_any_hit_thread_ray_dispatch_xecore5" >+ description="Number of any hit threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ B 3 READ UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_ANY_HIT_THREAD_RAY_DISPATCH_XECORE6" >+ underscore_name="rt_any_hit_thread_ray_dispatch_xecore6" >+ description="Number of any hit threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_ANY_HIT_THREAD_RAY_DISPATCH_XECORE7" >+ underscore_name="rt_any_hit_thread_ray_dispatch_xecore7" >+ description="Number of any hit threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 6 READ B 7 READ UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext165" >+ underscore_name="ext165" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="a1d6b535-1d00-4951-bdcc-8586b9ba7c0a" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_INTERSECTION_THREAD_RAY_DISPATCH_XECORE0" >+ underscore_name="rt_intersection_thread_ray_dispatch_xecore0" >+ description="Number of intersection threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_INTERSECTION_THREAD_RAY_DISPATCH_XECORE1" >+ underscore_name="rt_intersection_thread_ray_dispatch_xecore1" >+ description="Number of intersection threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ B 3 READ UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_INTERSECTION_THREAD_RAY_DISPATCH_XECORE2" >+ underscore_name="rt_intersection_thread_ray_dispatch_xecore2" >+ description="Number of intersection threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_INTERSECTION_THREAD_RAY_DISPATCH_XECORE3" >+ underscore_name="rt_intersection_thread_ray_dispatch_xecore3" >+ description="Number of intersection threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 6 READ B 7 READ UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext166" >+ underscore_name="ext166" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="5f78bfe9-b17b-4df2-b1de-54e7c84d93ab" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_INTERSECTION_THREAD_RAY_DISPATCH_XECORE4" >+ underscore_name="rt_intersection_thread_ray_dispatch_xecore4" >+ description="Number of intersection threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_INTERSECTION_THREAD_RAY_DISPATCH_XECORE5" >+ underscore_name="rt_intersection_thread_ray_dispatch_xecore5" >+ description="Number of intersection threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ B 3 READ UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_INTERSECTION_THREAD_RAY_DISPATCH_XECORE6" >+ underscore_name="rt_intersection_thread_ray_dispatch_xecore6" >+ description="Number of intersection threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_INTERSECTION_THREAD_RAY_DISPATCH_XECORE7" >+ underscore_name="rt_intersection_thread_ray_dispatch_xecore7" >+ description="Number of intersection threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 6 READ B 7 READ UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext167" >+ underscore_name="ext167" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="c76128ab-fe65-4ccc-94ea-f351ccbd5f16" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_CALLABLE_THREAD_RAY_DISPATCH_XECORE0" >+ underscore_name="rt_callable_thread_ray_dispatch_xecore0" >+ description="Number of callable threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_CALLABLE_THREAD_RAY_DISPATCH_XECORE1" >+ underscore_name="rt_callable_thread_ray_dispatch_xecore1" >+ description="Number of callable threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ B 3 READ UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_CALLABLE_THREAD_RAY_DISPATCH_XECORE2" >+ underscore_name="rt_callable_thread_ray_dispatch_xecore2" >+ description="Number of callable threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_CALLABLE_THREAD_RAY_DISPATCH_XECORE3" >+ underscore_name="rt_callable_thread_ray_dispatch_xecore3" >+ description="Number of callable threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 6 READ B 7 READ UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext168" >+ underscore_name="ext168" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="fac0445a-ae46-412e-bf26-0b4dddd64485" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_CALLABLE_THREAD_RAY_DISPATCH_XECORE4" >+ underscore_name="rt_callable_thread_ray_dispatch_xecore4" >+ description="Number of callable threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_CALLABLE_THREAD_RAY_DISPATCH_XECORE5" >+ underscore_name="rt_callable_thread_ray_dispatch_xecore5" >+ description="Number of callable threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ B 3 READ UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_CALLABLE_THREAD_RAY_DISPATCH_XECORE6" >+ underscore_name="rt_callable_thread_ray_dispatch_xecore6" >+ description="Number of callable threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_CALLABLE_THREAD_RAY_DISPATCH_XECORE7" >+ underscore_name="rt_callable_thread_ray_dispatch_xecore7" >+ description="Number of callable threads dispatched for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 6 READ B 7 READ UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext169" >+ underscore_name="ext169" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="386322a7-4cf5-4bf9-bbd9-35a6477a4479" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_TRAVERSAL_OUTPUT_RAY_COUNT_XECORE0" >+ underscore_name="rt_traversal_output_ray_count_xecore0" >+ description="Number of Ray Tracing Traversal output rays" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_TRAVERSAL_OUTPUT_RAY_COUNT_XECORE1" >+ underscore_name="rt_traversal_output_ray_count_xecore1" >+ description="Number of Ray Tracing Traversal output rays" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ B 3 READ UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_TRAVERSAL_OUTPUT_RAY_COUNT_XECORE2" >+ underscore_name="rt_traversal_output_ray_count_xecore2" >+ description="Number of Ray Tracing Traversal output rays" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_TRAVERSAL_OUTPUT_RAY_COUNT_XECORE3" >+ underscore_name="rt_traversal_output_ray_count_xecore3" >+ description="Number of Ray Tracing Traversal output rays" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 6 READ B 7 READ UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext170" >+ underscore_name="ext170" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="b175ecb9-b8cd-4f9c-97d4-73bf5cf12fa7" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_TRAVERSAL_OUTPUT_RAY_COUNT_XECORE4" >+ underscore_name="rt_traversal_output_ray_count_xecore4" >+ description="Number of Ray Tracing Traversal output rays" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_TRAVERSAL_OUTPUT_RAY_COUNT_XECORE5" >+ underscore_name="rt_traversal_output_ray_count_xecore5" >+ description="Number of Ray Tracing Traversal output rays" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ B 3 READ UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_TRAVERSAL_OUTPUT_RAY_COUNT_XECORE6" >+ underscore_name="rt_traversal_output_ray_count_xecore6" >+ description="Number of Ray Tracing Traversal output rays" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_TRAVERSAL_OUTPUT_RAY_COUNT_XECORE7" >+ underscore_name="rt_traversal_output_ray_count_xecore7" >+ description="Number of Ray Tracing Traversal output rays" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 6 READ B 7 READ UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext171" >+ underscore_name="ext171" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="f2b8f05e-1936-47b6-b1ac-99a441971cea" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_QUAD_TEST_RAY_COUNT_XECORE0" >+ underscore_name="rt_quad_test_ray_count_xecore0" >+ description="Number of nodes processed that use ray-quad intersection pipeline" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_QUAD_TEST_RAY_COUNT_XECORE1" >+ underscore_name="rt_quad_test_ray_count_xecore1" >+ description="Number of nodes processed that use ray-quad intersection pipeline" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 6 READ" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_QUAD_TEST_RAY_COUNT_XECORE2" >+ underscore_name="rt_quad_test_ray_count_xecore2" >+ description="Number of nodes processed that use ray-quad intersection pipeline" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 5 READ" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_QUAD_TEST_RAY_COUNT_XECORE3" >+ underscore_name="rt_quad_test_ray_count_xecore3" >+ description="Number of nodes processed that use ray-quad intersection pipeline" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 4 READ" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_QUAD_TEST_RAY_COUNT_XECORE4" >+ underscore_name="rt_quad_test_ray_count_xecore4" >+ description="Number of nodes processed that use ray-quad intersection pipeline" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 3 READ" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_QUAD_TEST_RAY_COUNT_XECORE5" >+ underscore_name="rt_quad_test_ray_count_xecore5" >+ description="Number of nodes processed that use ray-quad intersection pipeline" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 2 READ" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_QUAD_TEST_RAY_COUNT_XECORE6" >+ underscore_name="rt_quad_test_ray_count_xecore6" >+ description="Number of nodes processed that use ray-quad intersection pipeline" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 1 READ" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_QUAD_TEST_RAY_COUNT_XECORE7" >+ underscore_name="rt_quad_test_ray_count_xecore7" >+ description="Number of nodes processed that use ray-quad intersection pipeline" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 0 READ" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_TRANSFORM_RAY_COUNT_XECORE0" >+ underscore_name="rt_transform_ray_count_xecore0" >+ description="Number of only HW transform accesses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 7 READ" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_TRANSFORM_RAY_COUNT_XECORE1" >+ underscore_name="rt_transform_ray_count_xecore1" >+ description="Number of only HW transform accesses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 6 READ" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_TRANSFORM_RAY_COUNT_XECORE2" >+ underscore_name="rt_transform_ray_count_xecore2" >+ description="Number of only HW transform accesses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 5 READ" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_TRANSFORM_RAY_COUNT_XECORE3" >+ underscore_name="rt_transform_ray_count_xecore3" >+ description="Number of only HW transform accesses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_TRANSFORM_RAY_COUNT_XECORE4" >+ underscore_name="rt_transform_ray_count_xecore4" >+ description="Number of only HW transform accesses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_TRANSFORM_RAY_COUNT_XECORE5" >+ underscore_name="rt_transform_ray_count_xecore5" >+ description="Number of only HW transform accesses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_TRANSFORM_RAY_COUNT_XECORE6" >+ underscore_name="rt_transform_ray_count_xecore6" >+ description="Number of only HW transform accesses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_TRANSFORM_RAY_COUNT_XECORE7" >+ underscore_name="rt_transform_ray_count_xecore7" >+ description="Number of only HW transform accesses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext172" >+ underscore_name="ext172" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="72ae9945-8887-4c8b-acd6-559e4b92203e" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_MESSAGE_STALL_COUNT_XECORE0" >+ underscore_name="rt_message_stall_count_xecore0" >+ description="Percentage of time in which Ray Tracing message input is stalled while accepting input" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_MESSAGE_STALL_COUNT_XECORE1" >+ underscore_name="rt_message_stall_count_xecore1" >+ description="Percentage of time in which Ray Tracing message input is stalled while accepting input" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_MESSAGE_STALL_COUNT_XECORE2" >+ underscore_name="rt_message_stall_count_xecore2" >+ description="Percentage of time in which Ray Tracing message input is stalled while accepting input" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_MESSAGE_STALL_COUNT_XECORE3" >+ underscore_name="rt_message_stall_count_xecore3" >+ description="Percentage of time in which Ray Tracing message input is stalled while accepting input" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_MESSAGE_STALL_COUNT_XECORE4" >+ underscore_name="rt_message_stall_count_xecore4" >+ description="Percentage of time in which Ray Tracing message input is stalled while accepting input" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_MESSAGE_STALL_COUNT_XECORE5" >+ underscore_name="rt_message_stall_count_xecore5" >+ description="Percentage of time in which Ray Tracing message input is stalled while accepting input" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_MESSAGE_STALL_COUNT_XECORE6" >+ underscore_name="rt_message_stall_count_xecore6" >+ description="Percentage of time in which Ray Tracing message input is stalled while accepting input" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_MESSAGE_STALL_COUNT_XECORE7" >+ underscore_name="rt_message_stall_count_xecore7" >+ description="Percentage of time in which Ray Tracing message input is stalled while accepting input" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_REQUEST_COLLISION_XECORE0" >+ underscore_name="rt_request_collision_xecore0" >+ description="Percentage of time in which Ray Tracing Leaf has two Traversal inputs valid" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 7 READ" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_REQUEST_COLLISION_XECORE1" >+ underscore_name="rt_request_collision_xecore1" >+ description="Percentage of time in which Ray Tracing Leaf has two Traversal inputs valid" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 6 READ" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_REQUEST_COLLISION_XECORE2" >+ underscore_name="rt_request_collision_xecore2" >+ description="Percentage of time in which Ray Tracing Leaf has two Traversal inputs valid" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 5 READ" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_REQUEST_COLLISION_XECORE3" >+ underscore_name="rt_request_collision_xecore3" >+ description="Percentage of time in which Ray Tracing Leaf has two Traversal inputs valid" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_REQUEST_COLLISION_XECORE4" >+ underscore_name="rt_request_collision_xecore4" >+ description="Percentage of time in which Ray Tracing Leaf has two Traversal inputs valid" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_REQUEST_COLLISION_XECORE5" >+ underscore_name="rt_request_collision_xecore5" >+ description="Percentage of time in which Ray Tracing Leaf has two Traversal inputs valid" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_REQUEST_COLLISION_XECORE6" >+ underscore_name="rt_request_collision_xecore6" >+ description="Percentage of time in which Ray Tracing Leaf has two Traversal inputs valid" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_REQUEST_COLLISION_XECORE7" >+ underscore_name="rt_request_collision_xecore7" >+ description="Percentage of time in which Ray Tracing Leaf has two Traversal inputs valid" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext173" >+ underscore_name="ext173" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="1861b4c1-3950-4855-a8db-6e0b90fc44aa" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL_ALUWR_XECORE0_XVE0_THREAD0" >+ underscore_name="xve_stall_aluwr_xecore0_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for ALU to write GRF/ACC register" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_BARRIER_XECORE0_XVE0_THREAD0" >+ underscore_name="xve_stall_barrier_xecore0_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for Gateway to write Notify register" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_INSTFETCH_XECORE0_XVE0_THREAD0" >+ underscore_name="xve_stall_instfetch_xecore0_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for Instruction Fetch" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_OTHER_XECORE0_XVE0_THREAD0" >+ underscore_name="xve_stall_other_xecore0_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting on any other dependency (Flag/EoT etc)" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_SBID_XECORE0_XVE0_THREAD0" >+ underscore_name="xve_stall_sbid_xecore0_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for Scoreboard token to be available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_SENDWR_XECORE0_XVE0_THREAD0" >+ underscore_name="xve_stall_sendwr_xecore0_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for SEND to write GRF register" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_SHARED_FUNCTION_ACCESS_HOLD_XECORE0_XVE0_THREAD0" >+ underscore_name="xve_shared_function_access_hold_xecore0_xve0_thread0" >+ description="Percentage of time in which XVE requests stalled by Shared Function units" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext174" >+ underscore_name="ext174" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="b29accb6-ff91-45d5-953b-2ca3c0983f66" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL_ALUWR_XECORE1_XVE0_THREAD0" >+ underscore_name="xve_stall_aluwr_xecore1_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for ALU to write GRF/ACC register" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_BARRIER_XECORE1_XVE0_THREAD0" >+ underscore_name="xve_stall_barrier_xecore1_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for Gateway to write Notify register" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_INSTFETCH_XECORE1_XVE0_THREAD0" >+ underscore_name="xve_stall_instfetch_xecore1_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for Instruction Fetch" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_OTHER_XECORE1_XVE0_THREAD0" >+ underscore_name="xve_stall_other_xecore1_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting on any other dependency (Flag/EoT etc)" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_SBID_XECORE1_XVE0_THREAD0" >+ underscore_name="xve_stall_sbid_xecore1_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for Scoreboard token to be available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_SENDWR_XECORE1_XVE0_THREAD0" >+ underscore_name="xve_stall_sendwr_xecore1_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for SEND to write GRF register" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_SHARED_FUNCTION_ACCESS_HOLD_XECORE1_XVE0_THREAD0" >+ underscore_name="xve_shared_function_access_hold_xecore1_xve0_thread0" >+ description="Percentage of time in which XVE requests stalled by Shared Function units" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext175" >+ underscore_name="ext175" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="218c081a-6fe6-4a26-afb6-ca6bd1bf78eb" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL_ALUWR_XECORE2_XVE0_THREAD0" >+ underscore_name="xve_stall_aluwr_xecore2_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for ALU to write GRF/ACC register" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_BARRIER_XECORE2_XVE0_THREAD0" >+ underscore_name="xve_stall_barrier_xecore2_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for Gateway to write Notify register" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_INSTFETCH_XECORE2_XVE0_THREAD0" >+ underscore_name="xve_stall_instfetch_xecore2_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for Instruction Fetch" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_OTHER_XECORE2_XVE0_THREAD0" >+ underscore_name="xve_stall_other_xecore2_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting on any other dependency (Flag/EoT etc)" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_SBID_XECORE2_XVE0_THREAD0" >+ underscore_name="xve_stall_sbid_xecore2_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for Scoreboard token to be available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_SENDWR_XECORE2_XVE0_THREAD0" >+ underscore_name="xve_stall_sendwr_xecore2_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for SEND to write GRF register" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_SHARED_FUNCTION_ACCESS_HOLD_XECORE2_XVE0_THREAD0" >+ underscore_name="xve_shared_function_access_hold_xecore2_xve0_thread0" >+ description="Percentage of time in which XVE requests stalled by Shared Function units" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext176" >+ underscore_name="ext176" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="f7d99e5e-4cb7-47da-835f-ec31a8838dc5" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL_ALUWR_XECORE3_XVE0_THREAD0" >+ underscore_name="xve_stall_aluwr_xecore3_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for ALU to write GRF/ACC register" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_BARRIER_XECORE3_XVE0_THREAD0" >+ underscore_name="xve_stall_barrier_xecore3_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for Gateway to write Notify register" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_INSTFETCH_XECORE3_XVE0_THREAD0" >+ underscore_name="xve_stall_instfetch_xecore3_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for Instruction Fetch" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_OTHER_XECORE3_XVE0_THREAD0" >+ underscore_name="xve_stall_other_xecore3_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting on any other dependency (Flag/EoT etc)" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_SBID_XECORE3_XVE0_THREAD0" >+ underscore_name="xve_stall_sbid_xecore3_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for Scoreboard token to be available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_SENDWR_XECORE3_XVE0_THREAD0" >+ underscore_name="xve_stall_sendwr_xecore3_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for SEND to write GRF register" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_SHARED_FUNCTION_ACCESS_HOLD_XECORE3_XVE0_THREAD0" >+ underscore_name="xve_shared_function_access_hold_xecore3_xve0_thread0" >+ description="Percentage of time in which XVE requests stalled by Shared Function units" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext177" >+ underscore_name="ext177" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="da0fd1f5-25bd-44d7-aced-87d78f3f0a7d" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL_ALUWR_XECORE4_XVE0_THREAD0" >+ underscore_name="xve_stall_aluwr_xecore4_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for ALU to write GRF/ACC register" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_BARRIER_XECORE4_XVE0_THREAD0" >+ underscore_name="xve_stall_barrier_xecore4_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for Gateway to write Notify register" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_INSTFETCH_XECORE4_XVE0_THREAD0" >+ underscore_name="xve_stall_instfetch_xecore4_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for Instruction Fetch" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_OTHER_XECORE4_XVE0_THREAD0" >+ underscore_name="xve_stall_other_xecore4_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting on any other dependency (Flag/EoT etc)" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_SBID_XECORE4_XVE0_THREAD0" >+ underscore_name="xve_stall_sbid_xecore4_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for Scoreboard token to be available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_SENDWR_XECORE4_XVE0_THREAD0" >+ underscore_name="xve_stall_sendwr_xecore4_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for SEND to write GRF register" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_SHARED_FUNCTION_ACCESS_HOLD_XECORE4_XVE0_THREAD0" >+ underscore_name="xve_shared_function_access_hold_xecore4_xve0_thread0" >+ description="Percentage of time in which XVE requests stalled by Shared Function units" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext178" >+ underscore_name="ext178" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="e1495a70-d6ea-4867-aa48-4135567bf19b" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL_ALUWR_XECORE5_XVE0_THREAD0" >+ underscore_name="xve_stall_aluwr_xecore5_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for ALU to write GRF/ACC register" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_BARRIER_XECORE5_XVE0_THREAD0" >+ underscore_name="xve_stall_barrier_xecore5_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for Gateway to write Notify register" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_INSTFETCH_XECORE5_XVE0_THREAD0" >+ underscore_name="xve_stall_instfetch_xecore5_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for Instruction Fetch" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_OTHER_XECORE5_XVE0_THREAD0" >+ underscore_name="xve_stall_other_xecore5_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting on any other dependency (Flag/EoT etc)" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_SBID_XECORE5_XVE0_THREAD0" >+ underscore_name="xve_stall_sbid_xecore5_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for Scoreboard token to be available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_SENDWR_XECORE5_XVE0_THREAD0" >+ underscore_name="xve_stall_sendwr_xecore5_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for SEND to write GRF register" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_SHARED_FUNCTION_ACCESS_HOLD_XECORE5_XVE0_THREAD0" >+ underscore_name="xve_shared_function_access_hold_xecore5_xve0_thread0" >+ description="Percentage of time in which XVE requests stalled by Shared Function units" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext179" >+ underscore_name="ext179" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="d2b946b8-ddbc-47bb-b02d-f89652163b6a" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL_ALUWR_XECORE6_XVE0_THREAD0" >+ underscore_name="xve_stall_aluwr_xecore6_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for ALU to write GRF/ACC register" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_BARRIER_XECORE6_XVE0_THREAD0" >+ underscore_name="xve_stall_barrier_xecore6_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for Gateway to write Notify register" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_INSTFETCH_XECORE6_XVE0_THREAD0" >+ underscore_name="xve_stall_instfetch_xecore6_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for Instruction Fetch" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_OTHER_XECORE6_XVE0_THREAD0" >+ underscore_name="xve_stall_other_xecore6_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting on any other dependency (Flag/EoT etc)" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_SBID_XECORE6_XVE0_THREAD0" >+ underscore_name="xve_stall_sbid_xecore6_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for Scoreboard token to be available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_SENDWR_XECORE6_XVE0_THREAD0" >+ underscore_name="xve_stall_sendwr_xecore6_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for SEND to write GRF register" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_SHARED_FUNCTION_ACCESS_HOLD_XECORE6_XVE0_THREAD0" >+ underscore_name="xve_shared_function_access_hold_xecore6_xve0_thread0" >+ description="Percentage of time in which XVE requests stalled by Shared Function units" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext180" >+ underscore_name="ext180" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="44915f22-aaca-4871-b8ca-7a83aa83d605" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL_ALUWR_XECORE7_XVE0_THREAD0" >+ underscore_name="xve_stall_aluwr_xecore7_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for ALU to write GRF/ACC register" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_BARRIER_XECORE7_XVE0_THREAD0" >+ underscore_name="xve_stall_barrier_xecore7_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for Gateway to write Notify register" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_INSTFETCH_XECORE7_XVE0_THREAD0" >+ underscore_name="xve_stall_instfetch_xecore7_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for Instruction Fetch" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_OTHER_XECORE7_XVE0_THREAD0" >+ underscore_name="xve_stall_other_xecore7_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting on any other dependency (Flag/EoT etc)" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_SBID_XECORE7_XVE0_THREAD0" >+ underscore_name="xve_stall_sbid_xecore7_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for Scoreboard token to be available" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_STALL_SENDWR_XECORE7_XVE0_THREAD0" >+ underscore_name="xve_stall_sendwr_xecore7_xve0_thread0" >+ description="Percentage of time in which XVE stalled, with at least one thread waiting for SEND to write GRF register" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_SHARED_FUNCTION_ACCESS_HOLD_XECORE7_XVE0_THREAD0" >+ underscore_name="xve_shared_function_access_hold_xecore7_xve0_thread0" >+ description="Percentage of time in which XVE requests stalled by Shared Function units" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext181" >+ underscore_name="ext181" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="fe0eda19-22d8-410e-b61d-24bce297d8ae" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_ISSUED_ALL_XECORE0_XVE0" >+ underscore_name="xve_inst_issued_all_xecore0_xve0" >+ description="Number of instructions issued (decoded) to any pipe" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_INST_ISSUED_ALL_XECORE1_XVE0" >+ underscore_name="xve_inst_issued_all_xecore1_xve0" >+ description="Number of instructions issued (decoded) to any pipe" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_INST_ISSUED_ALL_XECORE2_XVE0" >+ underscore_name="xve_inst_issued_all_xecore2_xve0" >+ description="Number of instructions issued (decoded) to any pipe" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext182" >+ underscore_name="ext182" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="aef5adcb-e3ef-4839-aea5-a6bbb9bb5faa" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_ISSUED_ALL_XECORE3_XVE0" >+ underscore_name="xve_inst_issued_all_xecore3_xve0" >+ description="Number of instructions issued (decoded) to any pipe" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_INST_ISSUED_ALL_XECORE4_XVE0" >+ underscore_name="xve_inst_issued_all_xecore4_xve0" >+ description="Number of instructions issued (decoded) to any pipe" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_INST_ISSUED_ALL_XECORE5_XVE0" >+ underscore_name="xve_inst_issued_all_xecore5_xve0" >+ description="Number of instructions issued (decoded) to any pipe" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext183" >+ underscore_name="ext183" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="1cf7ed05-8260-4abe-b00c-7f3ae3441d4b" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_ISSUED_ALL_XECORE6_XVE0" >+ underscore_name="xve_inst_issued_all_xecore6_xve0" >+ description="Number of instructions issued (decoded) to any pipe" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_INST_ISSUED_ALL_XECORE7_XVE0" >+ underscore_name="xve_inst_issued_all_xecore7_xve0" >+ description="Number of instructions issued (decoded) to any pipe" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RENDER_CACHE_ALLOC_L3NODE0" >+ underscore_name="render_cache_alloc_l3_node0" >+ description="Number of Render Cache allocations" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="RENDER_CACHE_ALLOC_L3NODE1" >+ underscore_name="render_cache_alloc_l3_node1" >+ description="Number of Render Cache allocations" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext184" >+ underscore_name="ext184" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="39badcb4-5410-4218-b272-1e5edc606b5c" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_LOAD_STORE_CACHE_READ_MESSAGE_COUNT_XECORE0" >+ underscore_name="rt_load_store_cache_read_message_count_xecore0" >+ description="Number of read messages sent from Ray Tracing unit to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_LOAD_STORE_CACHE_READ_MESSAGE_COUNT_XECORE1" >+ underscore_name="rt_load_store_cache_read_message_count_xecore1" >+ description="Number of read messages sent from Ray Tracing unit to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext185" >+ underscore_name="ext185" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="e1e40930-36f2-480c-b15d-cf2fb07f18e1" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_LOAD_STORE_CACHE_READ_MESSAGE_COUNT_XECORE2" >+ underscore_name="rt_load_store_cache_read_message_count_xecore2" >+ description="Number of read messages sent from Ray Tracing unit to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_LOAD_STORE_CACHE_READ_MESSAGE_COUNT_XECORE3" >+ underscore_name="rt_load_store_cache_read_message_count_xecore3" >+ description="Number of read messages sent from Ray Tracing unit to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext186" >+ underscore_name="ext186" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="4edf8144-d144-4110-b34c-0f6133409bae" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_LOAD_STORE_CACHE_READ_MESSAGE_COUNT_XECORE4" >+ underscore_name="rt_load_store_cache_read_message_count_xecore4" >+ description="Number of read messages sent from Ray Tracing unit to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_LOAD_STORE_CACHE_READ_MESSAGE_COUNT_XECORE5" >+ underscore_name="rt_load_store_cache_read_message_count_xecore5" >+ description="Number of read messages sent from Ray Tracing unit to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext187" >+ underscore_name="ext187" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="a035c742-180e-4bf0-8009-5668cb08981f" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_LOAD_STORE_CACHE_READ_MESSAGE_COUNT_XECORE6" >+ underscore_name="rt_load_store_cache_read_message_count_xecore6" >+ description="Number of read messages sent from Ray Tracing unit to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_LOAD_STORE_CACHE_READ_MESSAGE_COUNT_XECORE7" >+ underscore_name="rt_load_store_cache_read_message_count_xecore7" >+ description="Number of read messages sent from Ray Tracing unit to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext188" >+ underscore_name="ext188" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="1236f8d6-fa44-40eb-addc-8e4695b02ab3" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_LOAD_STORE_CACHE_WRITE_FROM_MESSAGE_COUNT_XECORE0" >+ underscore_name="rt_load_store_cache_write_from_message_count_xecore0" >+ description="Number of write messages sent from Ray Tracing unit to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_LOAD_STORE_CACHE_WRITE_FROM_MESSAGE_COUNT_XECORE1" >+ underscore_name="rt_load_store_cache_write_from_message_count_xecore1" >+ description="Number of write messages sent from Ray Tracing unit to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext189" >+ underscore_name="ext189" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="d37f51e7-16dd-4616-88a0-cfc54b90a43f" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_LOAD_STORE_CACHE_WRITE_FROM_MESSAGE_COUNT_XECORE2" >+ underscore_name="rt_load_store_cache_write_from_message_count_xecore2" >+ description="Number of write messages sent from Ray Tracing unit to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_LOAD_STORE_CACHE_WRITE_FROM_MESSAGE_COUNT_XECORE3" >+ underscore_name="rt_load_store_cache_write_from_message_count_xecore3" >+ description="Number of write messages sent from Ray Tracing unit to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext190" >+ underscore_name="ext190" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="c9ac09ca-af08-4072-8e8b-dbc81cd95ada" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_LOAD_STORE_CACHE_WRITE_FROM_MESSAGE_COUNT_XECORE4" >+ underscore_name="rt_load_store_cache_write_from_message_count_xecore4" >+ description="Number of write messages sent from Ray Tracing unit to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_LOAD_STORE_CACHE_WRITE_FROM_MESSAGE_COUNT_XECORE5" >+ underscore_name="rt_load_store_cache_write_from_message_count_xecore5" >+ description="Number of write messages sent from Ray Tracing unit to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext191" >+ underscore_name="ext191" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="9e1699e6-cea6-46de-bb89-050415f0a8a2" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_LOAD_STORE_CACHE_WRITE_FROM_MESSAGE_COUNT_XECORE6" >+ underscore_name="rt_load_store_cache_write_from_message_count_xecore6" >+ description="Number of write messages sent from Ray Tracing unit to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_LOAD_STORE_CACHE_WRITE_FROM_MESSAGE_COUNT_XECORE7" >+ underscore_name="rt_load_store_cache_write_from_message_count_xecore7" >+ description="Number of write messages sent from Ray Tracing unit to the Load Store Cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext192" >+ underscore_name="ext192" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="e671dd75-968d-49e4-9c03-5269d95de66e" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_INPUT_AVAILABLE_XECORE0" >+ underscore_name="rt_input_available_xecore0" >+ description="Percentage of time in which new message is accepted by Ray Tracing Frontend" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_INPUT_AVAILABLE_XECORE1" >+ underscore_name="rt_input_available_xecore1" >+ description="Percentage of time in which new message is accepted by Ray Tracing Frontend" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_INPUT_AVAILABLE_XECORE2" >+ underscore_name="rt_input_available_xecore2" >+ description="Percentage of time in which new message is accepted by Ray Tracing Frontend" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 5 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_INPUT_AVAILABLE_XECORE3" >+ underscore_name="rt_input_available_xecore3" >+ description="Percentage of time in which new message is accepted by Ray Tracing Frontend" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 4 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_INPUT_AVAILABLE_XECORE4" >+ underscore_name="rt_input_available_xecore4" >+ description="Percentage of time in which new message is accepted by Ray Tracing Frontend" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_INPUT_AVAILABLE_XECORE5" >+ underscore_name="rt_input_available_xecore5" >+ description="Percentage of time in which new message is accepted by Ray Tracing Frontend" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_INPUT_AVAILABLE_XECORE6" >+ underscore_name="rt_input_available_xecore6" >+ description="Percentage of time in which new message is accepted by Ray Tracing Frontend" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_INPUT_AVAILABLE_XECORE7" >+ underscore_name="rt_input_available_xecore7" >+ description="Percentage of time in which new message is accepted by Ray Tracing Frontend" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext193" >+ underscore_name="ext193" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="9a53799a-f746-4d6d-a723-57af53243454" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="PIXEL_POST_PROCESS_INPUT_AVAILABLE_CPIPE0" >+ underscore_name="pixel_post_process_input_available_cpipe0" >+ description="Percentage of time in which Color Pipeline input ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="PIXEL_POST_PROCESS_INPUT_AVAILABLE_CPIPE1" >+ underscore_name="pixel_post_process_input_available_cpipe1" >+ description="Percentage of time in which Color Pipeline input ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext194" >+ underscore_name="ext194" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="3b4157d9-9905-48c5-a9fa-3f53f94b9b5d" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="PIXEL_POST_PROCESS_INPUT_AVAILABLE_CPIPE2" >+ underscore_name="pixel_post_process_input_available_cpipe2" >+ description="Percentage of time in which Color Pipeline input ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="PIXEL_POST_PROCESS_INPUT_AVAILABLE_CPIPE3" >+ underscore_name="pixel_post_process_input_available_cpipe3" >+ description="Percentage of time in which Color Pipeline input ready" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext195" >+ underscore_name="ext195" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="b7468d66-8862-4deb-aeb7-d2cefa81ea0e" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_MULTIPLE_PIPE_ACTIVE_XECORE0_XVE0" >+ underscore_name="xve_multiple_pipe_active_xecore0_xve0" >+ description="Percentage of time in which at least two pipes are actively executing a Gen ISA instruction among ALU0, ALU1 and XMX pipes" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ B 5 READ USUB 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_MULTIPLE_PIPE_ACTIVE_XECORE1_XVE0" >+ underscore_name="xve_multiple_pipe_active_xecore1_xve0" >+ description="Percentage of time in which at least two pipes are actively executing a Gen ISA instruction among ALU0, ALU1 and XMX pipes" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ B 4 READ USUB 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_MULTIPLE_PIPE_ACTIVE_XECORE2_XVE0" >+ underscore_name="xve_multiple_pipe_active_xecore2_xve0" >+ description="Percentage of time in which at least two pipes are actively executing a Gen ISA instruction among ALU0, ALU1 and XMX pipes" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ B 7 READ USUB 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_MULTIPLE_PIPE_ACTIVE_XECORE3_XVE0" >+ underscore_name="xve_multiple_pipe_active_xecore3_xve0" >+ description="Percentage of time in which at least two pipes are actively executing a Gen ISA instruction among ALU0, ALU1 and XMX pipes" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ B 6 READ USUB 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext196" >+ underscore_name="ext196" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="a09b78bb-b10e-4250-84c5-336f839c4e0c" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_MULTIPLE_PIPE_ACTIVE_XECORE4_XVE0" >+ underscore_name="xve_multiple_pipe_active_xecore4_xve0" >+ description="Percentage of time in which at least two pipes are actively executing a Gen ISA instruction among ALU0, ALU1 and XMX pipes" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 3 READ B 7 READ USUB 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_MULTIPLE_PIPE_ACTIVE_XECORE5_XVE0" >+ underscore_name="xve_multiple_pipe_active_xecore5_xve0" >+ description="Percentage of time in which at least two pipes are actively executing a Gen ISA instruction among ALU0, ALU1 and XMX pipes" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 2 READ B 6 READ USUB 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_MULTIPLE_PIPE_ACTIVE_XECORE6_XVE0" >+ underscore_name="xve_multiple_pipe_active_xecore6_xve0" >+ description="Percentage of time in which at least two pipes are actively executing a Gen ISA instruction among ALU0, ALU1 and XMX pipes" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 1 READ B 5 READ USUB 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_MULTIPLE_PIPE_ACTIVE_XECORE7_XVE0" >+ underscore_name="xve_multiple_pipe_active_xecore7_xve0" >+ description="Percentage of time in which at least two pipes are actively executing a Gen ISA instruction among ALU0, ALU1 and XMX pipes" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="B 0 READ B 4 READ USUB 100 UMUL $GpuCoreClocks FDIV" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext197" >+ underscore_name="ext197" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="8b7e5a75-7734-4d48-bdd7-0adf976b8a89" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPGPU_DISPATCH_XECORE0" >+ underscore_name="gpgpu_dispatch_xecore0" >+ description="Percentage of time spent dispatching GPGPU threads to XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ B 3 READ UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="GPGPU_DISPATCH_XECORE1" >+ underscore_name="gpgpu_dispatch_xecore1" >+ description="Percentage of time spent dispatching GPGPU threads to XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="GPGPU_DISPATCH_XECORE2" >+ underscore_name="gpgpu_dispatch_xecore2" >+ description="Percentage of time spent dispatching GPGPU threads to XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext198" >+ underscore_name="ext198" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="8157717a-d7e3-465e-a6b9-a5a5d4902b49" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPGPU_DISPATCH_XECORE3" >+ underscore_name="gpgpu_dispatch_xecore3" >+ description="Percentage of time spent dispatching GPGPU threads to XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="GPGPU_DISPATCH_XECORE4" >+ underscore_name="gpgpu_dispatch_xecore4" >+ description="Percentage of time spent dispatching GPGPU threads to XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="GPGPU_DISPATCH_XECORE5" >+ underscore_name="gpgpu_dispatch_xecore5" >+ description="Percentage of time spent dispatching GPGPU threads to XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ B 3 READ UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext199" >+ underscore_name="ext199" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="fc122f7d-c66a-458b-a06c-cee29569262d" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPGPU_DISPATCH_XECORE6" >+ underscore_name="gpgpu_dispatch_xecore6" >+ description="Percentage of time spent dispatching GPGPU threads to XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="GPGPU_DISPATCH_XECORE7" >+ underscore_name="gpgpu_dispatch_xecore7" >+ description="Percentage of time spent dispatching GPGPU threads to XVEs" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ B 3 READ UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="ThreadDispatcher" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext200" >+ underscore_name="ext200" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="80da4065-1cc6-4e17-8594-731e1acc01ef" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_ACCESS_COUNT_XECORE2" >+ underscore_name="slm_access_count_xecore2" >+ description="Number of SLM accesses." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ C 6 READ UADD C 5 READ UADD C 4 READ UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SLM_ACCESS_COUNT_XECORE1" >+ underscore_name="slm_access_count_xecore1" >+ description="Number of SLM accesses." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 3 READ C 2 READ UADD C 1 READ UADD C 0 READ UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SLM_ACCESS_COUNT_XECORE0" >+ underscore_name="slm_access_count_xecore0" >+ description="Number of SLM accesses." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 7 READ B 6 READ UADD B 5 READ UADD B 4 READ UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SLM_ACCESS_COUNT_XECORE3" >+ underscore_name="slm_access_count_xecore3" >+ description="Number of SLM accesses." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ B 2 READ UADD B 1 READ UADD B 0 READ UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext201" >+ underscore_name="ext201" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="5c664618-1692-4ded-b6bb-a9e17f37250d" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_ACCESS_COUNT_XECORE4" >+ underscore_name="slm_access_count_xecore4" >+ description="Number of SLM accesses." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ B 2 READ UADD B 1 READ UADD B 0 READ UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SLM_ACCESS_COUNT_XECORE5" >+ underscore_name="slm_access_count_xecore5" >+ description="Number of SLM accesses." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 7 READ B 6 READ UADD B 5 READ UADD B 4 READ UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SLM_ACCESS_COUNT_XECORE6" >+ underscore_name="slm_access_count_xecore6" >+ description="Number of SLM accesses." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 3 READ C 2 READ UADD C 1 READ UADD C 0 READ UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="SLM_ACCESS_COUNT_XECORE7" >+ underscore_name="slm_access_count_xecore7" >+ description="Number of SLM accesses." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ C 6 READ UADD C 5 READ UADD C 4 READ UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext202" >+ underscore_name="ext202" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="671c0d10-0f02-490f-acf6-2d2a88c0bc62" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_L3_WRITE_SQIDI0" >+ underscore_name="gpu_memory_l3_write_sqidi0" >+ description="Number of GTI memory writes from L3 caused by L3 invalidations" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext203" >+ underscore_name="ext203" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="d1c46c3e-fd18-4ca4-905b-64b95a6f10e8" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_L3_WRITE_SQIDI1" >+ underscore_name="gpu_memory_l3_write_sqidi1" >+ description="Number of GTI memory writes from L3 caused by L3 invalidations" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext204" >+ underscore_name="ext204" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="4e426fcb-9591-42a4-9b9a-7207d548bc0b" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_INSTANCE_NODE_RAY_COUNT_XECORE0" >+ underscore_name="rt_instance_node_ray_count_xecore0" >+ description="Number of instance BVH nodes processed by the traversal function" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_INTERNAL_NODE_RAY_COUNT_XECORE0" >+ underscore_name="rt_internal_node_ray_count_xecore0" >+ description="Number of internal BVH nodes processed by the traversal function" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_TRAVERSAL_STEP_RAY_COUNT_XECORE0" >+ underscore_name="rt_traversal_step_ray_count_xecore0" >+ description="Number of BVH nodes processed" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ C 6 READ UADD C 5 READ UADD C 4 READ UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext205" >+ underscore_name="ext205" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="12aa9868-f7c6-4c8d-80fe-cc1605608ef1" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_INSTANCE_NODE_RAY_COUNT_XECORE1" >+ underscore_name="rt_instance_node_ray_count_xecore1" >+ description="Number of instance BVH nodes processed by the traversal function" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_INTERNAL_NODE_RAY_COUNT_XECORE1" >+ underscore_name="rt_internal_node_ray_count_xecore1" >+ description="Number of internal BVH nodes processed by the traversal function" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_TRAVERSAL_STEP_RAY_COUNT_XECORE1" >+ underscore_name="rt_traversal_step_ray_count_xecore1" >+ description="Number of BVH nodes processed" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ C 6 READ UADD C 5 READ UADD C 4 READ UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext206" >+ underscore_name="ext206" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="7a64382c-70d1-41c4-a1e9-28a8bcb4785a" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_INSTANCE_NODE_RAY_COUNT_XECORE2" >+ underscore_name="rt_instance_node_ray_count_xecore2" >+ description="Number of instance BVH nodes processed by the traversal function" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_INTERNAL_NODE_RAY_COUNT_XECORE2" >+ underscore_name="rt_internal_node_ray_count_xecore2" >+ description="Number of internal BVH nodes processed by the traversal function" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_TRAVERSAL_STEP_RAY_COUNT_XECORE2" >+ underscore_name="rt_traversal_step_ray_count_xecore2" >+ description="Number of BVH nodes processed" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ C 6 READ UADD C 5 READ UADD C 4 READ UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext207" >+ underscore_name="ext207" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="2fa63ea7-c2d9-40fc-b9d5-74cf4a7a3761" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_INSTANCE_NODE_RAY_COUNT_XECORE3" >+ underscore_name="rt_instance_node_ray_count_xecore3" >+ description="Number of instance BVH nodes processed by the traversal function" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_INTERNAL_NODE_RAY_COUNT_XECORE3" >+ underscore_name="rt_internal_node_ray_count_xecore3" >+ description="Number of internal BVH nodes processed by the traversal function" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_TRAVERSAL_STEP_RAY_COUNT_XECORE3" >+ underscore_name="rt_traversal_step_ray_count_xecore3" >+ description="Number of BVH nodes processed" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ C 6 READ UADD C 5 READ UADD C 4 READ UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext208" >+ underscore_name="ext208" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="c26befd3-0199-4b5a-9768-963eded47ddc" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_INSTANCE_NODE_RAY_COUNT_XECORE4" >+ underscore_name="rt_instance_node_ray_count_xecore4" >+ description="Number of instance BVH nodes processed by the traversal function" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_INTERNAL_NODE_RAY_COUNT_XECORE4" >+ underscore_name="rt_internal_node_ray_count_xecore4" >+ description="Number of internal BVH nodes processed by the traversal function" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_TRAVERSAL_STEP_RAY_COUNT_XECORE4" >+ underscore_name="rt_traversal_step_ray_count_xecore4" >+ description="Number of BVH nodes processed" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ C 6 READ UADD C 5 READ UADD C 4 READ UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext209" >+ underscore_name="ext209" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="6ac62a5e-3593-4f68-90c1-452cbc83af7b" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_INSTANCE_NODE_RAY_COUNT_XECORE5" >+ underscore_name="rt_instance_node_ray_count_xecore5" >+ description="Number of instance BVH nodes processed by the traversal function" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_INTERNAL_NODE_RAY_COUNT_XECORE5" >+ underscore_name="rt_internal_node_ray_count_xecore5" >+ description="Number of internal BVH nodes processed by the traversal function" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_TRAVERSAL_STEP_RAY_COUNT_XECORE5" >+ underscore_name="rt_traversal_step_ray_count_xecore5" >+ description="Number of BVH nodes processed" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ C 6 READ UADD C 5 READ UADD C 4 READ UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext210" >+ underscore_name="ext210" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="869238af-0548-47ba-9703-fb4d12825f89" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_INSTANCE_NODE_RAY_COUNT_XECORE6" >+ underscore_name="rt_instance_node_ray_count_xecore6" >+ description="Number of instance BVH nodes processed by the traversal function" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_INTERNAL_NODE_RAY_COUNT_XECORE6" >+ underscore_name="rt_internal_node_ray_count_xecore6" >+ description="Number of internal BVH nodes processed by the traversal function" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_TRAVERSAL_STEP_RAY_COUNT_XECORE6" >+ underscore_name="rt_traversal_step_ray_count_xecore6" >+ description="Number of BVH nodes processed" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ C 6 READ UADD C 5 READ UADD C 4 READ UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext211" >+ underscore_name="ext211" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="1986e401-2a47-4ced-be1e-1412f795388f" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_INSTANCE_NODE_RAY_COUNT_XECORE7" >+ underscore_name="rt_instance_node_ray_count_xecore7" >+ description="Number of instance BVH nodes processed by the traversal function" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_INTERNAL_NODE_RAY_COUNT_XECORE7" >+ underscore_name="rt_internal_node_ray_count_xecore7" >+ description="Number of internal BVH nodes processed by the traversal function" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_TRAVERSAL_STEP_RAY_COUNT_XECORE7" >+ underscore_name="rt_traversal_step_ray_count_xecore7" >+ description="Number of BVH nodes processed" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ C 6 READ UADD C 5 READ UADD C 4 READ UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext212" >+ underscore_name="ext212" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="61f0e78f-0095-4595-993c-0d2a7b474f05" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_QUAD_LEAF_RAY_COUNT_XECORE0" >+ underscore_name="rt_quad_leaf_ray_count_xecore0" >+ description="Number of triangle BVH nodes processed by the traversal function" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_PROCEDURAL_NODE_RAY_COUNT_XECORE0" >+ underscore_name="rt_procedural_node_ray_count_xecore0" >+ description="Number of procedural BVH nodes processed by the traversal function" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext213" >+ underscore_name="ext213" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="aac878c4-c131-4e46-a022-673b0c0f6adf" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_QUAD_LEAF_RAY_COUNT_XECORE1" >+ underscore_name="rt_quad_leaf_ray_count_xecore1" >+ description="Number of triangle BVH nodes processed by the traversal function" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_PROCEDURAL_NODE_RAY_COUNT_XECORE1" >+ underscore_name="rt_procedural_node_ray_count_xecore1" >+ description="Number of procedural BVH nodes processed by the traversal function" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext214" >+ underscore_name="ext214" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="02fc686b-6061-4224-957b-0c80f4fb5973" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_QUAD_LEAF_RAY_COUNT_XECORE2" >+ underscore_name="rt_quad_leaf_ray_count_xecore2" >+ description="Number of triangle BVH nodes processed by the traversal function" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_PROCEDURAL_NODE_RAY_COUNT_XECORE2" >+ underscore_name="rt_procedural_node_ray_count_xecore2" >+ description="Number of procedural BVH nodes processed by the traversal function" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext215" >+ underscore_name="ext215" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="6965f87c-43a9-437b-9bfb-78e30f504806" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_QUAD_LEAF_RAY_COUNT_XECORE3" >+ underscore_name="rt_quad_leaf_ray_count_xecore3" >+ description="Number of triangle BVH nodes processed by the traversal function" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_PROCEDURAL_NODE_RAY_COUNT_XECORE3" >+ underscore_name="rt_procedural_node_ray_count_xecore3" >+ description="Number of procedural BVH nodes processed by the traversal function" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext216" >+ underscore_name="ext216" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="834f9ddb-0ef2-47a8-bcf3-871cf2b5634e" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_QUAD_LEAF_RAY_COUNT_XECORE4" >+ underscore_name="rt_quad_leaf_ray_count_xecore4" >+ description="Number of triangle BVH nodes processed by the traversal function" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_PROCEDURAL_NODE_RAY_COUNT_XECORE4" >+ underscore_name="rt_procedural_node_ray_count_xecore4" >+ description="Number of procedural BVH nodes processed by the traversal function" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext217" >+ underscore_name="ext217" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="dd1c62fd-8d41-4f1d-a980-95eba5b62d3d" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_QUAD_LEAF_RAY_COUNT_XECORE5" >+ underscore_name="rt_quad_leaf_ray_count_xecore5" >+ description="Number of triangle BVH nodes processed by the traversal function" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_PROCEDURAL_NODE_RAY_COUNT_XECORE5" >+ underscore_name="rt_procedural_node_ray_count_xecore5" >+ description="Number of procedural BVH nodes processed by the traversal function" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext218" >+ underscore_name="ext218" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="1a1e9195-858b-47aa-8f1c-c66eea6efbb9" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_QUAD_LEAF_RAY_COUNT_XECORE6" >+ underscore_name="rt_quad_leaf_ray_count_xecore6" >+ description="Number of triangle BVH nodes processed by the traversal function" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_PROCEDURAL_NODE_RAY_COUNT_XECORE6" >+ underscore_name="rt_procedural_node_ray_count_xecore6" >+ description="Number of procedural BVH nodes processed by the traversal function" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext219" >+ underscore_name="ext219" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="a75e98da-d723-42d0-8cd2-c4dc704e6aa1" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_QUAD_LEAF_RAY_COUNT_XECORE7" >+ underscore_name="rt_quad_leaf_ray_count_xecore7" >+ description="Number of triangle BVH nodes processed by the traversal function" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD B 2 READ UADD B 3 READ UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_PROCEDURAL_NODE_RAY_COUNT_XECORE7" >+ underscore_name="rt_procedural_node_ray_count_xecore7" >+ description="Number of procedural BVH nodes processed by the traversal function" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ B 5 READ UADD B 6 READ UADD B 7 READ UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext220" >+ underscore_name="ext220" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="440ba901-38f7-495d-986b-486534274741" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_BVH_CACHE_MISS_XECORE0" >+ underscore_name="rt_bvh_cache_miss_xecore0" >+ description="Number of BVH cache misses for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ C 6 READ UADD C 5 READ UADD C 4 READ UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_BVH_CACHE_MISS_XECORE1" >+ underscore_name="rt_bvh_cache_miss_xecore1" >+ description="Number of BVH cache misses for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 3 READ C 2 READ UADD C 1 READ UADD C 0 READ UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_BVH_CACHE_MISS_XECORE2" >+ underscore_name="rt_bvh_cache_miss_xecore2" >+ description="Number of BVH cache misses for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 7 READ B 6 READ UADD B 5 READ UADD B 4 READ UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_BVH_CACHE_MISS_XECORE3" >+ underscore_name="rt_bvh_cache_miss_xecore3" >+ description="Number of BVH cache misses for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ B 2 READ UADD B 1 READ UADD B 0 READ UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext221" >+ underscore_name="ext221" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="6d047d05-95ca-46b4-aac3-a7b055b8fd15" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RT_BVH_CACHE_MISS_XECORE4" >+ underscore_name="rt_bvh_cache_miss_xecore4" >+ description="Number of BVH cache misses for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ C 6 READ UADD C 5 READ UADD C 4 READ UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_BVH_CACHE_MISS_XECORE5" >+ underscore_name="rt_bvh_cache_miss_xecore5" >+ description="Number of BVH cache misses for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 3 READ C 2 READ UADD C 1 READ UADD C 0 READ UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_BVH_CACHE_MISS_XECORE6" >+ underscore_name="rt_bvh_cache_miss_xecore6" >+ description="Number of BVH cache misses for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 7 READ B 6 READ UADD B 5 READ UADD B 4 READ UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="RT_BVH_CACHE_MISS_XECORE7" >+ underscore_name="rt_bvh_cache_miss_xecore7" >+ description="Number of BVH cache misses for RayQuery only" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ B 2 READ UADD B 1 READ UADD B 0 READ UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="RayTracing" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext222" >+ underscore_name="ext222" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="a338ef12-c1bf-45f8-8c0b-084fa99376c8" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_NUMBER_OF_BANK_ACCESS_COUNT_XECORE0" >+ underscore_name="load_store_cache_number_of_bank_access_count_xecore0" >+ description="Number of Load Store Cache banks accessed in a clock." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ B 2 READ UADD B 1 READ UADD B 0 READ UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_NUMBER_OF_BANK_ACCESS_COUNT_XECORE1" >+ underscore_name="load_store_cache_number_of_bank_access_count_xecore1" >+ description="Number of Load Store Cache banks accessed in a clock." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 7 READ B 6 READ UADD B 5 READ UADD B 4 READ UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_NUMBER_OF_BANK_ACCESS_COUNT_XECORE2" >+ underscore_name="load_store_cache_number_of_bank_access_count_xecore2" >+ description="Number of Load Store Cache banks accessed in a clock." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 3 READ C 2 READ UADD C 1 READ UADD C 0 READ UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_NUMBER_OF_BANK_ACCESS_COUNT_XECORE3" >+ underscore_name="load_store_cache_number_of_bank_access_count_xecore3" >+ description="Number of Load Store Cache banks accessed in a clock." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ C 6 READ UADD C 5 READ UADD C 4 READ UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext223" >+ underscore_name="ext223" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="2684ee0f-2950-4445-939a-549f07d3370a" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_NUMBER_OF_BANK_ACCESS_COUNT_XECORE4" >+ underscore_name="load_store_cache_number_of_bank_access_count_xecore4" >+ description="Number of Load Store Cache banks accessed in a clock." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ B 2 READ UADD B 1 READ UADD B 0 READ UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_NUMBER_OF_BANK_ACCESS_COUNT_XECORE5" >+ underscore_name="load_store_cache_number_of_bank_access_count_xecore5" >+ description="Number of Load Store Cache banks accessed in a clock." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 7 READ B 6 READ UADD B 5 READ UADD B 4 READ UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_NUMBER_OF_BANK_ACCESS_COUNT_XECORE6" >+ underscore_name="load_store_cache_number_of_bank_access_count_xecore6" >+ description="Number of Load Store Cache banks accessed in a clock." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 3 READ C 2 READ UADD C 1 READ UADD C 0 READ UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_NUMBER_OF_BANK_ACCESS_COUNT_XECORE7" >+ underscore_name="load_store_cache_number_of_bank_access_count_xecore7" >+ description="Number of Load Store Cache banks accessed in a clock." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ C 6 READ UADD C 5 READ UADD C 4 READ UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext224" >+ underscore_name="ext224" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="e1de83dc-4fb2-4e1a-852d-9c5e49bf45db" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="COLOR_PIPE_CACHE_LATENCY2_STALL_L3NODE0" >+ underscore_name="color_pipe_cache_latency2_stall_l3_node0" >+ description="Percentage of time in which Color Pipeline stalled due to Render Cache latency hiding structure full" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 7 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="COLOR_PIPE_CACHE_LATENCY2_STALL_L3NODE1" >+ underscore_name="color_pipe_cache_latency2_stall_l3_node1" >+ description="Percentage of time in which Color Pipeline stalled due to Render Cache latency hiding structure full" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="C 6 READ 100 UMUL $GpuCoreClocks FDIV" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext225" >+ underscore_name="ext225" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="81beafd2-8d1e-46bc-96c0-7f914522a760" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="PIXEL_2x2_LIT_POST_RASTERIZER_EARLY_DEPTH_SLICE0" >+ underscore_name="pixel_2x2_lit_post_rasterizer_early_depth_slice0" >+ description="Number of promoted 2x2 that are lit from Rasterizer" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="1 B 0 READ UMUL 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD 128 B 7 READ UMUL UADD 256 C 1 READ UMUL UADD 512 C 3 READ UMUL UADD 1024 C 5 READ UMUL UADD" >+ availability="$GtSlice2" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext226" >+ underscore_name="ext226" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="e299ef7e-7be1-4554-a5c7-e64d36be98e6" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="PIXEL_2x2_LIT_POST_RASTERIZER_EARLY_DEPTH_SLICE1" >+ underscore_name="pixel_2x2_lit_post_rasterizer_early_depth_slice1" >+ description="Number of promoted 2x2 that are lit from Rasterizer" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="1 B 0 READ UMUL 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD 128 B 7 READ UMUL UADD 256 C 1 READ UMUL UADD 512 C 3 READ UMUL UADD 1024 C 5 READ UMUL UADD" >+ availability="$GtSlice3" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext227" >+ underscore_name="ext227" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="e9d1019b-205c-4d1e-a2a7-fd7708a6ad91" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="PIXEL_2x2_LIT_POST_RASTERIZER_LATE_DEPTH_SLICE0" >+ underscore_name="pixel_2x2_lit_post_rasterizer_late_depth_slice0" >+ description="Number of non-promoted 2x2 that are lit from Rasterizer" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="1 B 0 READ UMUL 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD 128 B 7 READ UMUL UADD 256 C 1 READ UMUL UADD 512 C 3 READ UMUL UADD 1024 C 5 READ UMUL UADD" >+ availability="$GtSlice2" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext228" >+ underscore_name="ext228" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="ccf8706c-40ea-40a6-ab4c-47e5b32a1485" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="PIXEL_2x2_LIT_POST_RASTERIZER_LATE_DEPTH_SLICE1" >+ underscore_name="pixel_2x2_lit_post_rasterizer_late_depth_slice1" >+ description="Number of non-promoted 2x2 that are lit from Rasterizer" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="1 B 0 READ UMUL 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD 128 B 7 READ UMUL UADD 256 C 1 READ UMUL UADD 512 C 3 READ UMUL UADD 1024 C 5 READ UMUL UADD" >+ availability="$GtSlice3" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext229" >+ underscore_name="ext229" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="2ebb4747-7eb7-4a65-96f8-6a57131a5e82" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BANK_CONFLICT_COUNT_XECORE0" >+ underscore_name="slm_bank_conflict_count_xecore0" >+ description="Number of SLM accesses resulting in a bank conflict." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD C 3 READ UADD 2 C 2 READ UMUL UADD 4 C 1 READ UMUL UADD 8 C 0 READ UMUL UADD B 7 READ UADD 2 B 6 READ UMUL UADD 4 B 5 READ UMUL UADD 8 B 4 READ UMUL UADD B 3 READ UADD 2 B 2 READ UMUL UADD 4 B 1 READ UMUL UADD 8 B 0 READ UMUL UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext230" >+ underscore_name="ext230" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="baaa8d7e-40b7-4abd-991a-d71265437230" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BANK_CONFLICT_COUNT_XECORE1" >+ underscore_name="slm_bank_conflict_count_xecore1" >+ description="Number of SLM accesses resulting in a bank conflict." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD C 3 READ UADD 2 C 2 READ UMUL UADD 4 C 1 READ UMUL UADD 8 C 0 READ UMUL UADD B 7 READ UADD 2 B 6 READ UMUL UADD 4 B 5 READ UMUL UADD 8 B 4 READ UMUL UADD B 3 READ UADD 2 B 2 READ UMUL UADD 4 B 1 READ UMUL UADD 8 B 0 READ UMUL UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext231" >+ underscore_name="ext231" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="a57ee736-e6ab-4e8b-a719-3a63d7d20f34" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BANK_CONFLICT_COUNT_XECORE2" >+ underscore_name="slm_bank_conflict_count_xecore2" >+ description="Number of SLM accesses resulting in a bank conflict." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD C 3 READ UADD 2 C 2 READ UMUL UADD 4 C 1 READ UMUL UADD 8 C 0 READ UMUL UADD B 7 READ UADD 2 B 6 READ UMUL UADD 4 B 5 READ UMUL UADD 8 B 4 READ UMUL UADD B 3 READ UADD 2 B 2 READ UMUL UADD 4 B 1 READ UMUL UADD 8 B 0 READ UMUL UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext232" >+ underscore_name="ext232" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="c33082a0-ae0d-4679-adbc-9566c75ffe6a" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BANK_CONFLICT_COUNT_XECORE3" >+ underscore_name="slm_bank_conflict_count_xecore3" >+ description="Number of SLM accesses resulting in a bank conflict." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD C 3 READ UADD 2 C 2 READ UMUL UADD 4 C 1 READ UMUL UADD 8 C 0 READ UMUL UADD B 7 READ UADD 2 B 6 READ UMUL UADD 4 B 5 READ UMUL UADD 8 B 4 READ UMUL UADD B 3 READ UADD 2 B 2 READ UMUL UADD 4 B 1 READ UMUL UADD 8 B 0 READ UMUL UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext233" >+ underscore_name="ext233" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="3381cf54-6e4f-48b1-81c9-d5cfd542d316" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BANK_CONFLICT_COUNT_XECORE4" >+ underscore_name="slm_bank_conflict_count_xecore4" >+ description="Number of SLM accesses resulting in a bank conflict." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD C 3 READ UADD 2 C 2 READ UMUL UADD 4 C 1 READ UMUL UADD 8 C 0 READ UMUL UADD B 7 READ UADD 2 B 6 READ UMUL UADD 4 B 5 READ UMUL UADD 8 B 4 READ UMUL UADD B 3 READ UADD 2 B 2 READ UMUL UADD 4 B 1 READ UMUL UADD 8 B 0 READ UMUL UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext234" >+ underscore_name="ext234" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="b7f1e445-7aaa-4fe3-a7f1-53fe57e1a7c8" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BANK_CONFLICT_COUNT_XECORE5" >+ underscore_name="slm_bank_conflict_count_xecore5" >+ description="Number of SLM accesses resulting in a bank conflict." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD C 3 READ UADD 2 C 2 READ UMUL UADD 4 C 1 READ UMUL UADD 8 C 0 READ UMUL UADD B 7 READ UADD 2 B 6 READ UMUL UADD 4 B 5 READ UMUL UADD 8 B 4 READ UMUL UADD B 3 READ UADD 2 B 2 READ UMUL UADD 4 B 1 READ UMUL UADD 8 B 0 READ UMUL UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext235" >+ underscore_name="ext235" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="7e29d0d3-2ec5-4716-90d4-917c7b3cbdca" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BANK_CONFLICT_COUNT_XECORE6" >+ underscore_name="slm_bank_conflict_count_xecore6" >+ description="Number of SLM accesses resulting in a bank conflict." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD C 3 READ UADD 2 C 2 READ UMUL UADD 4 C 1 READ UMUL UADD 8 C 0 READ UMUL UADD B 7 READ UADD 2 B 6 READ UMUL UADD 4 B 5 READ UMUL UADD 8 B 4 READ UMUL UADD B 3 READ UADD 2 B 2 READ UMUL UADD 4 B 1 READ UMUL UADD 8 B 0 READ UMUL UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext236" >+ underscore_name="ext236" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="ae42189a-f2a1-4494-84b0-f2d506decbc1" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BANK_CONFLICT_COUNT_XECORE7" >+ underscore_name="slm_bank_conflict_count_xecore7" >+ description="Number of SLM accesses resulting in a bank conflict." >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD C 3 READ UADD 2 C 2 READ UMUL UADD 4 C 1 READ UMUL UADD 8 C 0 READ UMUL UADD B 7 READ UADD 2 B 6 READ UMUL UADD 4 B 5 READ UMUL UADD 8 B 4 READ UMUL UADD B 3 READ UADD 2 B 2 READ UMUL UADD 4 B 1 READ UMUL UADD 8 B 0 READ UMUL UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext237" >+ underscore_name="ext237" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="6f65878e-1b6b-4a3b-8107-837073903643" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="L3_MISS_L3BANK0" >+ underscore_name="l3_miss_l3_bank0" >+ description="Number of L3 accesses which miss in the L3 cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 0 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_MISS_L3BANK1" >+ underscore_name="l3_miss_l3_bank1" >+ description="Number of L3 accesses which miss in the L3 cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 1 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_MISS_L3BANK2" >+ underscore_name="l3_miss_l3_bank2" >+ description="Number of L3 accesses which miss in the L3 cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 2 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_MISS_L3BANK3" >+ underscore_name="l3_miss_l3_bank3" >+ description="Number of L3 accesses which miss in the L3 cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 3 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_MISS_L3BANK4" >+ underscore_name="l3_miss_l3_bank4" >+ description="Number of L3 accesses which miss in the L3 cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 4 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_MISS_L3BANK5" >+ underscore_name="l3_miss_l3_bank5" >+ description="Number of L3 accesses which miss in the L3 cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 5 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_MISS_L3BANK6" >+ underscore_name="l3_miss_l3_bank6" >+ description="Number of L3 accesses which miss in the L3 cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 6 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ + symbol_name="L3_MISS_L3BANK7" >+ underscore_name="l3_miss_l3_bank7" >+ description="Number of L3 accesses which miss in the L3 cache" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ" >+ availability="$SliceMask 3 1 2 UMUL << AND" >+ mdapi_group="L3Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="subslice_bank" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext238" >+ underscore_name="ext238" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="a1c8b5b0-7b8c-4dbc-a4dd-eb29f8055ab0" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AMFS_L3_WRITE_SLICE0" >+ underscore_name="amfs_l3_write_slice0" >+ description="Number of AMFS writes to L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ" >+ availability="$GtSlice2" >+ mdapi_group="AMFS" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="AMFS_L3_WRITE_SLICE1" >+ underscore_name="amfs_l3_write_slice1" >+ description="Number of AMFS writes to L3" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ" >+ availability="$GtSlice3" >+ mdapi_group="AMFS" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="slice" >+ /> >+ + symbol_name="XVE_DATAPORT_FENCE_MESSAGE_COUNT_XECORE0" >+ underscore_name="xve_dataport_fence_message_count_xecore0" >+ description="Number of fence messages sent by XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 0 READ" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_DATAPORT_FENCE_MESSAGE_COUNT_XECORE1" >+ underscore_name="xve_dataport_fence_message_count_xecore1" >+ description="Number of fence messages sent by XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 1 READ" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_DATAPORT_FENCE_MESSAGE_COUNT_XECORE2" >+ underscore_name="xve_dataport_fence_message_count_xecore2" >+ description="Number of fence messages sent by XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 2 READ" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_DATAPORT_FENCE_MESSAGE_COUNT_XECORE3" >+ underscore_name="xve_dataport_fence_message_count_xecore3" >+ description="Number of fence messages sent by XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 3 READ" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_DATAPORT_FENCE_MESSAGE_COUNT_XECORE4" >+ underscore_name="xve_dataport_fence_message_count_xecore4" >+ description="Number of fence messages sent by XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 4 READ" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_DATAPORT_FENCE_MESSAGE_COUNT_XECORE5" >+ underscore_name="xve_dataport_fence_message_count_xecore5" >+ description="Number of fence messages sent by XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 5 READ" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_DATAPORT_FENCE_MESSAGE_COUNT_XECORE6" >+ underscore_name="xve_dataport_fence_message_count_xecore6" >+ description="Number of fence messages sent by XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 6 READ" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="XVE_DATAPORT_FENCE_MESSAGE_COUNT_XECORE7" >+ underscore_name="xve_dataport_fence_message_count_xecore7" >+ description="Number of fence messages sent by XVEs to the Dataport" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="Dataport" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext239" >+ underscore_name="ext239" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="cc574967-0ba6-4c22-801f-881b3974395a" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_L3_READ_SQIDI0" >+ underscore_name="gpu_memory_l3_read_sqidi0" >+ description="Number of GTI memory reads from L3 caused by L3 Cache misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext240" >+ underscore_name="ext240" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="d96495d3-d734-4b58-bf54-ece1a4a1ab09" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GPU_MEMORY_L3_READ_SQIDI1" >+ underscore_name="gpu_memory_l3_read_sqidi1" >+ description="Number of GTI memory reads from L3 caused by L3 Cache misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ B 1 READ UADD" >+ mdapi_group="Memory" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext500" >+ underscore_name="ext500" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="1c157760-179c-40d1-aa3c-b419f609ea79" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="ICACHE_HIT_BANK0_XECORE0" >+ underscore_name="icache_hit_bank0_xecore0" >+ description="Number of Instruction Cache Hits" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_MISS_BANK0_XECORE0" >+ underscore_name="icache_miss_bank0_xecore0" >+ description="Number of Instruction Cache Misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 4 READ" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_HIT_BANK0_XECORE1" >+ underscore_name="icache_hit_bank0_xecore1" >+ description="Number of Instruction Cache Hits" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_MISS_BANK0_XECORE1" >+ underscore_name="icache_miss_bank0_xecore1" >+ description="Number of Instruction Cache Misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 5 READ" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_HIT_BANK0_XECORE2" >+ underscore_name="icache_hit_bank0_xecore2" >+ description="Number of Instruction Cache Hits" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_MISS_BANK0_XECORE2" >+ underscore_name="icache_miss_bank0_xecore2" >+ description="Number of Instruction Cache Misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 6 READ" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_HIT_BANK0_XECORE3" >+ underscore_name="icache_hit_bank0_xecore3" >+ description="Number of Instruction Cache Hits" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_MISS_BANK0_XECORE3" >+ underscore_name="icache_miss_bank0_xecore3" >+ description="Number of Instruction Cache Misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_HIT_BANK0_XECORE4" >+ underscore_name="icache_hit_bank0_xecore4" >+ description="Number of Instruction Cache Hits" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 7 READ" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_MISS_BANK0_XECORE4" >+ underscore_name="icache_miss_bank0_xecore4" >+ description="Number of Instruction Cache Misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 0 READ" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_HIT_BANK0_XECORE5" >+ underscore_name="icache_hit_bank0_xecore5" >+ description="Number of Instruction Cache Hits" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 6 READ" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_MISS_BANK0_XECORE5" >+ underscore_name="icache_miss_bank0_xecore5" >+ description="Number of Instruction Cache Misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 1 READ" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_HIT_BANK0_XECORE6" >+ underscore_name="icache_hit_bank0_xecore6" >+ description="Number of Instruction Cache Hits" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 5 READ" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_MISS_BANK0_XECORE6" >+ underscore_name="icache_miss_bank0_xecore6" >+ description="Number of Instruction Cache Misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 2 READ" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_HIT_BANK0_XECORE7" >+ underscore_name="icache_hit_bank0_xecore7" >+ description="Number of Instruction Cache Hits" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_MISS_BANK0_XECORE7" >+ underscore_name="icache_miss_bank0_xecore7" >+ description="Number of Instruction Cache Misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 3 READ" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext501" >+ underscore_name="ext501" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="06451560-fa04-4f38-b502-e0a096965a64" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="ICACHE_HIT_BANK1_XECORE0" >+ underscore_name="icache_hit_bank1_xecore0" >+ description="Number of Instruction Cache Hits" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 7 READ" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_MISS_BANK1_XECORE0" >+ underscore_name="icache_miss_bank1_xecore0" >+ description="Number of Instruction Cache Misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 0 READ" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_HIT_BANK1_XECORE1" >+ underscore_name="icache_hit_bank1_xecore1" >+ description="Number of Instruction Cache Hits" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 6 READ" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_MISS_BANK1_XECORE1" >+ underscore_name="icache_miss_bank1_xecore1" >+ description="Number of Instruction Cache Misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 1 READ" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_HIT_BANK1_XECORE2" >+ underscore_name="icache_hit_bank1_xecore2" >+ description="Number of Instruction Cache Hits" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 5 READ" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_MISS_BANK1_XECORE2" >+ underscore_name="icache_miss_bank1_xecore2" >+ description="Number of Instruction Cache Misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 2 READ" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_HIT_BANK1_XECORE3" >+ underscore_name="icache_hit_bank1_xecore3" >+ description="Number of Instruction Cache Hits" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_MISS_BANK1_XECORE3" >+ underscore_name="icache_miss_bank1_xecore3" >+ description="Number of Instruction Cache Misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 3 READ" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_HIT_BANK1_XECORE4" >+ underscore_name="icache_hit_bank1_xecore4" >+ description="Number of Instruction Cache Hits" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_MISS_BANK1_XECORE4" >+ underscore_name="icache_miss_bank1_xecore4" >+ description="Number of Instruction Cache Misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 4 READ" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_HIT_BANK1_XECORE5" >+ underscore_name="icache_hit_bank1_xecore5" >+ description="Number of Instruction Cache Hits" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_MISS_BANK1_XECORE5" >+ underscore_name="icache_miss_bank1_xecore5" >+ description="Number of Instruction Cache Misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 5 READ" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_HIT_BANK1_XECORE6" >+ underscore_name="icache_hit_bank1_xecore6" >+ description="Number of Instruction Cache Hits" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_MISS_BANK1_XECORE6" >+ underscore_name="icache_miss_bank1_xecore6" >+ description="Number of Instruction Cache Misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 6 READ" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_HIT_BANK1_XECORE7" >+ underscore_name="icache_hit_bank1_xecore7" >+ description="Number of Instruction Cache Hits" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_MISS_BANK1_XECORE7" >+ underscore_name="icache_miss_bank1_xecore7" >+ description="Number of Instruction Cache Misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext502" >+ underscore_name="ext502" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="9d21c47c-92e0-4454-b3f1-484f27763e83" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="ICACHE_HIT_BANK2_XECORE0" >+ underscore_name="icache_hit_bank2_xecore0" >+ description="Number of Instruction Cache Hits" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 7 READ" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_MISS_BANK2_XECORE0" >+ underscore_name="icache_miss_bank2_xecore0" >+ description="Number of Instruction Cache Misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 0 READ" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_HIT_BANK2_XECORE1" >+ underscore_name="icache_hit_bank2_xecore1" >+ description="Number of Instruction Cache Hits" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 6 READ" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_MISS_BANK2_XECORE1" >+ underscore_name="icache_miss_bank2_xecore1" >+ description="Number of Instruction Cache Misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 1 READ" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_HIT_BANK2_XECORE2" >+ underscore_name="icache_hit_bank2_xecore2" >+ description="Number of Instruction Cache Hits" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 5 READ" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_MISS_BANK2_XECORE2" >+ underscore_name="icache_miss_bank2_xecore2" >+ description="Number of Instruction Cache Misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 2 READ" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_HIT_BANK2_XECORE3" >+ underscore_name="icache_hit_bank2_xecore3" >+ description="Number of Instruction Cache Hits" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_MISS_BANK2_XECORE3" >+ underscore_name="icache_miss_bank2_xecore3" >+ description="Number of Instruction Cache Misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 3 READ" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_HIT_BANK2_XECORE4" >+ underscore_name="icache_hit_bank2_xecore4" >+ description="Number of Instruction Cache Hits" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_MISS_BANK2_XECORE4" >+ underscore_name="icache_miss_bank2_xecore4" >+ description="Number of Instruction Cache Misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 4 READ" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_HIT_BANK2_XECORE5" >+ underscore_name="icache_hit_bank2_xecore5" >+ description="Number of Instruction Cache Hits" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_MISS_BANK2_XECORE5" >+ underscore_name="icache_miss_bank2_xecore5" >+ description="Number of Instruction Cache Misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 5 READ" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_HIT_BANK2_XECORE6" >+ underscore_name="icache_hit_bank2_xecore6" >+ description="Number of Instruction Cache Hits" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_MISS_BANK2_XECORE6" >+ underscore_name="icache_miss_bank2_xecore6" >+ description="Number of Instruction Cache Misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 6 READ" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_HIT_BANK2_XECORE7" >+ underscore_name="icache_hit_bank2_xecore7" >+ description="Number of Instruction Cache Hits" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_MISS_BANK2_XECORE7" >+ underscore_name="icache_miss_bank2_xecore7" >+ description="Number of Instruction Cache Misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext503" >+ underscore_name="ext503" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="3cbb77d0-15f3-4bd0-8db1-5644266d78fc" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="ICACHE_HIT_BANK3_XECORE0" >+ underscore_name="icache_hit_bank3_xecore0" >+ description="Number of Instruction Cache Hits" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 7 READ" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_MISS_BANK3_XECORE0" >+ underscore_name="icache_miss_bank3_xecore0" >+ description="Number of Instruction Cache Misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 0 READ" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_HIT_BANK3_XECORE1" >+ underscore_name="icache_hit_bank3_xecore1" >+ description="Number of Instruction Cache Hits" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 6 READ" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_MISS_BANK3_XECORE1" >+ underscore_name="icache_miss_bank3_xecore1" >+ description="Number of Instruction Cache Misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 1 READ" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_HIT_BANK3_XECORE2" >+ underscore_name="icache_hit_bank3_xecore2" >+ description="Number of Instruction Cache Hits" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 5 READ" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_MISS_BANK3_XECORE2" >+ underscore_name="icache_miss_bank3_xecore2" >+ description="Number of Instruction Cache Misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 2 READ" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_HIT_BANK3_XECORE3" >+ underscore_name="icache_hit_bank3_xecore3" >+ description="Number of Instruction Cache Hits" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 4 READ" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_MISS_BANK3_XECORE3" >+ underscore_name="icache_miss_bank3_xecore3" >+ description="Number of Instruction Cache Misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 3 READ" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_HIT_BANK3_XECORE4" >+ underscore_name="icache_hit_bank3_xecore4" >+ description="Number of Instruction Cache Hits" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 3 READ" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_MISS_BANK3_XECORE4" >+ underscore_name="icache_miss_bank3_xecore4" >+ description="Number of Instruction Cache Misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 4 READ" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_HIT_BANK3_XECORE5" >+ underscore_name="icache_hit_bank3_xecore5" >+ description="Number of Instruction Cache Hits" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 2 READ" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_MISS_BANK3_XECORE5" >+ underscore_name="icache_miss_bank3_xecore5" >+ description="Number of Instruction Cache Misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 5 READ" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_HIT_BANK3_XECORE6" >+ underscore_name="icache_hit_bank3_xecore6" >+ description="Number of Instruction Cache Hits" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 1 READ" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_MISS_BANK3_XECORE6" >+ underscore_name="icache_miss_bank3_xecore6" >+ description="Number of Instruction Cache Misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 6 READ" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_HIT_BANK3_XECORE7" >+ underscore_name="icache_hit_bank3_xecore7" >+ description="Number of Instruction Cache Hits" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="B 0 READ" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="ICACHE_MISS_BANK3_XECORE7" >+ underscore_name="icache_miss_bank3_xecore7" >+ description="Number of Instruction Cache Misses" >+ data_type="uint64" >+ units="events" >+ semantic_type="event" >+ equation="C 7 READ" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext508" >+ underscore_name="ext508" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="e81aaa56-a54b-491f-9803-ed19d2762e13" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_READ_BANK0_XECORE0" >+ underscore_name="slm_byte_read_bank0_xecore0" >+ description="Number of bytes read from SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_READ_BANK0_XECORE0" >+ underscore_name="load_store_cache_byte_read_bank0_xecore0" >+ description="Number of bytes read out of the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext509" >+ underscore_name="ext509" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="3c10260c-cb15-4474-ab84-c226d54f2974" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_READ_BANK0_XECORE1" >+ underscore_name="slm_byte_read_bank0_xecore1" >+ description="Number of bytes read from SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_READ_BANK0_XECORE1" >+ underscore_name="load_store_cache_byte_read_bank0_xecore1" >+ description="Number of bytes read out of the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext510" >+ underscore_name="ext510" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="95455b22-bda5-4f6e-86ae-0e500f0b419e" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_READ_BANK0_XECORE2" >+ underscore_name="slm_byte_read_bank0_xecore2" >+ description="Number of bytes read from SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_READ_BANK0_XECORE2" >+ underscore_name="load_store_cache_byte_read_bank0_xecore2" >+ description="Number of bytes read out of the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext511" >+ underscore_name="ext511" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="95137f7b-f35e-4bef-9949-3c6681813bb9" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_READ_BANK0_XECORE3" >+ underscore_name="slm_byte_read_bank0_xecore3" >+ description="Number of bytes read from SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_READ_BANK0_XECORE3" >+ underscore_name="load_store_cache_byte_read_bank0_xecore3" >+ description="Number of bytes read out of the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext512" >+ underscore_name="ext512" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="3effc828-e8ca-4aab-a1a6-c478a41d55a7" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_READ_BANK0_XECORE4" >+ underscore_name="slm_byte_read_bank0_xecore4" >+ description="Number of bytes read from SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_READ_BANK0_XECORE4" >+ underscore_name="load_store_cache_byte_read_bank0_xecore4" >+ description="Number of bytes read out of the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext513" >+ underscore_name="ext513" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="42d607af-0d8c-4d80-8443-73f5952060bb" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_READ_BANK0_XECORE5" >+ underscore_name="slm_byte_read_bank0_xecore5" >+ description="Number of bytes read from SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_READ_BANK0_XECORE5" >+ underscore_name="load_store_cache_byte_read_bank0_xecore5" >+ description="Number of bytes read out of the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext514" >+ underscore_name="ext514" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="bc6702b9-80d9-463e-9699-334c9543e076" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_READ_BANK0_XECORE6" >+ underscore_name="slm_byte_read_bank0_xecore6" >+ description="Number of bytes read from SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_READ_BANK0_XECORE6" >+ underscore_name="load_store_cache_byte_read_bank0_xecore6" >+ description="Number of bytes read out of the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext515" >+ underscore_name="ext515" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="5a8af975-8ceb-4111-b13a-3584b5485afb" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_READ_BANK0_XECORE7" >+ underscore_name="slm_byte_read_bank0_xecore7" >+ description="Number of bytes read from SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_READ_BANK0_XECORE7" >+ underscore_name="load_store_cache_byte_read_bank0_xecore7" >+ description="Number of bytes read out of the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext516" >+ underscore_name="ext516" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="a0bd2654-8654-4aec-b9c3-609b7cfc7c29" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_READ_BANK1_XECORE0" >+ underscore_name="slm_byte_read_bank1_xecore0" >+ description="Number of bytes read from SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_READ_BANK1_XECORE0" >+ underscore_name="load_store_cache_byte_read_bank1_xecore0" >+ description="Number of bytes read out of the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext517" >+ underscore_name="ext517" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="56c67cc8-4bbb-44bc-8552-1d095f1800bc" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_READ_BANK1_XECORE1" >+ underscore_name="slm_byte_read_bank1_xecore1" >+ description="Number of bytes read from SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_READ_BANK1_XECORE1" >+ underscore_name="load_store_cache_byte_read_bank1_xecore1" >+ description="Number of bytes read out of the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext518" >+ underscore_name="ext518" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="f4f45c2b-4810-43db-a47d-cb854884f724" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_READ_BANK1_XECORE2" >+ underscore_name="slm_byte_read_bank1_xecore2" >+ description="Number of bytes read from SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_READ_BANK1_XECORE2" >+ underscore_name="load_store_cache_byte_read_bank1_xecore2" >+ description="Number of bytes read out of the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext519" >+ underscore_name="ext519" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="58283b64-3a38-4985-b19c-db349947311a" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_READ_BANK1_XECORE3" >+ underscore_name="slm_byte_read_bank1_xecore3" >+ description="Number of bytes read from SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_READ_BANK1_XECORE3" >+ underscore_name="load_store_cache_byte_read_bank1_xecore3" >+ description="Number of bytes read out of the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext520" >+ underscore_name="ext520" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="144cc1f2-ff34-4ce7-8bb9-7cb6cee76403" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_READ_BANK1_XECORE4" >+ underscore_name="slm_byte_read_bank1_xecore4" >+ description="Number of bytes read from SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_READ_BANK1_XECORE4" >+ underscore_name="load_store_cache_byte_read_bank1_xecore4" >+ description="Number of bytes read out of the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext521" >+ underscore_name="ext521" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="9b5b6101-2131-4069-ace5-bcb3300991cb" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_READ_BANK1_XECORE5" >+ underscore_name="slm_byte_read_bank1_xecore5" >+ description="Number of bytes read from SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_READ_BANK1_XECORE5" >+ underscore_name="load_store_cache_byte_read_bank1_xecore5" >+ description="Number of bytes read out of the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext522" >+ underscore_name="ext522" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="b3cfc81d-5297-483d-8e45-b77e4935fbe9" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_READ_BANK1_XECORE6" >+ underscore_name="slm_byte_read_bank1_xecore6" >+ description="Number of bytes read from SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_READ_BANK1_XECORE6" >+ underscore_name="load_store_cache_byte_read_bank1_xecore6" >+ description="Number of bytes read out of the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext523" >+ underscore_name="ext523" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="1975278e-2c3f-49a3-891a-fc2ed8f22eec" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_READ_BANK1_XECORE7" >+ underscore_name="slm_byte_read_bank1_xecore7" >+ description="Number of bytes read from SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_READ_BANK1_XECORE7" >+ underscore_name="load_store_cache_byte_read_bank1_xecore7" >+ description="Number of bytes read out of the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext524" >+ underscore_name="ext524" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="06d3fa26-617a-4443-a552-17937fc2bc83" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_READ_BANK2_XECORE0" >+ underscore_name="slm_byte_read_bank2_xecore0" >+ description="Number of bytes read from SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_READ_BANK2_XECORE0" >+ underscore_name="load_store_cache_byte_read_bank2_xecore0" >+ description="Number of bytes read out of the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext525" >+ underscore_name="ext525" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="5115960e-f55c-4854-bac4-b771c4185270" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_READ_BANK2_XECORE1" >+ underscore_name="slm_byte_read_bank2_xecore1" >+ description="Number of bytes read from SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_READ_BANK2_XECORE1" >+ underscore_name="load_store_cache_byte_read_bank2_xecore1" >+ description="Number of bytes read out of the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext526" >+ underscore_name="ext526" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="4dc30759-6119-4bf0-85b7-4a7cd5e79956" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_READ_BANK2_XECORE2" >+ underscore_name="slm_byte_read_bank2_xecore2" >+ description="Number of bytes read from SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_READ_BANK2_XECORE2" >+ underscore_name="load_store_cache_byte_read_bank2_xecore2" >+ description="Number of bytes read out of the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext527" >+ underscore_name="ext527" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="2060bec5-9739-4970-ab77-09dd7c107044" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_READ_BANK2_XECORE3" >+ underscore_name="slm_byte_read_bank2_xecore3" >+ description="Number of bytes read from SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_READ_BANK2_XECORE3" >+ underscore_name="load_store_cache_byte_read_bank2_xecore3" >+ description="Number of bytes read out of the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext528" >+ underscore_name="ext528" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="91384c6e-5087-43d6-a32f-699690ca8917" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_READ_BANK2_XECORE4" >+ underscore_name="slm_byte_read_bank2_xecore4" >+ description="Number of bytes read from SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_READ_BANK2_XECORE4" >+ underscore_name="load_store_cache_byte_read_bank2_xecore4" >+ description="Number of bytes read out of the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext529" >+ underscore_name="ext529" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="cb4f7554-9a12-4f83-a7c6-0ff8911f9e73" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_READ_BANK2_XECORE5" >+ underscore_name="slm_byte_read_bank2_xecore5" >+ description="Number of bytes read from SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_READ_BANK2_XECORE5" >+ underscore_name="load_store_cache_byte_read_bank2_xecore5" >+ description="Number of bytes read out of the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext530" >+ underscore_name="ext530" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="80502c88-9c1e-4804-8d54-53b3d784a540" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_READ_BANK2_XECORE6" >+ underscore_name="slm_byte_read_bank2_xecore6" >+ description="Number of bytes read from SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_READ_BANK2_XECORE6" >+ underscore_name="load_store_cache_byte_read_bank2_xecore6" >+ description="Number of bytes read out of the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext531" >+ underscore_name="ext531" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="eccbb94d-f7ed-4d45-89bb-d17a0e28e97d" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_READ_BANK2_XECORE7" >+ underscore_name="slm_byte_read_bank2_xecore7" >+ description="Number of bytes read from SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_READ_BANK2_XECORE7" >+ underscore_name="load_store_cache_byte_read_bank2_xecore7" >+ description="Number of bytes read out of the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext532" >+ underscore_name="ext532" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="09cb4790-899a-456f-9c12-f0b5ae36bf39" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_READ_BANK3_XECORE0" >+ underscore_name="slm_byte_read_bank3_xecore0" >+ description="Number of bytes read from SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_READ_BANK3_XECORE0" >+ underscore_name="load_store_cache_byte_read_bank3_xecore0" >+ description="Number of bytes read out of the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext533" >+ underscore_name="ext533" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="e257595b-2e38-4da5-b375-bc494b4d0ee8" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_READ_BANK3_XECORE1" >+ underscore_name="slm_byte_read_bank3_xecore1" >+ description="Number of bytes read from SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_READ_BANK3_XECORE1" >+ underscore_name="load_store_cache_byte_read_bank3_xecore1" >+ description="Number of bytes read out of the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext534" >+ underscore_name="ext534" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="f2477c56-db39-43cf-bd4c-42782dd02e27" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_READ_BANK3_XECORE2" >+ underscore_name="slm_byte_read_bank3_xecore2" >+ description="Number of bytes read from SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_READ_BANK3_XECORE2" >+ underscore_name="load_store_cache_byte_read_bank3_xecore2" >+ description="Number of bytes read out of the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext535" >+ underscore_name="ext535" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="b6417928-9c95-4df7-88a2-e6b8de52abec" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_READ_BANK3_XECORE3" >+ underscore_name="slm_byte_read_bank3_xecore3" >+ description="Number of bytes read from SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_READ_BANK3_XECORE3" >+ underscore_name="load_store_cache_byte_read_bank3_xecore3" >+ description="Number of bytes read out of the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext536" >+ underscore_name="ext536" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="ac88f2a7-2f38-4e61-a6d5-9da2d50edd38" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_READ_BANK3_XECORE4" >+ underscore_name="slm_byte_read_bank3_xecore4" >+ description="Number of bytes read from SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_READ_BANK3_XECORE4" >+ underscore_name="load_store_cache_byte_read_bank3_xecore4" >+ description="Number of bytes read out of the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext537" >+ underscore_name="ext537" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="87640cd9-04b0-4b76-a016-308ab7975f8d" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_READ_BANK3_XECORE5" >+ underscore_name="slm_byte_read_bank3_xecore5" >+ description="Number of bytes read from SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_READ_BANK3_XECORE5" >+ underscore_name="load_store_cache_byte_read_bank3_xecore5" >+ description="Number of bytes read out of the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext538" >+ underscore_name="ext538" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="2a2f8a81-b046-4a67-92c3-2ded36755f76" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_READ_BANK3_XECORE6" >+ underscore_name="slm_byte_read_bank3_xecore6" >+ description="Number of bytes read from SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_READ_BANK3_XECORE6" >+ underscore_name="load_store_cache_byte_read_bank3_xecore6" >+ description="Number of bytes read out of the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext539" >+ underscore_name="ext539" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="89f03450-0e5f-4370-b7cf-cea4e627d4e8" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_READ_BANK3_XECORE7" >+ underscore_name="slm_byte_read_bank3_xecore7" >+ description="Number of bytes read from SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_READ_BANK3_XECORE7" >+ underscore_name="load_store_cache_byte_read_bank3_xecore7" >+ description="Number of bytes read out of the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext540" >+ underscore_name="ext540" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="85c7638d-976e-47e5-8f52-2079a0ea147f" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_WRITE_BANK0_XECORE0" >+ underscore_name="slm_byte_write_bank0_xecore0" >+ description="Number of bytes written to SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_WRITE_BANK0_XECORE0" >+ underscore_name="load_store_cache_byte_write_bank0_xecore0" >+ description="Number of bytes written to the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext541" >+ underscore_name="ext541" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="69645853-2e7f-4a77-83fc-fa03f43b5d35" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_WRITE_BANK0_XECORE1" >+ underscore_name="slm_byte_write_bank0_xecore1" >+ description="Number of bytes written to SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_WRITE_BANK0_XECORE1" >+ underscore_name="load_store_cache_byte_write_bank0_xecore1" >+ description="Number of bytes written to the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext542" >+ underscore_name="ext542" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="657218aa-a73a-4127-b081-07ece46ff786" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_WRITE_BANK0_XECORE2" >+ underscore_name="slm_byte_write_bank0_xecore2" >+ description="Number of bytes written to SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_WRITE_BANK0_XECORE2" >+ underscore_name="load_store_cache_byte_write_bank0_xecore2" >+ description="Number of bytes written to the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext543" >+ underscore_name="ext543" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="1a51853a-37a2-4020-8ccb-650604ea4f64" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_WRITE_BANK0_XECORE3" >+ underscore_name="slm_byte_write_bank0_xecore3" >+ description="Number of bytes written to SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_WRITE_BANK0_XECORE3" >+ underscore_name="load_store_cache_byte_write_bank0_xecore3" >+ description="Number of bytes written to the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext544" >+ underscore_name="ext544" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="9aa2e068-b13a-44b2-be93-a4cf68924cdd" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_WRITE_BANK0_XECORE4" >+ underscore_name="slm_byte_write_bank0_xecore4" >+ description="Number of bytes written to SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_WRITE_BANK0_XECORE4" >+ underscore_name="load_store_cache_byte_write_bank0_xecore4" >+ description="Number of bytes written to the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext545" >+ underscore_name="ext545" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="5e8c65a2-97ac-4dea-af1b-27b9f12dafe6" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_WRITE_BANK0_XECORE5" >+ underscore_name="slm_byte_write_bank0_xecore5" >+ description="Number of bytes written to SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_WRITE_BANK0_XECORE5" >+ underscore_name="load_store_cache_byte_write_bank0_xecore5" >+ description="Number of bytes written to the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext546" >+ underscore_name="ext546" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="192ec14b-c329-4e81-bd2d-02f7cae24579" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_WRITE_BANK0_XECORE6" >+ underscore_name="slm_byte_write_bank0_xecore6" >+ description="Number of bytes written to SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_WRITE_BANK0_XECORE6" >+ underscore_name="load_store_cache_byte_write_bank0_xecore6" >+ description="Number of bytes written to the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext547" >+ underscore_name="ext547" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="2e5ac978-b4e4-4693-8f88-d90d0353dd77" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_WRITE_BANK0_XECORE7" >+ underscore_name="slm_byte_write_bank0_xecore7" >+ description="Number of bytes written to SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_WRITE_BANK0_XECORE7" >+ underscore_name="load_store_cache_byte_write_bank0_xecore7" >+ description="Number of bytes written to the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext548" >+ underscore_name="ext548" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="7c95ba0f-cd85-4eb2-ab43-987f84214820" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_WRITE_BANK1_XECORE0" >+ underscore_name="slm_byte_write_bank1_xecore0" >+ description="Number of bytes written to SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_WRITE_BANK1_XECORE0" >+ underscore_name="load_store_cache_byte_write_bank1_xecore0" >+ description="Number of bytes written to the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext549" >+ underscore_name="ext549" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="8fa03693-d2d5-42eb-a382-e2cf05bf8197" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_WRITE_BANK1_XECORE1" >+ underscore_name="slm_byte_write_bank1_xecore1" >+ description="Number of bytes written to SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_WRITE_BANK1_XECORE1" >+ underscore_name="load_store_cache_byte_write_bank1_xecore1" >+ description="Number of bytes written to the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext550" >+ underscore_name="ext550" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="3714122b-03ee-499b-bc5f-31ed5400924e" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_WRITE_BANK1_XECORE2" >+ underscore_name="slm_byte_write_bank1_xecore2" >+ description="Number of bytes written to SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_WRITE_BANK1_XECORE2" >+ underscore_name="load_store_cache_byte_write_bank1_xecore2" >+ description="Number of bytes written to the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext551" >+ underscore_name="ext551" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="31ed9c46-b219-4bcc-8c20-22586fb077f8" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_WRITE_BANK1_XECORE3" >+ underscore_name="slm_byte_write_bank1_xecore3" >+ description="Number of bytes written to SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_WRITE_BANK1_XECORE3" >+ underscore_name="load_store_cache_byte_write_bank1_xecore3" >+ description="Number of bytes written to the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext552" >+ underscore_name="ext552" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="f639c566-949f-4484-8c12-5127fb771b4c" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_WRITE_BANK1_XECORE4" >+ underscore_name="slm_byte_write_bank1_xecore4" >+ description="Number of bytes written to SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_WRITE_BANK1_XECORE4" >+ underscore_name="load_store_cache_byte_write_bank1_xecore4" >+ description="Number of bytes written to the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext553" >+ underscore_name="ext553" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="40b20c9d-0935-4000-91d7-f312a515bb4b" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_WRITE_BANK1_XECORE5" >+ underscore_name="slm_byte_write_bank1_xecore5" >+ description="Number of bytes written to SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_WRITE_BANK1_XECORE5" >+ underscore_name="load_store_cache_byte_write_bank1_xecore5" >+ description="Number of bytes written to the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext554" >+ underscore_name="ext554" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="bcff8729-44e4-4efa-8436-f1775fcb204a" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_WRITE_BANK1_XECORE6" >+ underscore_name="slm_byte_write_bank1_xecore6" >+ description="Number of bytes written to SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_WRITE_BANK1_XECORE6" >+ underscore_name="load_store_cache_byte_write_bank1_xecore6" >+ description="Number of bytes written to the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext555" >+ underscore_name="ext555" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="6bf30c0e-a169-4ba3-8527-047d4f691aa3" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_WRITE_BANK1_XECORE7" >+ underscore_name="slm_byte_write_bank1_xecore7" >+ description="Number of bytes written to SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_WRITE_BANK1_XECORE7" >+ underscore_name="load_store_cache_byte_write_bank1_xecore7" >+ description="Number of bytes written to the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext556" >+ underscore_name="ext556" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="bc1cda24-8e1b-4000-9443-1135be1b976e" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_WRITE_BANK2_XECORE0" >+ underscore_name="slm_byte_write_bank2_xecore0" >+ description="Number of bytes written to SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_WRITE_BANK2_XECORE0" >+ underscore_name="load_store_cache_byte_write_bank2_xecore0" >+ description="Number of bytes written to the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext557" >+ underscore_name="ext557" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="c8a172f8-4a06-4931-b877-bc8aa687a9b8" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_WRITE_BANK2_XECORE1" >+ underscore_name="slm_byte_write_bank2_xecore1" >+ description="Number of bytes written to SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_WRITE_BANK2_XECORE1" >+ underscore_name="load_store_cache_byte_write_bank2_xecore1" >+ description="Number of bytes written to the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext558" >+ underscore_name="ext558" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="a5a9b5ed-c78c-4e3d-a808-22f1debd6b43" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_WRITE_BANK2_XECORE2" >+ underscore_name="slm_byte_write_bank2_xecore2" >+ description="Number of bytes written to SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_WRITE_BANK2_XECORE2" >+ underscore_name="load_store_cache_byte_write_bank2_xecore2" >+ description="Number of bytes written to the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext559" >+ underscore_name="ext559" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="93bba39f-4d65-434b-9251-37f2badf256e" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_WRITE_BANK2_XECORE3" >+ underscore_name="slm_byte_write_bank2_xecore3" >+ description="Number of bytes written to SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_WRITE_BANK2_XECORE3" >+ underscore_name="load_store_cache_byte_write_bank2_xecore3" >+ description="Number of bytes written to the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext560" >+ underscore_name="ext560" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="a16d5961-ab03-4193-87d9-394ad9c2da80" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_WRITE_BANK2_XECORE4" >+ underscore_name="slm_byte_write_bank2_xecore4" >+ description="Number of bytes written to SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_WRITE_BANK2_XECORE4" >+ underscore_name="load_store_cache_byte_write_bank2_xecore4" >+ description="Number of bytes written to the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext561" >+ underscore_name="ext561" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="8dfd3f4a-0686-48bb-94cf-76a3bc5386ec" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_WRITE_BANK2_XECORE5" >+ underscore_name="slm_byte_write_bank2_xecore5" >+ description="Number of bytes written to SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_WRITE_BANK2_XECORE5" >+ underscore_name="load_store_cache_byte_write_bank2_xecore5" >+ description="Number of bytes written to the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext562" >+ underscore_name="ext562" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="f41e3a7c-de83-46af-8be2-b26c605d1317" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_WRITE_BANK2_XECORE6" >+ underscore_name="slm_byte_write_bank2_xecore6" >+ description="Number of bytes written to SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_WRITE_BANK2_XECORE6" >+ underscore_name="load_store_cache_byte_write_bank2_xecore6" >+ description="Number of bytes written to the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext563" >+ underscore_name="ext563" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="c599736d-1b09-4ae6-9e82-c98d17c3582a" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_WRITE_BANK2_XECORE7" >+ underscore_name="slm_byte_write_bank2_xecore7" >+ description="Number of bytes written to SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_WRITE_BANK2_XECORE7" >+ underscore_name="load_store_cache_byte_write_bank2_xecore7" >+ description="Number of bytes written to the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext564" >+ underscore_name="ext564" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="0f9c5fb0-e5bc-4119-a11f-d32d0304bca8" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_WRITE_BANK3_XECORE0" >+ underscore_name="slm_byte_write_bank3_xecore0" >+ description="Number of bytes written to SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_WRITE_BANK3_XECORE0" >+ underscore_name="load_store_cache_byte_write_bank3_xecore0" >+ description="Number of bytes written to the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice2XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext565" >+ underscore_name="ext565" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="def2b365-d8d1-4e4b-b832-39afd5e214d9" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_WRITE_BANK3_XECORE1" >+ underscore_name="slm_byte_write_bank3_xecore1" >+ description="Number of bytes written to SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_WRITE_BANK3_XECORE1" >+ underscore_name="load_store_cache_byte_write_bank3_xecore1" >+ description="Number of bytes written to the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice2XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext566" >+ underscore_name="ext566" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="a53e91c2-03b4-488a-ab7e-293f4466e00f" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_WRITE_BANK3_XECORE2" >+ underscore_name="slm_byte_write_bank3_xecore2" >+ description="Number of bytes written to SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_WRITE_BANK3_XECORE2" >+ underscore_name="load_store_cache_byte_write_bank3_xecore2" >+ description="Number of bytes written to the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice2XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext567" >+ underscore_name="ext567" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="0cdefa4f-f4ac-4072-a021-be48ed5b0ee7" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_WRITE_BANK3_XECORE3" >+ underscore_name="slm_byte_write_bank3_xecore3" >+ description="Number of bytes written to SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_WRITE_BANK3_XECORE3" >+ underscore_name="load_store_cache_byte_write_bank3_xecore3" >+ description="Number of bytes written to the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice2XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext568" >+ underscore_name="ext568" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="7404a462-f9c0-4fb6-9ec9-b03bbd5e4572" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_WRITE_BANK3_XECORE4" >+ underscore_name="slm_byte_write_bank3_xecore4" >+ description="Number of bytes written to SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_WRITE_BANK3_XECORE4" >+ underscore_name="load_store_cache_byte_write_bank3_xecore4" >+ description="Number of bytes written to the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice3XeCore0" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext569" >+ underscore_name="ext569" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="b3515130-788c-4d36-b20d-e8ca02e11cf1" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_WRITE_BANK3_XECORE5" >+ underscore_name="slm_byte_write_bank3_xecore5" >+ description="Number of bytes written to SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_WRITE_BANK3_XECORE5" >+ underscore_name="load_store_cache_byte_write_bank3_xecore5" >+ description="Number of bytes written to the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice3XeCore1" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext570" >+ underscore_name="ext570" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="73e5a9f9-ca88-4467-b407-737e7c7080fe" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_WRITE_BANK3_XECORE6" >+ underscore_name="slm_byte_write_bank3_xecore6" >+ description="Number of bytes written to SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_WRITE_BANK3_XECORE6" >+ underscore_name="load_store_cache_byte_write_bank3_xecore6" >+ description="Number of bytes written to the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice3XeCore2" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext571" >+ underscore_name="ext571" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="ae2fa4f6-2afb-4ac9-866e-bfd943f91a54" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SLM_BYTE_WRITE_BANK3_XECORE7" >+ underscore_name="slm_byte_write_bank3_xecore7" >+ description="Number of bytes written to SLM" >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="C 7 READ 2 C 6 READ UMUL UADD 4 C 5 READ UMUL UADD 8 C 4 READ UMUL UADD 16 C 3 READ UMUL UADD 32 C 2 READ UMUL UADD 64 C 1 READ UMUL UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ + symbol_name="LOAD_STORE_CACHE_BYTE_WRITE_BANK3_XECORE7" >+ underscore_name="load_store_cache_byte_write_bank3_xecore7" >+ description="Number of bytes written to the Load Store Cache, excluding SLM accesses." >+ data_type="uint64" >+ units="bytes" >+ semantic_type="throughput" >+ equation="B 0 READ 2 B 1 READ UMUL UADD 4 B 2 READ UMUL UADD 8 B 3 READ UMUL UADD 16 B 4 READ UMUL UADD 32 B 5 READ UMUL UADD 64 B 6 READ UMUL UADD" >+ availability="$GtSlice3XeCore3" >+ mdapi_group="L1Cache" >+ mdapi_usage_flags="Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="dualsubslice" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext1000" >+ underscore_name="ext1000" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="cea714fc-17a9-4dae-b3e8-8be0f3149918" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_ACTIVE" >+ underscore_name="xve_active" >+ description="Percentage of time in which at least one pipe is active in XVE" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 7 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL" >+ underscore_name="xve_stall" >+ description="Percentage of time in which any threads are loaded but not even a single pipe is active in XVE" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 8 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_THREADS_OCCUPANCY_ALL" >+ underscore_name="xve_threads_occupancy_all" >+ description="Percentage of thread slots occupied" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="8 A 14 READ FMUL $VectorEngineThreadsCount FDIV $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU0_ALL" >+ underscore_name="xve_inst_executed_alu0_all" >+ description="Number of execution slots taken by instructions executed on ALU0 pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 9 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU1_ALL" >+ underscore_name="xve_inst_executed_alu1_all" >+ description="Number of execution slots taken by instructions executed on ALU1 pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 10 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_XMX_ALL" >+ underscore_name="xve_inst_executed_xmx_all" >+ description="Number of execution slots taken by instructions executed in XMX pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 11 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_SEND_ALL" >+ underscore_name="xve_inst_executed_send_all" >+ description="Number of instructions executed on SEND pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 12 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_CONTROL_ALL" >+ underscore_name="xve_inst_executed_control_all" >+ description="Number of instructions executed on Jump Pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 13 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_PIPE_ALU0_AND_ALU1_ACTIVE" >+ underscore_name="xve_pipe_alu0_and_alu1_active" >+ description="Percentage of time in which ALU0 and ALU1 pipes are both actively executing a Gen ISA instruction" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 16 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_PIPE_ALU0_AND_XMX_ACTIVE" >+ underscore_name="xve_pipe_alu0_and_xmx_active" >+ description="Percentage of time in which ALU0 and XMX pipes are both actively executing a Gen ISA instruction" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 15 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU0_ALL_UTILIZATION" >+ underscore_name="xve_inst_executed_alu0_all_utilization" >+ description="Percentage of execution slots taken by instructions executed on ALU0 pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 9 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU1_ALL_UTILIZATION" >+ underscore_name="xve_inst_executed_alu1_all_utilization" >+ description="Percentage of execution slots taken by instructions executed on ALU1 pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 10 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_XMX_ALL_UTILIZATION" >+ underscore_name="xve_inst_executed_xmx_all_utilization" >+ description="Percentage of execution slots taken by instructions executed in XMX pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 11 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_SEND_ALL_UTILIZATION" >+ underscore_name="xve_inst_executed_send_all_utilization" >+ description="Percentage of time taken by instructions executed on SEND pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 12 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_CONTROL_ALL_UTILIZATION" >+ underscore_name="xve_inst_executed_control_all_utilization" >+ description="Percentage of time taken by instructions executed on Jump Pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 13 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_ACTIVE_CYCLES" >+ underscore_name="xve_active_cycles" >+ description="Number of cycles at least one pipe is active in XVE" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 7 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL_CYCLES" >+ underscore_name="xve_stall_cycles" >+ description="Number of cycles any threads are loaded but not even a single pipe is active in XVE" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 8 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_THREADS_OCCUPANCY_CYCLES_ALL" >+ underscore_name="xve_threads_occupancy_cycles_all" >+ description="Number of thread slots occupied" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount $VectorEngineThreadsCount UMUL UMUL" >+ units="events" >+ semantic_type="event" >+ equation="8 A 14 READ UMUL" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_PIPE_ALU0_AND_ALU1_ACTIVE_CYCLES" >+ underscore_name="xve_pipe_alu0_and_alu1_active_cycles" >+ description="Number of cycles in ALU0 and ALU1 pipes are both actively executing a Gen ISA instruction" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 16 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_PIPE_ALU0_AND_XMX_ACTIVE_CYCLES" >+ underscore_name="xve_pipe_alu0_and_xmx_active_cycles" >+ description="Number of cycles ALU0 and XMX pipes are both actively executing a Gen ISA instruction" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 15 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext1001" >+ underscore_name="ext1001" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="3ec074a8-e3cb-4090-86c0-0d1426ac9a63" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU0_VS" >+ underscore_name="xve_inst_executed_alu0_vs" >+ description="Number of execution slots taken by instructions executed by Vertex Shader on ALU0 pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 7 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU0_HS" >+ underscore_name="xve_inst_executed_alu0_hs" >+ description="Number of execution slots taken by instructions executed by Hull Shader on ALU0 pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 8 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU0_DS" >+ underscore_name="xve_inst_executed_alu0_ds" >+ description="Number of execution slots taken by instructions executed by Domain Shader on ALU0 pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 9 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU0_PS" >+ underscore_name="xve_inst_executed_alu0_ps" >+ description="Number of execution slots taken by instructions executed by Fragment Shader on ALU0 pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 10 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU0_CS" >+ underscore_name="xve_inst_executed_alu0_cs" >+ description="Number of execution slots taken by instructions executed by Compute Shader (from Render Engine) on ALU0 pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 11 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU0_ASYNC_CS" >+ underscore_name="xve_inst_executed_alu0_async_cs" >+ description="Number of execution slots taken by instructions executed by Async Compute Shader on ALU0 pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 12 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU1_VS" >+ underscore_name="xve_inst_executed_alu1_vs" >+ description="Number of execution slots taken by instructions executed by Vertex Shader on ALU1 pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 13 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU1_HS" >+ underscore_name="xve_inst_executed_alu1_hs" >+ description="Number of execution slots taken by instructions executed by Hull Shader on ALU1 pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 15 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU1_DS" >+ underscore_name="xve_inst_executed_alu1_ds" >+ description="Number of execution slots taken by instructions executed by Domain Shader on ALU1 pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 14 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU1_PS" >+ underscore_name="xve_inst_executed_alu1_ps" >+ description="Number of execution slots taken by instructions executed by Fragment Shader on ALU1 pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 16 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU1_CS" >+ underscore_name="xve_inst_executed_alu1_cs" >+ description="Number of execution slots taken by instructions executed by Compute Shader (from Render Engine) on ALU1 pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 17 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU1_ASYNC_CS" >+ underscore_name="xve_inst_executed_alu1_async_cs" >+ description="Number of execution slots taken by instructions executed by Async Compute Shader on ALU1 pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 18 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU0_VS_UTILIZATION" >+ underscore_name="xve_inst_executed_alu0_vs_utilization" >+ description="Percentage of execution slots taken by instructions executed by Vertex Shader on ALU0 pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 7 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU0_HS_UTILIZATION" >+ underscore_name="xve_inst_executed_alu0_hs_utilization" >+ description="Percentage of execution slots taken by instructions executed by Hull Shader on ALU0 pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 8 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU0_DS_UTILIZATION" >+ underscore_name="xve_inst_executed_alu0_ds_utilization" >+ description="Percentage of execution slots taken by instructions executed by Domain Shader on ALU0 pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 9 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU0_PS_UTILIZATION" >+ underscore_name="xve_inst_executed_alu0_ps_utilization" >+ description="Percentage of execution slots taken by instructions executed by Fragment Shader on ALU0 pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 10 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU0_CS_UTILIZATION" >+ underscore_name="xve_inst_executed_alu0_cs_utilization" >+ description="Percentage of execution slots taken by instructions executed by Compute Shader (from Render Engine) on ALU0 pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 11 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU0_ASYNC_CS_UTILIZATION" >+ underscore_name="xve_inst_executed_alu0_async_cs_utilization" >+ description="Percentage of execution slots taken by instructions executed by Async Compute Shader on ALU0 pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 12 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU1_VS_UTILIZATION" >+ underscore_name="xve_inst_executed_alu1_vs_utilization" >+ description="Percentage of execution slots taken by instructions executed by Vertex Shader on ALU1 pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 13 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU1_HS_UTILIZATION" >+ underscore_name="xve_inst_executed_alu1_hs_utilization" >+ description="Percentage of execution slots taken by instructions executed by Hull Shader on ALU1 pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 15 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU1_DS_UTILIZATION" >+ underscore_name="xve_inst_executed_alu1_ds_utilization" >+ description="Percentage of execution slots taken by instructions executed by Domain Shader on ALU1 pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 14 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU1_PS_UTILIZATION" >+ underscore_name="xve_inst_executed_alu1_ps_utilization" >+ description="Percentage of execution slots taken by instructions executed by Fragment Shader on ALU1 pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 16 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU1_CS_UTILIZATION" >+ underscore_name="xve_inst_executed_alu1_cs_utilization" >+ description="Percentage of execution slots taken by instructions executed by Compute Shader (from Render Engine) on ALU1 pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 17 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU1_ASYNC_CS_UTILIZATION" >+ underscore_name="xve_inst_executed_alu1_async_cs_utilization" >+ description="Percentage of execution slots taken by instructions executed by Async Compute Shader on ALU1 pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 18 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext1002" >+ underscore_name="ext1002" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="17275fa7-be46-48a6-a654-6931ecbfed77" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU0_RT_AHS_UTILIZATION" >+ underscore_name="xve_inst_executed_alu0_rt_ahs_utilization" >+ description="Percentage of execution slots taken by instructions executed by BTD Any Hit Shader on ALU0 pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 7 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU1_RT_AHS_UTILIZATION" >+ underscore_name="xve_inst_executed_alu1_rt_ahs_utilization" >+ description="Percentage of execution slots taken by instructions executed by BTD Any Hit Shader on ALU1 pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 8 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_SEND_RT_AHS_UTILIZATION" >+ underscore_name="xve_inst_executed_send_rt_ahs_utilization" >+ description="Percentage of time taken by instructions executed by BTD Any Hit Shader threads on SEND pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 9 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU0_RT_CHS_UTILIZATION" >+ underscore_name="xve_inst_executed_alu0_rt_chs_utilization" >+ description="Percentage of execution slots taken by instructions executed by BTD Closest Hit Shader on ALU0 pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 10 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU1_RT_CHS_UTILIZATION" >+ underscore_name="xve_inst_executed_alu1_rt_chs_utilization" >+ description="Percentage of execution slots taken by instructions executed by BTD Closest Hit Shader on ALU1 pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 11 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_SEND_RT_CHS_UTILIZATION" >+ underscore_name="xve_inst_executed_send_rt_chs_utilization" >+ description="Percentage of time taken by instructions executed by BTD Closest Hit Shader threads on SEND pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 12 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU0_RT_MS_UTILIZATION" >+ underscore_name="xve_inst_executed_alu0_rt_ms_utilization" >+ description="Percentage of execution slots taken by instructions executed by BTD Miss Shader on ALU0 pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 13 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU1_RT_MS_UTILIZATION" >+ underscore_name="xve_inst_executed_alu1_rt_ms_utilization" >+ description="Percentage of execution slots taken by instructions executed by BTD Miss Shader on ALU1 pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 14 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_SEND_RT_MS_UTILIZATION" >+ underscore_name="xve_inst_executed_send_rt_ms_utilization" >+ description="Percentage of time taken by instructions executed by BTD Miss Shader threads on SEND pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 15 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU0_RT_AHS" >+ underscore_name="xve_inst_executed_alu0_rt_ahs" >+ description="Number of execution slots taken by instructions executed by BTD Any Hit Shader on ALU0 pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 7 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU1_RT_AHS" >+ underscore_name="xve_inst_executed_alu1_rt_ahs" >+ description="Number of execution slots taken by instructions executed by BTD Any Hit Shader on ALU1 pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 8 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_SEND_RT_AHS" >+ underscore_name="xve_inst_executed_send_rt_ahs" >+ description="Number of instructions executed by BTD Any Hit Shader threads on SEND pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 9 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU0_RT_CHS" >+ underscore_name="xve_inst_executed_alu0_rt_chs" >+ description="Number of execution slots taken by instructions executed by BTD Closest Hit Shader on ALU0 pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 10 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU1_RT_CHS" >+ underscore_name="xve_inst_executed_alu1_rt_chs" >+ description="Number of execution slots taken by instructions executed by BTD Closest Hit Shader on ALU1 pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 11 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_SEND_RT_CHS" >+ underscore_name="xve_inst_executed_send_rt_chs" >+ description="Number of instructions executed by BTD Closest Hit Shader threads on SEND pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 12 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU0_RT_MS" >+ underscore_name="xve_inst_executed_alu0_rt_ms" >+ description="Number of execution slots taken by instructions executed by BTD Miss Shader on ALU0 pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 13 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU1_RT_MS" >+ underscore_name="xve_inst_executed_alu1_rt_ms" >+ description="Number of execution slots taken by instructions executed by BTD Miss Shader on ALU1 pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 14 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_SEND_RT_MS" >+ underscore_name="xve_inst_executed_send_rt_ms" >+ description="Number of instructions executed by BTD Miss Shader threads on SEND pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 15 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext1004" >+ underscore_name="ext1004" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="a56f028c-27c7-4e9b-bc19-04bbf67444b0" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL" >+ underscore_name="xve_stall" >+ description="Percentage of time in which any threads are loaded but not even a single pipe is active in XVE" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 7 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL_ASYNC_CS" >+ underscore_name="xve_stall_async_cs" >+ description="Percentage of time in which there are Async Compute Shader threads loaded but not even a single pipe is active in XVE" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 15 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL_CS" >+ underscore_name="xve_stall_cs" >+ description="Percentage of time in which there are Compute Shader (from Render Engine) threads loaded but not even a single pipe is active in XVE" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 14 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL_DS" >+ underscore_name="xve_stall_ds" >+ description="Percentage of time in which there are Domain Shader threads loaded but not even a single pipe is active in XVE" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 13 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL_HS" >+ underscore_name="xve_stall_hs" >+ description="Percentage of time in which there are Hull Shader threads loaded but not even a single pipe is active in XVE" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 12 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL_MS" >+ underscore_name="xve_stall_ms" >+ description="Percentage of time in which there are Mesh Shader threads loaded but not even a single pipe is active in XVE" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 11 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL_PS" >+ underscore_name="xve_stall_ps" >+ description="Percentage of time in which there are Fragment Shader threads loaded but not even a single pipe is active in XVE" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 10 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL_TS" >+ underscore_name="xve_stall_ts" >+ description="Percentage of time in which there are Task Shader threads loaded but not even a single pipe is active in XVE" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 9 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL_VS" >+ underscore_name="xve_stall_vs" >+ description="Percentage of time in which there are Vertex Shader threads loaded but not even a single pipe is active in XVE" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 8 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL_RT" >+ underscore_name="xve_stall_rt" >+ description="Percentage of time in which there are Ray Tracing Shader threads loaded but not even a single pipe is active in XVE" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 18 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL_CYCLES" >+ underscore_name="xve_stall_cycles" >+ description="Number of cycles any threads are loaded but not even a single pipe is active in XVE" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 7 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier2 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL_CYCLES_ASYNC_CS" >+ underscore_name="xve_stall_cycles_async_cs" >+ description="Number of cycles there are Async Compute Shader threads loaded but not even a single pipe is active in XVE" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 15 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL_CYCLES_CS" >+ underscore_name="xve_stall_cycles_cs" >+ description="Number of cycles there are Compute Shader (from Render Engine) threads loaded but not even a single pipe is active in XVE" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 14 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL_CYCLES_DS" >+ underscore_name="xve_stall_cycles_ds" >+ description="Number of cycles there are Domain Shader threads loaded but not even a single pipe is active in XVE" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 13 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL_CYCLES_HS" >+ underscore_name="xve_stall_cycles_hs" >+ description="Number of cycles there are Hull Shader threads loaded but not even a single pipe is active in XVE" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 12 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL_CYCLES_MS" >+ underscore_name="xve_stall_cycles_ms" >+ description="Number of cycles there are Mesh Shader threads loaded but not even a single pipe is active in XVE" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 11 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL_CYCLES_PS" >+ underscore_name="xve_stall_cycles_ps" >+ description="Number of cycles there are Fragment Shader threads loaded but not even a single pipe is active in XVE" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 10 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL_CYCLES_TS" >+ underscore_name="xve_stall_cycles_ts" >+ description="Number of cycles there are Task Shader threads loaded but not even a single pipe is active in XVE" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 9 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL_CYCLES_VS" >+ underscore_name="xve_stall_cycles_vs" >+ description="Number of cycles there are Vertex Shader threads loaded but not even a single pipe is active in XVE" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 8 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL_CYCLES_RT" >+ underscore_name="xve_stall_cycles_rt" >+ description="Number of cycles there are Ray Tracing Shader threads loaded but not even a single pipe is active in XVE" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 18 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext1005" >+ underscore_name="ext1005" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="f43c884f-817d-4037-bc96-7bed64906683" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU0_ALL" >+ underscore_name="xve_inst_executed_alu0_all" >+ description="Number of execution slots taken by instructions executed on ALU0 pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 16 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_FP16" >+ underscore_name="xve_inst_executed_fp16" >+ description="Number of execution slots taken by FP16 ALU instructions" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 9 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier4 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_FP32" >+ underscore_name="xve_inst_executed_fp32" >+ description="Number of execution slots taken by FP32 ALU instructions" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 8 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier4 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_FP64" >+ underscore_name="xve_inst_executed_fp64" >+ description="The number of FLT64 instructions executed in ALU0 INT64 pipeline." >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 7 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier4 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU1_ALL" >+ underscore_name="xve_inst_executed_alu1_all" >+ description="Number of execution slots taken by instructions executed on ALU1 pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 17 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_INT16" >+ underscore_name="xve_inst_executed_int16" >+ description="Number of execution slots taken by INT16 ALU instructions" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 12 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier4 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_INT32" >+ underscore_name="xve_inst_executed_int32" >+ description="Number of execution slots taken by INT32 ALU instructions" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 11 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier4 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_MATH" >+ underscore_name="xve_inst_executed_math" >+ description="Number of execution slots taken by extended math instructions" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 10 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier4 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_XMX_ALL" >+ underscore_name="xve_inst_executed_xmx_all" >+ description="Number of execution slots taken by instructions executed in XMX pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 18 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_XMX_BF16" >+ underscore_name="xve_inst_executed_xmx_bf16" >+ description="Number of execution slots taken by BF16 XMX instructions" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 15 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_XMX_FP16" >+ underscore_name="xve_inst_executed_xmx_fp16" >+ description="Number of execution slots taken by FP16 XMX instructions" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 14 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_XMX_INT8" >+ underscore_name="xve_inst_executed_xmx_int8" >+ description="Number of execution slots taken by INT8 XMX instructions" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 13 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU0_ALL_UTILIZATION" >+ underscore_name="xve_inst_executed_alu0_all_utilization" >+ description="Percentage of execution slots taken by instructions executed on ALU0 pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 16 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_FP16_UTILIZATION" >+ underscore_name="xve_inst_executed_fp16_utilization" >+ description="Percentage of execution slots taken by FP16 ALU instructions" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 9 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier4 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_FP32_UTILIZATION" >+ underscore_name="xve_inst_executed_fp32_utilization" >+ description="Percentage of execution slots taken by FP32 ALU instructions" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 8 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier4 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_FP64_UTILIZATION" >+ underscore_name="xve_inst_executed_fp64_utilization" >+ description="The percentage of time in which FLT64 instruction were processed actively on FPU INT64 pipeline." >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 7 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier4 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU1_ALL_UTILIZATION" >+ underscore_name="xve_inst_executed_alu1_all_utilization" >+ description="Percentage of execution slots taken by instructions executed on ALU1 pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 17 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_INT16_UTILIZATION" >+ underscore_name="xve_inst_executed_int16_utilization" >+ description="Percentage of execution slots taken by INT16 ALU instructions" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 12 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier4 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_INT32_UTILIZATION" >+ underscore_name="xve_inst_executed_int32_utilization" >+ description="Percentage of execution slots taken by INT32 ALU instructions" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 11 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier4 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_MATH_UTILIZATION" >+ underscore_name="xve_inst_executed_math_utilization" >+ description="Percentage of execution slots taken by extended math instructions" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 10 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier4 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_XMX_ALL_UTILIZATION" >+ underscore_name="xve_inst_executed_xmx_all_utilization" >+ description="Percentage of execution slots taken by instructions executed in XMX pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 18 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_XMX_BF16_UTILIZATION" >+ underscore_name="xve_inst_executed_xmx_bf16_utilization" >+ description="Percentage of execution slots taken by BF16 XMX instructions" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 15 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_XMX_FP16_UTILIZATION" >+ underscore_name="xve_inst_executed_xmx_fp16_utilization" >+ description="Percentage of execution slots taken by FP16 XMX instructions" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 14 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_XMX_INT8_UTILIZATION" >+ underscore_name="xve_inst_executed_xmx_int8_utilization" >+ description="Percentage of execution slots taken by INT8 XMX instructions" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 13 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext1006" >+ underscore_name="ext1006" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="6a6e8e1d-6148-4316-95f9-2a8b5236520f" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_SEND_ALL" >+ underscore_name="xve_inst_executed_send_all" >+ description="Number of instructions executed on SEND pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 16 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_SEND_ASYNC_CS" >+ underscore_name="xve_inst_executed_send_async_cs" >+ description="Number of instructions executed by Async Compute Shader threads on SEND pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 15 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_SEND_CS" >+ underscore_name="xve_inst_executed_send_cs" >+ description="Number of instructions executed by Compute Shader (from Render Engine) threads on SEND pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 14 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_SEND_DS" >+ underscore_name="xve_inst_executed_send_ds" >+ description="Number of instructions executed by Domain Shader threads on SEND pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 13 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_SEND_GS" >+ underscore_name="xve_inst_executed_send_gs" >+ description="Number of instructions executed by Geometry Shader threads on SEND pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 12 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_SEND_HS" >+ underscore_name="xve_inst_executed_send_hs" >+ description="Number of instructions executed by Hull Shader threads on SEND pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 11 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_SEND_MS" >+ underscore_name="xve_inst_executed_send_ms" >+ description="Number of instructions executed by Mesh Shader threads on SEND pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 10 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_SEND_PS" >+ underscore_name="xve_inst_executed_send_ps" >+ description="Number of instructions executed by Fragment Shader threads on SEND pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 9 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_SEND_TS" >+ underscore_name="xve_inst_executed_send_ts" >+ description="Number of instructions executed by Task Shader threads on SEND pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 8 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_SEND_VS" >+ underscore_name="xve_inst_executed_send_vs" >+ description="Number of instructions executed by Vertex Shader threads on SEND pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 7 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_SEND_ALL_UTILIZATION" >+ underscore_name="xve_inst_executed_send_all_utilization" >+ description="Percentage of time taken by instructions executed on SEND pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 16 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_SEND_ASYNC_CS_UTILIZATION" >+ underscore_name="xve_inst_executed_send_async_cs_utilization" >+ description="Percentage of time taken by instructions executed by Async Compute Shader threads on SEND pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 15 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_SEND_CS_UTILIZATION" >+ underscore_name="xve_inst_executed_send_cs_utilization" >+ description="Percentage of time taken by instructions executed by Compute Shader (from Render Engine) threads on SEND pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 14 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_SEND_DS_UTILIZATION" >+ underscore_name="xve_inst_executed_send_ds_utilization" >+ description="Percentage of time taken by instructions executed by Domain Shader threads on SEND pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 13 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_SEND_GS_UTILIZATION" >+ underscore_name="xve_inst_executed_send_gs_utilization" >+ description="Percentage of time taken by instructions executed by Geometry Shader threads on SEND pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 12 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_SEND_HS_UTILIZATION" >+ underscore_name="xve_inst_executed_send_hs_utilization" >+ description="Percentage of time taken by instructions executed by Hull Shader threads on SEND pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 11 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_SEND_MS_UTILIZATION" >+ underscore_name="xve_inst_executed_send_ms_utilization" >+ description="Percentage of time taken by instructions executed by Mesh Shader threads on SEND pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 10 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_SEND_PS_UTILIZATION" >+ underscore_name="xve_inst_executed_send_ps_utilization" >+ description="Percentage of time taken by instructions executed by Fragment Shader threads on SEND pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 9 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_SEND_TS_UTILIZATION" >+ underscore_name="xve_inst_executed_send_ts_utilization" >+ description="Percentage of time taken by instructions executed by Task Shader threads on SEND pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 8 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_SEND_VS_UTILIZATION" >+ underscore_name="xve_inst_executed_send_vs_utilization" >+ description="Percentage of time taken by instructions executed by Vertex Shader threads on SEND pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 7 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext1007" >+ underscore_name="ext1007" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="b6b53888-0a0b-4fc6-b77e-c604875495a5" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL_GS" >+ underscore_name="xve_stall_gs" >+ description="Percentage of time in which there are Geometry Shader threads loaded but not even a single pipe is active in XVE" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 8 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU0_GS" >+ underscore_name="xve_inst_executed_alu0_gs" >+ description="Number of execution slots taken by instructions executed by Geometry Shader on ALU0 pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 10 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU1_GS" >+ underscore_name="xve_inst_executed_alu1_gs" >+ description="Number of execution slots taken by instructions executed by Geometry Shader on ALU1 pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 9 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_STALL_CYCLES_GS" >+ underscore_name="xve_stall_cycles_gs" >+ description="Number of cycles there are Geometry Shader threads loaded but not even a single pipe is active in XVE" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 8 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU0_MS" >+ underscore_name="xve_inst_executed_alu0_ms" >+ description="Number of execution slots taken by instructions executed by Mesh Shader on ALU0 pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 14 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU0_TS" >+ underscore_name="xve_inst_executed_alu0_ts" >+ description="Number of execution slots taken by instructions executed by Task Shader on ALU0 pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 13 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU1_MS" >+ underscore_name="xve_inst_executed_alu1_ms" >+ description="Number of execution slots taken by instructions executed by Mesh Shader on ALU1 pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 12 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU1_TS" >+ underscore_name="xve_inst_executed_alu1_ts" >+ description="Number of execution slots taken by instructions executed by Task Shader on ALU1 pipe" >+ data_type="uint64" >+ max_equation="$GpuCoreClocks $VectorEngineTotalCount UMUL" >+ units="events" >+ semantic_type="event" >+ equation="A 11 READ" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU0_GS_UTILIZATION" >+ underscore_name="xve_inst_executed_alu0_gs_utilization" >+ description="Percentage of execution slots taken by instructions executed by Geometry Shader on ALU0 pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 10 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU1_GS_UTILIZATION" >+ underscore_name="xve_inst_executed_alu1_gs_utilization" >+ description="Percentage of execution slots taken by instructions executed by Geometry Shader on ALU1 pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 9 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU0_MS_UTILIZATION" >+ underscore_name="xve_inst_executed_alu0_ms_utilization" >+ description="Percentage of execution slots taken by instructions executed by Mesh Shader on ALU0 pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 14 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU0_TS_UTILIZATION" >+ underscore_name="xve_inst_executed_alu0_ts_utilization" >+ description="Percentage of execution slots taken by instructions executed by Task Shader on ALU0 pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 13 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU1_MS_UTILIZATION" >+ underscore_name="xve_inst_executed_alu1_ms_utilization" >+ description="Percentage of execution slots taken by instructions executed by Mesh Shader on ALU1 pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 12 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="XVE_INST_EXECUTED_ALU1_TS_UTILIZATION" >+ underscore_name="xve_inst_executed_alu1_ts_utilization" >+ description="Percentage of execution slots taken by instructions executed by Task Shader on ALU1 pipe" >+ data_type="float" >+ max_equation="100" >+ units="percent" >+ semantic_type="duration" >+ equation="A 11 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV" >+ mdapi_group="VectorEngine" >+ mdapi_usage_flags="Tier3 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ + chipset="ACMGT1" >+ symbol_name="Ext1010" >+ underscore_name="ext1010" >+ mdapi_supported_apis="VK OGL OCL IO" >+ hw_config_guid="6e06382a-3c98-464a-9811-cdfb956e4e8e" >+ > >+ + symbol_name="GpuTime" >+ underscore_name="gpu_time" >+ description="Time elapsed on the GPU during the measurement." >+ data_type="uint64" >+ units="ns" >+ semantic_type="duration" >+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="GpuCoreClocks" >+ underscore_name="gpu_core_clocks" >+ description="The total number of GPU core clocks elapsed during the measurement." >+ data_type="uint64" >+ units="cycles" >+ semantic_type="event" >+ equation="GPU_CLOCK 0 READ" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="AvgGpuCoreFrequency" >+ underscore_name="avg_gpu_core_frequency" >+ description="Average GPU Core Frequency in the measurement." >+ data_type="uint64" >+ max_equation="$GpuMaxFrequency" >+ units="hz" >+ semantic_type="event" >+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV" >+ mdapi_group="GPU" >+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="SAMPLER_2X2_READ" >+ underscore_name="sampler_2_x2_read" >+ description="Number of 2x2 texel block requested from Sampler" >+ data_type="uint64" >+ units="texels" >+ semantic_type="event" >+ equation="A 28 READ 4 UMUL" >+ mdapi_group="Sampler" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="PIXEL_WRITE" >+ underscore_name="pixel_write" >+ description="Number of 2x2 pixels written to all render targets" >+ data_type="uint64" >+ units="pixels" >+ semantic_type="event" >+ equation="A 26 READ 4 UMUL" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="PIXEL_BLEND" >+ underscore_name="pixel_blend" >+ description="Number of blended 2x2 pixels written to all render targets" >+ data_type="uint64" >+ units="pixels" >+ semantic_type="event" >+ equation="A 27 READ 4 UMUL" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Tier3 Overview Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="RASTERIZER_SAMPLE_OUTPUT" >+ underscore_name="rasterizer_sample_output" >+ description="Number of lit samples emitted by Rasterizer" >+ data_type="uint64" >+ units="pixels" >+ semantic_type="event" >+ equation="A 21 READ 4 UMUL" >+ mdapi_group="Rasterizer" >+ mdapi_usage_flags="Tier3 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ + symbol_name="POSTPS_DEPTH_STENCIL_ALPHA_TEST_FAIL" >+ underscore_name="postps_depth_stencil_alpha_test_fail" >+ description="Number of 2x2 that were lit from Rasterizer but failed the depth stencil test or alpha test" >+ data_type="uint64" >+ units="pixels" >+ semantic_type="event" >+ equation="A 25 READ 4 UMUL" >+ mdapi_group="ColorPipe" >+ mdapi_usage_flags="Tier3 Frame Batch Draw" >+ mdapi_supported_apis="" >+ mdapi_hw_unit_type="gpu" >+ /> >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ >diff --git a/lib/i915/perf.c b/lib/i915/perf.c >index cac129ea..8919b3fc 100644 >--- a/lib/i915/perf.c >+++ b/lib/i915/perf.c >@@ -35,6 +35,8 @@ > > #include > >+#include "i915_pciids.h" >+ > #include "intel_chipset.h" > #include "perf.h" > >@@ -58,6 +60,9 @@ > #include "i915_perf_metrics_rkl.h" > #include "i915_perf_metrics_dg1.h" > #include "i915_perf_metrics_adl.h" >+#include "i915_perf_metrics_acmgt1.h" >+ >+#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) > > static int > perf_ioctl(int fd, unsigned long request, void *arg) >@@ -143,6 +148,23 @@ unsupported_i915_perf_platform(struct intel_perf *perf) > return NULL; > } > >+static bool >+is_acm_gt1(const struct intel_perf_devinfo *devinfo) >+{ >+#undef INTEL_VGA_DEVICE >+#define INTEL_VGA_DEVICE(_id, _info) _id >+ static const uint32_t devids[] = { >+ INTEL_DG2_G11_IDS(NULL), >+ }; >+#undef INTEL_VGA_DEVICE >+ for (uint32_t i = 0; i < ARRAY_SIZE(devids); i++) { >+ if (devids[i] == devinfo->devid) >+ return true; >+ } >+ >+ return false; >+} >+ > struct intel_perf * > intel_perf_for_devinfo(uint32_t device_id, > uint32_t revision, >@@ -315,6 +337,19 @@ intel_perf_for_devinfo(uint32_t device_id, > } else if (devinfo->is_alderlake_s || devinfo->is_alderlake_p || > devinfo->is_raptorlake_s || devinfo->is_alderlake_n) { > intel_perf_load_metrics_adl(perf); >+ } else if (devinfo->is_dg2) { >+ perf->devinfo.eu_threads_count = 8; >+ /* OA reports have the timestamp value shifted to the >+ * right by 1 bits, it also means we cannot use the >+ * top bit for comparison. >+ */ >+ perf->devinfo.oa_timestamp_shift = -1; >+ perf->devinfo.oa_timestamp_mask = 0x7fffffff; >+ >+ if (is_acm_gt1(&perf->devinfo)) >+ intel_perf_load_metrics_acmgt1(perf); >+ else >+ unsupported_i915_perf_platform(perf); > } else { > return unsupported_i915_perf_platform(perf); > } >diff --git a/lib/meson.build b/lib/meson.build >index b029f09e..47696884 100644 >--- a/lib/meson.build >+++ b/lib/meson.build >@@ -255,6 +255,7 @@ i915_perf_hardware = [ > 'cnl', > 'icl', 'ehl', > 'tglgt1', 'tglgt2', 'rkl', 'dg1', 'adl', >+ 'acmgt1', > ] > > i915_xml_files = [] >-- >2.25.1 >