mesa/src/intel/perf/oa-hsw.xml

4616 lines
214 KiB
XML

<?xml version="1.0"?>
<metrics version="1619078709" merge_md5="">
<set name="Render Metrics Basic set"
chipset="HSW"
symbol_name="RenderBasic"
underscore_name="render_basic"
mdapi_supported_apis="OGL OCL IO BB"
hw_config_guid="a490e9d2-55b3-4db0-8dab-53011032c5f3"
>
<counter name="GPU Time Elapsed"
symbol_name="GpuTime"
underscore_name="gpu_time"
description="Time elapsed on the GPU during the measurement."
data_type="uint64"
units="ns"
semantic_type="duration"
equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV"
mdapi_group="GPU"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="GPU Core Clocks"
symbol_name="GpuCoreClocks"
underscore_name="gpu_core_clocks"
description="The total number of GPU core clocks elapsed during the measurement."
data_type="uint64"
units="cycles"
semantic_type="event"
equation="C 2 READ"
mdapi_group="GPU"
mdapi_usage_flags="Tier1 Frame Batch Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="AVG GPU Core Frequency"
symbol_name="AvgGpuCoreFrequency"
underscore_name="avg_gpu_core_frequency"
description="Average GPU Core Frequency in the measurement."
data_type="uint64"
max_equation="$GpuMaxFrequency"
units="hz"
semantic_type="event"
equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV"
mdapi_group="GPU"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="VS Threads Dispatched"
symbol_name="VsThreads"
underscore_name="vs_threads"
description="The total number of vertex shader hardware threads dispatched."
data_type="uint64"
units="threads"
semantic_type="event"
equation="A 5 READ"
mdapi_group="EU Array/Vertex Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TCS Threads Dispatched"
symbol_name="HsThreads"
underscore_name="hs_threads"
description="The total number of control shader hardware threads dispatched."
data_type="uint64"
units="threads"
semantic_type="event"
equation="A 10 READ"
mdapi_group="EU Array/Control Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TES Threads Dispatched"
symbol_name="DsThreads"
underscore_name="ds_threads"
description="The total number of evaluation shader hardware threads dispatched."
data_type="uint64"
units="threads"
semantic_type="event"
equation="A 15 READ"
mdapi_group="EU Array/Evaluation Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="GS Threads Dispatched"
symbol_name="GsThreads"
underscore_name="gs_threads"
description="The total number of geometry shader hardware threads dispatched."
data_type="uint64"
units="threads"
semantic_type="event"
equation="A 25 READ"
mdapi_group="EU Array/Geometry Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="FS Threads Dispatched"
symbol_name="PsThreads"
underscore_name="ps_threads"
description="The total number of fragment shader hardware threads dispatched."
data_type="uint64"
units="threads"
semantic_type="event"
equation="A 30 READ"
mdapi_group="EU Array/Fragment Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="CS Threads Dispatched"
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 20 READ"
mdapi_group="EU Array/Compute Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="GPU Busy"
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 41 READ 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="GPU"
mdapi_usage_flags="Tier1 Overview System Frame"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="EU Active"
symbol_name="EuActive"
underscore_name="eu_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 0 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array"
mdapi_usage_flags="Tier2 Overview System Frame Batch Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="EU Stall"
symbol_name="EuStall"
underscore_name="eu_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 1 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array"
mdapi_usage_flags="Tier2 Overview System Frame Batch Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="VS EU Active"
symbol_name="VsEuActive"
underscore_name="vs_eu_active"
description="The percentage of time in which vertex shaders were processed actively on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 2 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Vertex Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="VS AVG Active per Thread"
symbol_name="VsEuActivePerThread"
underscore_name="vs_eu_active_per_thread"
description="The average number of cycles per hardware thread run in which vertex shaders were processed actively on the EUs."
data_type="uint64"
max_equation="100"
units="cycles"
semantic_type="event"
equation="A 2 READ $VsThreads UDIV"
mdapi_group="EU Array/Vertex Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="VS AVG Stall per Thread"
symbol_name="VsEuStallPerThread"
underscore_name="vs_eu_stall_per_thread"
description="The average number of cycles per hardware thread run in which vertex shaders were stalled on the EUs."
data_type="uint64"
units="cycles"
semantic_type="event"
equation="A 3 READ $VsThreads UDIV"
mdapi_group="EU Array/Vertex Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="VS EU Stall"
symbol_name="VsEuStall"
underscore_name="vs_eu_stall"
description="The percentage of time in which vertex shaders were stalled on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 3 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Vertex Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TCS EU Active"
symbol_name="HsEuActive"
underscore_name="hs_eu_active"
description="The percentage of time in which control shaders were processed actively on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 7 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Control Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TCS AVG Active per Thread"
symbol_name="HsEuActivePerThread"
underscore_name="hs_eu_active_per_thread"
description="The average number of cycles per hardware thread run in which control shaders were processed actively on the EUs."
data_type="uint64"
max_equation="100"
units="cycles"
semantic_type="event"
equation="A 7 READ $HsThreads UDIV"
mdapi_group="EU Array/Control Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TCS AVG Stall per Thread"
symbol_name="HsEuStallPerThread"
underscore_name="hs_eu_stall_per_thread"
description="The average number of cycles per hardware thread run in which control shaders were stalled on the EUs."
data_type="uint64"
units="cycles"
semantic_type="event"
equation="A 8 READ $HsThreads UDIV"
mdapi_group="EU Array/Control Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TCS EU Stall"
symbol_name="HsEuStall"
underscore_name="hs_eu_stall"
description="The percentage of time in which control shaders were stalled on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 8 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Control Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TES EU Active"
symbol_name="DsEuActive"
underscore_name="ds_eu_active"
description="The percentage of time in which evaluation shaders were processed actively on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 12 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Evaluation Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TES AVG Active per Thread"
symbol_name="DsEuActivePerThread"
underscore_name="ds_eu_active_per_thread"
description="The average number of cycles per hardware thread run in which evaluation shaders were processed actively on the EUs."
data_type="uint64"
max_equation="100"
units="cycles"
semantic_type="event"
equation="A 12 READ $DsThreads UDIV"
mdapi_group="EU Array/Evaluation Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TES AVG Stall per Thread"
symbol_name="DsEuStallPerThread"
underscore_name="ds_eu_stall_per_thread"
description="The average number of cycles per hardware thread run in which evaluation shaders were stalled on the EUs."
data_type="uint64"
units="cycles"
semantic_type="event"
equation="A 13 READ $DsThreads UDIV"
mdapi_group="EU Array/Evaluation Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TES EU Stall"
symbol_name="DsEuStall"
underscore_name="ds_eu_stall"
description="The percentage of time in which evaluation shaders were stalled on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 13 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Evaluation Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="GS EU Active"
symbol_name="GsEuActive"
underscore_name="gs_eu_active"
description="The percentage of time in which geometry shaders were processed actively on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 22 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Geometry Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="GS AVG Active per Thread"
symbol_name="GsEuActivePerThread"
underscore_name="gs_eu_active_per_thread"
description="The average number of cycles per hardware thread run in which geometry shaders were processed actively on the EUs."
data_type="uint64"
max_equation="100"
units="cycles"
semantic_type="event"
equation="A 22 READ $GsThreads UDIV"
mdapi_group="EU Array/Geometry Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="GS AVG Stall per Thread"
symbol_name="GsEuStallPerThread"
underscore_name="gs_eu_stall_per_thread"
description="The average number of cycles per hardware thread run in which geometry shaders were stalled on the EUs."
data_type="uint64"
units="cycles"
semantic_type="event"
equation="A 23 READ $GsThreads UDIV"
mdapi_group="EU Array/Geometry Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="GS EU Stall"
symbol_name="GsEuStall"
underscore_name="gs_eu_stall"
description="The percentage of time in which geometry shaders were stalled on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 23 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Geometry Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="CS EU Active"
symbol_name="CsEuActive"
underscore_name="cs_eu_active"
description="The percentage of time in which compute shaders were processed actively on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 17 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Compute Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="CS AVG Active per Thread"
symbol_name="CsEuActivePerThread"
underscore_name="cs_eu_active_per_thread"
description="The average number of cycles per hardware thread run in which compute shaders were processed actively on the EUs."
data_type="uint64"
max_equation="100"
units="cycles"
semantic_type="event"
equation="A 17 READ $CsThreads UDIV"
mdapi_group="EU Array/Compute Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="CS AVG Stall per Thread"
symbol_name="CsEuStallPerThread"
underscore_name="cs_eu_stall_per_thread"
description="The average number of cycles per hardware thread run in which compute shaders were stalled on the EUs."
data_type="uint64"
units="cycles"
semantic_type="event"
equation="A 18 READ $CsThreads UDIV"
mdapi_group="EU Array/Compute Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="CS EU Stall"
symbol_name="CsEuStall"
underscore_name="cs_eu_stall"
description="The percentage of time in which compute shaders were stalled on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 18 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Compute Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="FS EU Active"
symbol_name="PsEuActive"
underscore_name="ps_eu_active"
description="The percentage of time in which fragment shaders were processed actively on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 27 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Fragment Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="FS AVG Active per Thread"
symbol_name="PsEuActivePerThread"
underscore_name="ps_eu_active_per_thread"
description="The average number of cycles per hardware thread run in which fragment shaders were processed actively on the EUs."
data_type="uint64"
max_equation="100"
units="cycles"
semantic_type="event"
equation="A 27 READ $PsThreads UDIV"
mdapi_group="EU Array/Fragment Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="FS AVG Stall per Thread"
symbol_name="PsEuStallPerThread"
underscore_name="ps_eu_stall_per_thread"
description="The average number of cycles per hardware thread run in which fragment shaders were stalled on the EUs."
data_type="uint64"
units="cycles"
semantic_type="event"
equation="A 28 READ $PsThreads UDIV"
mdapi_group="EU Array/Fragment Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="FS EU Stall"
symbol_name="PsEuStall"
underscore_name="ps_eu_stall"
description="The percentage of time in which fragment shaders were stalled on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 28 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Fragment Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Sampler 0 Busy"
symbol_name="Sampler0Busy"
underscore_name="sampler0_busy"
description="The percentage of time in which sampler 0 was busy."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="B 0 READ 100 UMUL $GpuCoreClocks FDIV"
availability="$SubsliceMask 0x1 AND"
mdapi_group="Sampler"
mdapi_usage_flags="Tier3 Batch Frame Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="subslice"
/>
<counter name="Sampler 1 Busy"
symbol_name="Sampler1Busy"
underscore_name="sampler1_busy"
description="The percentage of time in which sampler 1 was busy."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="B 1 READ 100 UMUL $GpuCoreClocks FDIV"
availability="$SubsliceMask 0x2 AND"
mdapi_group="Sampler"
mdapi_usage_flags="Tier3 Batch Frame Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="subslice"
/>
<counter name="Samplers Busy"
symbol_name="SamplersBusy"
underscore_name="samplers_busy"
description="The percentage of time in which samplers were busy."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="B 0 READ B 1 READ UADD $GpuCoreClocks FDIV 2 FDIV 100 FMUL"
mdapi_group="Sampler"
mdapi_usage_flags="Tier2 Overview System Frame Batch Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="Sampler 0 Bottleneck"
symbol_name="Sampler0Bottleneck"
underscore_name="sampler0_bottleneck"
description="The percentage of time in which sampler 0 was bottlenecks."
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"
availability="$SubsliceMask 0x1 AND"
mdapi_group="Sampler"
mdapi_usage_flags="Tier3 Indicate Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="subslice"
/>
<counter name="Sampler 1 Bottleneck"
symbol_name="Sampler1Bottleneck"
underscore_name="sampler1_bottleneck"
description="The percentage of time in which sampler 1 was bottlenecks."
low_watermark="5"
high_watermark="15"
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="B 3 READ 100 UMUL $GpuCoreClocks FDIV"
availability="$SubsliceMask 0x2 AND"
mdapi_group="Sampler"
mdapi_usage_flags="Tier3 Indicate Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="subslice"
/>
<counter name="Sampler 0 Texels LOD0"
symbol_name="Sampler0Texels"
underscore_name="sampler0_texels"
description="The total number of texels lookups in LOD0 in sampler 0 unit."
data_type="uint64"
units="texels"
semantic_type="event"
equation="B 4 READ 4 UMUL"
availability="$SubsliceMask 0x1 AND"
mdapi_group="Sampler"
mdapi_usage_flags="Tier3 Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="subslice"
/>
<counter name="Sampler 1 Texels LOD0"
symbol_name="Sampler1Texels"
underscore_name="sampler1_texels"
description="The total number of texels lookups in LOD0 in sampler 1 unit."
data_type="uint64"
units="texels"
semantic_type="event"
equation="B 5 READ 4 UMUL"
availability="$SubsliceMask 0x2 AND"
mdapi_group="Sampler"
mdapi_usage_flags="Tier3 Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="subslice"
/>
<counter name="Sampler Texels LOD0"
symbol_name="SamplerTexels"
underscore_name="sampler_texels"
description="The total number of texels lookups in LOD0 in all sampler units."
data_type="uint64"
units="texels"
semantic_type="event"
equation="$Sampler0Texels $Sampler1Texels UADD $EuSlicesTotalCount UMUL"
mdapi_group="Sampler"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="L3 Sampler Throughput"
symbol_name="L3SamplerThroughput"
underscore_name="l3_sampler_throughput"
description="The total number of GPU memory bytes transferred between samplers and L3 caches."
data_type="uint64"
max_equation="$GpuCoreClocks 64 UMUL $EuSlicesTotalCount UMUL"
units="bytes"
semantic_type="throughput"
equation="B 6 READ B 7 READ UADD 2 UMUL $EuSlicesTotalCount UMUL 64 UMUL"
mdapi_group="L3/Sampler"
mdapi_usage_flags="Tier2 Frame Batch Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="Early Hi-Depth Test Fails"
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="A 33 READ"
mdapi_group="3D Pipe/Rasterizer/Hi-Depth Test"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Early Depth Test Fails"
symbol_name="EarlyDepthTestFails"
underscore_name="early_depth_test_fails"
description="The total number of pixels dropped on early depth test."
data_type="uint64"
units="pixels"
semantic_type="event"
equation="A 35 READ"
mdapi_group="3D Pipe/Rasterizer/Early Depth Test"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Samples Killed in FS"
symbol_name="SamplesKilledInPs"
underscore_name="samples_killed_in_ps"
description="The total number of samples or pixels dropped in fragment shaders."
data_type="uint64"
units="pixels"
semantic_type="event"
equation="A 36 READ"
mdapi_group="3D Pipe/Fragment Shader"
mdapi_usage_flags="Tier4 Overview Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Alpha Test Fails"
symbol_name="AlphaTestFails"
underscore_name="alpha_test_fails"
description="The total number of pixels dropped on post-FS alpha test."
data_type="uint64"
units="pixels"
semantic_type="event"
equation="A 37 READ"
mdapi_group="3D Pipe/Output Merger"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Late Stencil Test Fails"
symbol_name="PostPsStencilTestFails"
underscore_name="post_ps_stencil_test_fails"
description="The total number of pixels dropped on post-FS stencil test."
data_type="uint64"
units="pixels"
semantic_type="event"
equation="A 38 READ"
mdapi_group="3D Pipe/Output Merger"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Late Depth Test Fails"
symbol_name="PostPsDepthTestFails"
underscore_name="post_ps_depth_test_fails"
description="The total number of pixels dropped on post-FS depth test."
data_type="uint64"
units="pixels"
semantic_type="event"
equation="A 39 READ $SamplesKilledInPs USUB"
mdapi_group="3D Pipe/Output Merger"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Samples Written"
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 40 READ"
mdapi_group="3D Pipe/Output Merger"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Samples Blended"
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="C 5 READ $EuSlicesTotalCount 4 UMUL UMUL"
mdapi_group="3D Pipe/Output Merger"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="GTI Fixed Pipe Throughput"
symbol_name="GtiVfThroughput"
underscore_name="gti_vf_throughput"
description="The total number of GPU memory bytes transferred between 3D Pipeline (Command Dispatch, Input Assembly and Stream Output) and GTI."
data_type="uint64"
max_equation="$GpuCoreClocks 64 UMUL"
units="bytes"
semantic_type="throughput"
equation="C 1 READ 64 UMUL"
mdapi_group="GTI/3D Pipe"
mdapi_usage_flags="Tier2 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="GTI Depth Throughput"
symbol_name="GtiDepthThroughput"
underscore_name="gti_depth_throughput"
description="The total number of GPU memory bytes transferred between depth caches and GTI."
data_type="uint64"
max_equation="$GpuCoreClocks 64 UMUL $EuSlicesTotalCount UMUL"
units="bytes"
semantic_type="throughput"
equation="C 0 READ 64 UMUL"
mdapi_group="GTI/Depth Cache"
mdapi_usage_flags="Tier2 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="GTI RCC Throughput"
symbol_name="GtiRccThroughput"
underscore_name="gti_rcc_throughput"
description="The total number of GPU memory bytes transferred between render color caches and GTI."
data_type="uint64"
max_equation="$GpuCoreClocks 64 UMUL $EuSlicesTotalCount UMUL"
units="bytes"
semantic_type="throughput"
equation="C 3 READ 64 UMUL"
mdapi_group="GTI/Color Cache"
mdapi_usage_flags="Tier2 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="GTI L3 Throughput"
symbol_name="GtiL3Throughput"
underscore_name="gti_l3_throughput"
description="The total number of GPU memory bytes transferred between L3 caches and GTI."
data_type="uint64"
max_equation="$GpuCoreClocks 64 UMUL $EuSlicesTotalCount UMUL"
units="bytes"
semantic_type="throughput"
equation="C 4 READ 64 UMUL"
mdapi_group="GTI/L3"
mdapi_usage_flags="Tier2 Frame Batch Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="GTI Read Throughput"
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 64 UMUL"
units="bytes"
semantic_type="throughput"
equation="C 6 READ 128 UMUL"
mdapi_group="GTI"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="GTI Write Throughput"
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 32 UMUL"
units="bytes"
semantic_type="throughput"
equation="C 7 READ 64 UMUL"
mdapi_group="GTI"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="LLC GPU Accesses"
symbol_name="LlcAccesses"
underscore_name="llc_accesses"
description="The total number of LLC cache lookups done from the GPU (64b reads, 32B writes)."
data_type="uint64"
units="messages"
semantic_type="event"
equation="PERFCNT 0 READ"
availability="true $QueryMode &amp;&amp;"
mdapi_group="LLC"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL"
mdapi_hw_unit_type="gpu"
/>
<counter name="LLC GPU Hits"
symbol_name="LlcHits"
underscore_name="llc_hits"
description="The total number of successful LLC cache lookups done from the GPU."
data_type="uint64"
units="messages"
semantic_type="event"
equation="PERFCNT 1 READ"
availability="true $QueryMode &amp;&amp;"
mdapi_group="LLC"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL"
mdapi_hw_unit_type="gpu"
/>
<counter name="LLC GPU Throughput"
symbol_name="LlcGpuThroughput"
underscore_name="llc_gpu_throughput"
description="The total number of GPU memory bytes transferred between GPU and LLC."
data_type="uint64"
max_equation="$GpuCoreClocks 64 UMUL"
units="bytes"
semantic_type="throughput"
equation="PERFCNT 0 READ C 7 READ USUB 64 UMUL"
availability="true $QueryMode &amp;&amp;"
mdapi_group="LLC"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL"
mdapi_hw_unit_type="gpu"
/>
<counter name="FS Duration"
symbol_name="PsDuration"
underscore_name="ps_duration"
description="Total Fragment Shader GPU duration."
data_type="uint64"
units="us"
semantic_type="duration"
equation="A 27 READ A 0 READ UMUL A 2 READ A 7 READ UADD A 12 READ UADD A 17 READ UADD A 22 READ UADD A 27 READ UADD UDIV A 28 READ A 1 READ UMUL A 3 READ A 8 READ UADD A 13 READ UADD A 18 READ UADD A 23 READ UADD A 28 READ UADD UDIV UADD $GpuTime UMUL $GpuCoreClocks $EuCoresTotalCount UMUL 1000 UMUL UDIV"
mdapi_group="EU Array/Fragment Shader"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis="OGL4"
mdapi_hw_unit_type="gpu"
/>
<counter name="VS Duration"
symbol_name="VsDuration"
underscore_name="vs_duration"
description="Total Vertex Shader GPU duration."
data_type="uint64"
units="us"
semantic_type="duration"
equation="A 2 READ A 0 READ UMUL A 2 READ A 7 READ UADD A 12 READ UADD A 17 READ UADD A 22 READ UADD A 27 READ UADD UDIV A 3 READ A 1 READ UMUL A 3 READ A 8 READ UADD A 13 READ UADD A 18 READ UADD A 23 READ UADD A 28 READ UADD UDIV UADD $GpuTime UMUL $GpuCoreClocks $EuCoresTotalCount UMUL 1000 UMUL UDIV"
mdapi_group="EU Array/Vertex Shader"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis="OGL4"
mdapi_hw_unit_type="gpu"
/>
<counter name="GS Duration"
symbol_name="GsDuration"
underscore_name="gs_duration"
description="Total Geometry Shader GPU duration."
data_type="uint64"
units="us"
semantic_type="duration"
equation="A 22 READ A 0 READ UMUL A 2 READ A 7 READ UADD A 12 READ UADD A 17 READ UADD A 22 READ UADD A 27 READ UADD UDIV A 23 READ A 1 READ UMUL A 3 READ A 8 READ UADD A 13 READ UADD A 18 READ UADD A 23 READ UADD A 28 READ UADD UDIV UADD $GpuTime UMUL $GpuCoreClocks $EuCoresTotalCount UMUL 1000 UMUL UDIV"
mdapi_group="EU Array/Geometry Shader"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis="OGL4"
mdapi_hw_unit_type="gpu"
/>
<counter name="TES Duration"
symbol_name="DsDuration"
underscore_name="ds_duration"
description="Total Evaluation Shader GPU duration."
data_type="uint64"
units="us"
semantic_type="duration"
equation="A 12 READ A 0 READ UMUL A 2 READ A 7 READ UADD A 12 READ UADD A 17 READ UADD A 22 READ UADD A 27 READ UADD UDIV A 13 READ A 1 READ UMUL A 3 READ A 8 READ UADD A 13 READ UADD A 18 READ UADD A 23 READ UADD A 28 READ UADD UDIV UADD $GpuTime UMUL $GpuCoreClocks $EuCoresTotalCount UMUL 1000 UMUL UDIV"
mdapi_group="EU Array/Evaluation Shader"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis="OGL4"
mdapi_hw_unit_type="gpu"
/>
<counter name="TCS Duration"
symbol_name="HsDuration"
underscore_name="hs_duration"
description="Total Control Shader GPU duration."
data_type="uint64"
units="us"
semantic_type="duration"
equation="A 7 READ A 0 READ UMUL A 2 READ A 7 READ UADD A 12 READ UADD A 17 READ UADD A 22 READ UADD A 27 READ UADD UDIV A 8 READ A 1 READ UMUL A 3 READ A 8 READ UADD A 13 READ UADD A 18 READ UADD A 23 READ UADD A 28 READ UADD UDIV UADD $GpuTime UMUL $GpuCoreClocks $EuCoresTotalCount UMUL 1000 UMUL UDIV"
mdapi_group="EU Array/Control Shader"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL"
mdapi_hw_unit_type="gpu"
/>
<counter name="CS Duration"
symbol_name="CsDuration"
underscore_name="cs_duration"
description="Total Compute Shader GPU duration."
data_type="uint64"
units="us"
semantic_type="duration"
equation="A 17 READ A 0 READ UMUL A 2 READ A 7 READ UADD A 12 READ UADD A 17 READ UADD A 22 READ UADD A 27 READ UADD UDIV A 18 READ A 1 READ UMUL A 3 READ A 8 READ UADD A 13 READ UADD A 18 READ UADD A 23 READ UADD A 28 READ UADD UDIV UADD $GpuTime UMUL $GpuCoreClocks $EuCoresTotalCount UMUL 1000 UMUL UDIV"
mdapi_group="EU Array/Compute Shader"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL"
mdapi_hw_unit_type="gpu"
/>
<counter name="Sampler Bottleneck"
symbol_name="SamplerBottleneck"
underscore_name="sampler_bottleneck"
description="The percentage of time in which samplers were bottlenecks."
low_watermark="5"
high_watermark="15"
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="$Sampler0Bottleneck $Sampler1Bottleneck FMAX"
mdapi_group="Sampler"
mdapi_usage_flags="Tier3 Overview Indicate System Frame Batch Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="EU Idle"
symbol_name="EuIdle"
underscore_name="eu_idle"
description="The percentage of time in which the Execution Units were idle."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="100 $EuActive $EuStall FADD FSUB"
mdapi_group="EU Array"
mdapi_usage_flags="Tier2 Overview System Frame Batch Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<register_config type="NOA">
<register type="NOA" address="0x00009840" value="0x00000080" />
<register type="NOA" address="0x000253A4" value="0x01600000" />
<register type="NOA" address="0x00025440" value="0x00100000" />
<register type="NOA" address="0x00025128" value="0x00000000" />
<register type="NOA" address="0x0002691C" value="0x00000800" />
<register type="NOA" address="0x00026AA0" value="0x01500000" />
<register type="NOA" address="0x00026B9C" value="0x00006000" />
<register type="NOA" address="0x0002791C" value="0x00000800" />
<register type="NOA" address="0x00027AA0" value="0x01500000" />
<register type="NOA" address="0x00027B9C" value="0x00006000" />
<register type="NOA" address="0x0002641C" value="0x00000400" />
<register type="NOA" address="0x00025380" value="0x00000010" />
<register type="NOA" address="0x0002538C" value="0x00000000" />
<register type="NOA" address="0x00025384" value="0x0800AAAA" />
<register type="NOA" address="0x00025400" value="0x00000004" />
<register type="NOA" address="0x0002540C" value="0x06029000" />
<register type="NOA" address="0x00025410" value="0x00000002" />
<register type="NOA" address="0x00025404" value="0x5C30FFFF" />
<register type="NOA" address="0x00025100" value="0x00000016" />
<register type="NOA" address="0x00025110" value="0x00000400" />
<register type="NOA" address="0x00025104" value="0x00000000" />
<register type="NOA" address="0x00026804" value="0x00001211" />
<register type="NOA" address="0x00026884" value="0x00000100" />
<register type="NOA" address="0x00026900" value="0x00000002" />
<register type="NOA" address="0x00026908" value="0x00700000" />
<register type="NOA" address="0x00026904" value="0x00000000" />
<register type="NOA" address="0x00026984" value="0x00001022" />
<register type="NOA" address="0x00026A04" value="0x00000011" />
<register type="NOA" address="0x00026A80" value="0x00000006" />
<register type="NOA" address="0x00026A88" value="0x00000C02" />
<register type="NOA" address="0x00026A84" value="0x00000000" />
<register type="NOA" address="0x00026B04" value="0x00001000" />
<register type="NOA" address="0x00026B80" value="0x00000002" />
<register type="NOA" address="0x00026B8C" value="0x00000007" />
<register type="NOA" address="0x00026B84" value="0x00000000" />
<register type="NOA" address="0x00027804" value="0x00004844" />
<register type="NOA" address="0x00027884" value="0x00000400" />
<register type="NOA" address="0x00027900" value="0x00000002" />
<register type="NOA" address="0x00027908" value="0x0E000000" />
<register type="NOA" address="0x00027904" value="0x00000000" />
<register type="NOA" address="0x00027984" value="0x00004088" />
<register type="NOA" address="0x00027A04" value="0x00000044" />
<register type="NOA" address="0x00027A80" value="0x00000006" />
<register type="NOA" address="0x00027A88" value="0x00018040" />
<register type="NOA" address="0x00027A84" value="0x00000000" />
<register type="NOA" address="0x00027B04" value="0x00004000" />
<register type="NOA" address="0x00027B80" value="0x00000002" />
<register type="NOA" address="0x00027B8C" value="0x000000E0" />
<register type="NOA" address="0x00027B84" value="0x00000000" />
<register type="NOA" address="0x00026104" value="0x00002222" />
<register type="NOA" address="0x00026184" value="0x0C006666" />
<register type="NOA" address="0x00026284" value="0x04000000" />
<register type="NOA" address="0x00026304" value="0x04000000" />
<register type="NOA" address="0x00026400" value="0x00000002" />
<register type="NOA" address="0x00026410" value="0x000000A0" />
<register type="NOA" address="0x00026404" value="0x00000000" />
<register type="NOA" address="0x00025420" value="0x04108020" />
<register type="NOA" address="0x00025424" value="0x1284A420" />
<register type="NOA" address="0x0002541C" value="0x00000000" />
<register type="NOA" address="0x00025428" value="0x00042049" />
<register type="NOA" address="0x000091BC" value="0xE0400000" />
<register type="NOA" address="0x000091C4" value="0xE4500000" />
</register_config>
<register_config type="OA">
<register type="OA" address="0x00002724" value="0x00800000" /> <!--OASTARTTRIG6 -->
<register type="OA" address="0x00002720" value="0x00000000" /> <!--OASTARTTRIG1 -->
<register type="OA" address="0x00002714" value="0x00800000" /> <!--OASTARTTRIG1 -->
<register type="OA" address="0x00002710" value="0x00000000" /> <!--OASTARTTRIG1 -->
</register_config>
</set>
<set name="Compute Metrics Basic set"
chipset="HSW"
symbol_name="ComputeBasic"
underscore_name="compute_basic"
mdapi_supported_apis="OGL4 OCL IO BB"
hw_config_guid="b344c8cb-a291-4cbf-aa9c-b40213bfc96f"
>
<counter name="GPU Time Elapsed"
symbol_name="GpuTime"
underscore_name="gpu_time"
description="Time elapsed on the GPU during the measurement."
data_type="uint64"
units="ns"
semantic_type="duration"
equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV"
mdapi_group="GPU"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis="OGL OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="GPU Core Clocks"
symbol_name="GpuCoreClocks"
underscore_name="gpu_core_clocks"
description="The total number of GPU core clocks elapsed during the measurement."
data_type="uint64"
units="cycles"
semantic_type="event"
equation="C 2 READ"
mdapi_group="GPU"
mdapi_usage_flags="Tier1 Frame Batch Draw"
mdapi_supported_apis="OGL OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="AVG GPU Core Frequency"
symbol_name="AvgGpuCoreFrequency"
underscore_name="avg_gpu_core_frequency"
description="Average GPU Core Frequency in the measurement."
data_type="uint64"
max_equation="$GpuMaxFrequency"
units="hz"
semantic_type="event"
equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV"
mdapi_group="GPU"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis="OGL OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="GPU Busy"
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 41 READ 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="GPU"
mdapi_usage_flags="Tier1 Overview System Frame"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="VS Threads Dispatched"
symbol_name="VsThreads"
underscore_name="vs_threads"
description="The total number of vertex shader hardware threads dispatched."
data_type="uint64"
units="threads"
semantic_type="event"
equation="A 5 READ"
mdapi_group="EU Array/Vertex Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL4 IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TCS Threads Dispatched"
symbol_name="HsThreads"
underscore_name="hs_threads"
description="The total number of control shader hardware threads dispatched."
data_type="uint64"
units="threads"
semantic_type="event"
equation="A 10 READ"
mdapi_group="EU Array/Control Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL4 IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TES Threads Dispatched"
symbol_name="DsThreads"
underscore_name="ds_threads"
description="The total number of evaluation shader hardware threads dispatched."
data_type="uint64"
units="threads"
semantic_type="event"
equation="A 15 READ"
mdapi_group="EU Array/Evaluation Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL4 IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="GS Threads Dispatched"
symbol_name="GsThreads"
underscore_name="gs_threads"
description="The total number of geometry shader hardware threads dispatched."
data_type="uint64"
units="threads"
semantic_type="event"
equation="A 25 READ"
mdapi_group="EU Array/Geometry Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL4 IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="FS Threads Dispatched"
symbol_name="PsThreads"
underscore_name="ps_threads"
description="The total number of fragment shader hardware threads dispatched."
data_type="uint64"
units="threads"
semantic_type="event"
equation="A 30 READ"
mdapi_group="EU Array/Fragment Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL4 IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="CS Threads Dispatched"
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 20 READ"
mdapi_group="EU Array/Compute Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="EU Active"
symbol_name="EuActive"
underscore_name="eu_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 0 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array"
mdapi_usage_flags="Tier2 Overview System Frame Batch Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="EU Stall"
symbol_name="EuStall"
underscore_name="eu_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 1 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array"
mdapi_usage_flags="Tier2 Overview System Frame Batch Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="VS EU Active"
symbol_name="VsEuActive"
underscore_name="vs_eu_active"
description="The percentage of time in which vertex shaders were processed actively on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 2 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Vertex Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="VS AVG Active per Thread"
symbol_name="VsEuActivePerThread"
underscore_name="vs_eu_active_per_thread"
description="The average number of cycles per hardware thread run in which vertex shaders were processed actively on the EUs."
data_type="uint64"
max_equation="100"
units="cycles"
semantic_type="event"
equation="A 2 READ $VsThreads UDIV"
mdapi_group="EU Array/Vertex Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL4 IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="VS EU Stall"
symbol_name="VsEuStall"
underscore_name="vs_eu_stall"
description="The percentage of time in which vertex shaders were stalled on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 3 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Vertex Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="VS AVG Stall per Thread"
symbol_name="VsEuStallPerThread"
underscore_name="vs_eu_stall_per_thread"
description="The average number of cycles per hardware thread run in which vertex shaders were stalled on the EUs."
data_type="uint64"
units="cycles"
semantic_type="event"
equation="A 3 READ $VsThreads UDIV"
mdapi_group="EU Array/Vertex Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL4 IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="FS EU Active"
symbol_name="PsEuActive"
underscore_name="ps_eu_active"
description="The percentage of time in which fragment shaders were processed actively on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 27 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Fragment Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TCS EU Active"
symbol_name="HsEuActive"
underscore_name="hs_eu_active"
description="The percentage of time in which control shaders were processed actively on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 7 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Control Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TCS AVG Active per Thread"
symbol_name="HsEuActivePerThread"
underscore_name="hs_eu_active_per_thread"
description="The average number of cycles per hardware thread run in which control shaders were processed actively on the EUs."
data_type="uint64"
max_equation="100"
units="cycles"
semantic_type="event"
equation="A 7 READ $HsThreads UDIV"
mdapi_group="EU Array/Control Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL4 IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TCS EU Stall"
symbol_name="HsEuStall"
underscore_name="hs_eu_stall"
description="The percentage of time in which control shaders were stalled on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 8 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Control Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TCS AVG Stall per Thread"
symbol_name="HsEuStallPerThread"
underscore_name="hs_eu_stall_per_thread"
description="The average number of cycles per hardware thread run in which control shaders were stalled on the EUs."
data_type="uint64"
units="cycles"
semantic_type="event"
equation="A 8 READ $HsThreads UDIV"
mdapi_group="EU Array/Control Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL4 IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TES EU Active"
symbol_name="DsEuActive"
underscore_name="ds_eu_active"
description="The percentage of time in which evaluation shaders were processed actively on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 12 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Evaluation Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TES AVG Active per Thread"
symbol_name="DsEuActivePerThread"
underscore_name="ds_eu_active_per_thread"
description="The average number of cycles per hardware thread run in which evaluation shaders were processed actively on the EUs."
data_type="uint64"
max_equation="100"
units="cycles"
semantic_type="event"
equation="A 12 READ $DsThreads UDIV"
mdapi_group="EU Array/Evaluation Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL4 IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TES EU Stall"
symbol_name="DsEuStall"
underscore_name="ds_eu_stall"
description="The percentage of time in which evaluation shaders were stalled on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 13 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Evaluation Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TES AVG Stall per Thread"
symbol_name="DsEuStallPerThread"
underscore_name="ds_eu_stall_per_thread"
description="The average number of cycles per hardware thread run in which evaluation shaders were stalled on the EUs."
data_type="uint64"
units="cycles"
semantic_type="event"
equation="A 13 READ $DsThreads UDIV"
mdapi_group="EU Array/Evaluation Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL4 IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="GS EU Active"
symbol_name="GsEuActive"
underscore_name="gs_eu_active"
description="The percentage of time in which geometry shaders were processed actively on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 22 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Geometry Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="GS AVG Active per Thread"
symbol_name="GsEuActivePerThread"
underscore_name="gs_eu_active_per_thread"
description="The average number of cycles per hardware thread run in which geometry shaders were processed actively on the EUs."
data_type="uint64"
max_equation="100"
units="cycles"
semantic_type="event"
equation="A 22 READ $GsThreads UDIV"
mdapi_group="EU Array/Geometry Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL4 IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="GS EU Stall"
symbol_name="GsEuStall"
underscore_name="gs_eu_stall"
description="The percentage of time in which geometry shaders were stalled on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 23 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Geometry Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="GS AVG Stall per Thread"
symbol_name="GsEuStallPerThread"
underscore_name="gs_eu_stall_per_thread"
description="The average number of cycles per hardware thread run in which geometry shaders were stalled on the EUs."
data_type="uint64"
units="cycles"
semantic_type="event"
equation="A 23 READ $GsThreads UDIV"
mdapi_group="EU Array/Geometry Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL4 IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="CS EU Active"
symbol_name="CsEuActive"
underscore_name="cs_eu_active"
description="The percentage of time in which compute shaders were processed actively on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 17 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Compute Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="CS AVG Active per Thread"
symbol_name="CsEuActivePerThread"
underscore_name="cs_eu_active_per_thread"
description="The average number of cycles per hardware thread run in which compute shaders were processed actively on the EUs."
data_type="uint64"
max_equation="100"
units="cycles"
semantic_type="event"
equation="A 17 READ $CsThreads UDIV"
mdapi_group="EU Array/Compute Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="CS EU Stall"
symbol_name="CsEuStall"
underscore_name="cs_eu_stall"
description="The percentage of time in which compute shaders were stalled on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 18 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Compute Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="CS AVG Stall per Thread"
symbol_name="CsEuStallPerThread"
underscore_name="cs_eu_stall_per_thread"
description="The average number of cycles per hardware thread run in which compute shaders were stalled on the EUs."
data_type="uint64"
units="cycles"
semantic_type="event"
equation="A 18 READ $CsThreads UDIV"
mdapi_group="EU Array/Compute Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="FS AVG Active per Thread"
symbol_name="PsEuActivePerThread"
underscore_name="ps_eu_active_per_thread"
description="The average number of cycles per hardware thread run in which fragment shaders were processed actively on the EUs."
data_type="uint64"
max_equation="100"
units="cycles"
semantic_type="event"
equation="A 27 READ $PsThreads UDIV"
mdapi_group="EU Array/Fragment Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL4 IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="FS EU Stall"
symbol_name="PsEuStall"
underscore_name="ps_eu_stall"
description="The percentage of time in which fragment shaders were stalled on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 28 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Fragment Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="FS AVG Stall per Thread"
symbol_name="PsEuStallPerThread"
underscore_name="ps_eu_stall_per_thread"
description="The average number of cycles per hardware thread run in which fragment shaders were stalled on the EUs."
data_type="uint64"
units="cycles"
semantic_type="event"
equation="A 28 READ $PsThreads UDIV"
mdapi_group="EU Array/Fragment Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL4 IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Early Hi-Depth Test Fails"
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="A 33 READ"
mdapi_group="3D Pipe/Rasterizer/Hi-Depth Test"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL4 IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Early Depth Test Fails"
symbol_name="EarlyDepthTestFails"
underscore_name="early_depth_test_fails"
description="The total number of pixels dropped on early depth test."
data_type="uint64"
units="pixels"
semantic_type="event"
equation="A 35 READ"
mdapi_group="3D Pipe/Rasterizer/Early Depth Test"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL4 IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Samples Killed in FS"
symbol_name="SamplesKilledInPs"
underscore_name="samples_killed_in_ps"
description="The total number of samples or pixels dropped in fragment shaders."
data_type="uint64"
units="pixels"
semantic_type="event"
equation="A 36 READ"
mdapi_group="3D Pipe/Fragment Shader"
mdapi_usage_flags="Tier4 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Alpha Test Fails"
symbol_name="AlphaTestFails"
underscore_name="alpha_test_fails"
description="The total number of pixels dropped on post-FS alpha test."
data_type="uint64"
units="pixels"
semantic_type="event"
equation="A 37 READ"
mdapi_group="3D Pipe/Output Merger"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Late Stencil Test Fails"
symbol_name="PostPsStencilTestFails"
underscore_name="post_ps_stencil_test_fails"
description="The total number of pixels dropped on post-FS stencil test."
data_type="uint64"
units="pixels"
semantic_type="event"
equation="A 38 READ"
mdapi_group="3D Pipe/Output Merger"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Late Depth Test Fails"
symbol_name="PostPsDepthTestFails"
underscore_name="post_ps_depth_test_fails"
description="The total number of pixels dropped on post-FS depth test."
data_type="uint64"
units="pixels"
semantic_type="event"
equation="A 39 READ $SamplesKilledInPs USUB"
mdapi_group="3D Pipe/Output Merger"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL4 IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Samples Written"
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 40 READ"
mdapi_group="3D Pipe/Output Merger"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Typed Bytes Read"
symbol_name="TypedBytesRead"
underscore_name="typed_bytes_read"
description="The total number of typed memory bytes read via Data Port."
data_type="uint64"
max_equation="$GpuCoreClocks 64 UMUL $EuSlicesTotalCount UMUL"
units="bytes"
semantic_type="throughput"
equation="B 4 READ B 5 READ UADD $EuSlicesTotalCount 64 UMUL UMUL"
mdapi_group="L3/Data Port"
mdapi_usage_flags="Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Typed Bytes Written"
symbol_name="TypedBytesWritten"
underscore_name="typed_bytes_written"
description="The total number of untyped memory bytes written via Data Port."
data_type="uint64"
max_equation="$GpuCoreClocks 64 UMUL $EuSlicesTotalCount UMUL"
units="bytes"
semantic_type="throughput"
equation="B 6 READ B 7 READ UADD $EuSlicesTotalCount 64 UMUL UMUL"
mdapi_group="L3/Data Port"
mdapi_usage_flags="Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Typed Atomics"
symbol_name="TypedAtomics"
underscore_name="typed_atomics"
description="The total number of typed atomics."
data_type="uint64"
units="messages"
semantic_type="event"
equation="C 0 READ C 1 READ UADD $EuSlicesTotalCount UMUL"
mdapi_group="L3/Data Port"
mdapi_usage_flags="Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Untyped Bytes Read"
symbol_name="UntypedBytesRead"
underscore_name="untyped_bytes_read"
description="The total number of typed memory bytes read via Data Port."
data_type="uint64"
max_equation="$GpuCoreClocks 64 UMUL $EuSlicesTotalCount UMUL"
units="bytes"
semantic_type="throughput"
equation="B 0 READ B 1 READ UADD $EuSlicesTotalCount 64 UMUL UMUL"
mdapi_group="L3/Data Port"
mdapi_usage_flags="Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Untyped Writes"
symbol_name="UntypedBytesWritten"
underscore_name="untyped_bytes_written"
description="The total number of untyped memory bytes written via Data Port."
data_type="uint64"
max_equation="$GpuCoreClocks 64 UMUL $EuSlicesTotalCount UMUL"
units="bytes"
semantic_type="throughput"
equation="B 2 READ B 3 READ UADD $EuSlicesTotalCount 64 UMUL UMUL"
mdapi_group="L3/Data Port"
mdapi_usage_flags="Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="SLM Bytes Read"
symbol_name="SlmBytesRead"
underscore_name="slm_bytes_read"
description="The total number of GPU memory bytes read from shared local memory."
data_type="uint64"
max_equation="$GpuCoreClocks 64 UMUL $EuSlicesTotalCount UMUL"
units="bytes"
semantic_type="throughput"
equation="C 6 READ C 7 READ UADD $EuSlicesTotalCount 64 UMUL UMUL"
mdapi_group="L3/Data Port/SLM"
mdapi_usage_flags="Tier3 Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="SLM Bytes Written"
symbol_name="SlmBytesWritten"
underscore_name="slm_bytes_written"
description="The total number of byten written into shared local memory."
data_type="uint64"
max_equation="$GpuCoreClocks 64 UMUL $EuSlicesTotalCount UMUL"
units="bytes"
semantic_type="throughput"
equation="C 4 READ C 5 READ UADD $EuSlicesTotalCount 64 UMUL UMUL"
mdapi_group="L3/Data Port/SLM"
mdapi_usage_flags="Tier3 Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="LLC GPU Accesses"
symbol_name="LlcAccesses"
underscore_name="llc_accesses"
description="The total number of LLC cache lookups done from the GPU (64b reads, 32B writes)."
data_type="uint64"
units="messages"
semantic_type="event"
equation="PERFCNT 0 READ"
availability="true $QueryMode &amp;&amp;"
mdapi_group="LLC"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL"
mdapi_hw_unit_type="gpu"
/>
<counter name="LLC GPU Hits"
symbol_name="LlcHits"
underscore_name="llc_hits"
description="The total number of successful LLC cache lookups done from the GPU."
data_type="uint64"
units="messages"
semantic_type="event"
equation="PERFCNT 1 READ"
availability="true $QueryMode &amp;&amp;"
mdapi_group="LLC"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL"
mdapi_hw_unit_type="gpu"
/>
<register_config type="NOA">
<register type="NOA" address="0x00009840" value="0x00000080" />
<register type="NOA" address="0x000253A4" value="0x00000000" />
<register type="NOA" address="0x0002681C" value="0x01F00800" />
<register type="NOA" address="0x00026820" value="0x00001000" />
<register type="NOA" address="0x0002781C" value="0x01F00800" />
<register type="NOA" address="0x00026520" value="0x00000007" />
<register type="NOA" address="0x000265A0" value="0x00000007" />
<register type="NOA" address="0x00025380" value="0x00000010" />
<register type="NOA" address="0x0002538C" value="0x00300000" />
<register type="NOA" address="0x00025384" value="0xAA8AAAAA" />
<register type="NOA" address="0x00025404" value="0xFFFFFFFF" />
<register type="NOA" address="0x00026800" value="0x00004202" />
<register type="NOA" address="0x00026808" value="0x00605817" />
<register type="NOA" address="0x0002680C" value="0x10001005" />
<register type="NOA" address="0x00026804" value="0x00000000" />
<register type="NOA" address="0x00027800" value="0x00000102" />
<register type="NOA" address="0x00027808" value="0x0C0701E0" />
<register type="NOA" address="0x0002780C" value="0x000200A0" />
<register type="NOA" address="0x00027804" value="0x00000000" />
<register type="NOA" address="0x00026484" value="0x44000000" />
<register type="NOA" address="0x00026704" value="0x44000000" />
<register type="NOA" address="0x00026500" value="0x00000006" />
<register type="NOA" address="0x00026510" value="0x00000001" />
<register type="NOA" address="0x00026504" value="0x88000000" />
<register type="NOA" address="0x00026580" value="0x00000006" />
<register type="NOA" address="0x00026590" value="0x00000020" />
<register type="NOA" address="0x00026584" value="0x00000000" />
<register type="NOA" address="0x00026104" value="0x55822222" />
<register type="NOA" address="0x00026184" value="0xAA866666" />
<register type="NOA" address="0x00025420" value="0x08320C83" />
<register type="NOA" address="0x00025424" value="0x06820C83" />
<register type="NOA" address="0x0002541C" value="0x00000000" />
<register type="NOA" address="0x00025428" value="0x00000C03" />
<register type="NOA" address="0x000091BC" value="0xE0400000" />
<register type="NOA" address="0x000091C4" value="0xE4500000" />
</register_config>
<register_config type="OA">
<register type="OA" address="0x00002710" value="0x00000000" /> <!--OASTARTTRIG1 -->
<register type="OA" address="0x00002714" value="0x00800000" /> <!--OASTARTTRIG1 -->
<register type="OA" address="0x00002718" value="0xAAAAAAAA" /> <!--OASTARTTRIG1 -->
<register type="OA" address="0x0000271C" value="0xAAAAAAAA" /> <!--OASTARTTRIG1 -->
<register type="OA" address="0x00002720" value="0x00000000" /> <!--OASTARTTRIG1 -->
<register type="OA" address="0x00002724" value="0x00800000" /> <!--OASTARTTRIG6 -->
<register type="OA" address="0x00002728" value="0xAAAAAAAA" /> <!--OASTARTTRIG7 -->
<register type="OA" address="0x0000272C" value="0xAAAAAAAA" /> <!--OASTARTTRIG8 -->
<register type="OA" address="0x00002740" value="0x00000000" /> <!--OAREPORTTRIG1 -->
<register type="OA" address="0x00002744" value="0x00000000" /> <!--OAREPORTTRIG2 -->
<register type="OA" address="0x00002748" value="0x00000000" /> <!--OAREPORTTRIG3 -->
<register type="OA" address="0x0000274C" value="0x00000000" /> <!--OAREPORTTRIG4 -->
<register type="OA" address="0x00002750" value="0x00000000" /> <!--OAREPORTTRIG5 -->
<register type="OA" address="0x00002754" value="0x00000000" /> <!--OAREPORTTRIG6 -->
<register type="OA" address="0x00002758" value="0x00000000" /> <!--OAREPORTTRIG7 -->
<register type="OA" address="0x0000275C" value="0x00000000" /> <!--OAREPORTTRIG8 -->
</register_config>
</set>
<set name="Compute Metrics Extended set"
chipset="HSW"
symbol_name="ComputeExtended"
underscore_name="compute_extended"
mdapi_supported_apis="OGL4 OCL IO BB"
hw_config_guid="480f9795-cf6a-4204-a9e3-cd7015515f8d"
>
<counter name="GPU Time Elapsed"
symbol_name="GpuTime"
underscore_name="gpu_time"
description="Time elapsed on the GPU during the measurement."
data_type="uint64"
units="ns"
semantic_type="duration"
equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV"
mdapi_group="GPU"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="GPU Core Clocks"
symbol_name="GpuClocks"
underscore_name="gpu_clocks"
description="The total number of GPU core clocks elapsed during the measurement."
data_type="uint64"
units="cycles"
semantic_type="event"
equation="B 7 READ"
mdapi_group="GPU"
mdapi_usage_flags="Tier1 Frame Batch Draw"
mdapi_supported_apis="OGL OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="CS Threads Dispatched"
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 20 READ"
mdapi_group="EU Array/Compute Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="EuUntypedReads0"
symbol_name="EuUntypedReads0"
underscore_name="eu_untyped_reads0"
description="The subslice 0 EU Untyped Reads subslice 0."
data_type="uint64"
units="messages"
semantic_type="event"
equation="B 0 READ"
mdapi_group="L3/Data Port"
mdapi_usage_flags="Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="subslice"
/>
<counter name="EuTypedReads0"
symbol_name="EuTypedReads0"
underscore_name="eu_typed_reads0"
description="The subslice 0 EU Typed Reads subslice 0."
data_type="uint64"
units="messages"
semantic_type="event"
equation="B 2 READ"
mdapi_group="L3/Data Port"
mdapi_usage_flags="Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="subslice"
/>
<counter name="EuUntypedWrites0"
symbol_name="EuUntypedWrites0"
underscore_name="eu_untyped_writes0"
description="The subslice 0 EU Untyped Writes subslice 0."
data_type="uint64"
units="messages"
semantic_type="event"
equation="B 1 READ"
mdapi_group="L3/Data Port"
mdapi_usage_flags="Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="subslice"
/>
<counter name="EuTypedWrites0"
symbol_name="EuTypedWrites0"
underscore_name="eu_typed_writes0"
description="The subslice 0 EU Typed Writes subslice 0."
data_type="uint64"
units="messages"
semantic_type="event"
equation="B 3 READ"
mdapi_group="L3/Data Port"
mdapi_usage_flags="Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="subslice"
/>
<counter name="EuUntypedAtomics0"
symbol_name="EuUntypedAtomics0"
underscore_name="eu_untyped_atomics0"
description="The subslice 0 EU Untyped Atomics subslice 0."
data_type="uint64"
units="messages"
semantic_type="event"
equation="B 4 READ"
mdapi_group="L3/Data Port"
mdapi_usage_flags="Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="subslice"
/>
<counter name="EuTypedAtomics0"
symbol_name="EuTypedAtomics0"
underscore_name="eu_typed_atomics0"
description="The subslice 0 EU Typed Atomics subslice 0."
data_type="uint64"
units="messages"
semantic_type="event"
equation="B 5 READ"
mdapi_group="L3/Data Port"
mdapi_usage_flags="Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="subslice"
/>
<counter name="EuUrbAtomics0"
symbol_name="EuUrbAtomics0"
underscore_name="eu_urb_atomics0"
description="The subslice 0 EU URB Atomics subslice 0."
data_type="uint64"
units="messages"
semantic_type="event"
equation="B 6 READ"
mdapi_group="L3/Data Port"
mdapi_usage_flags="Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="subslice"
/>
<counter name="Typed Reads 0"
symbol_name="TypedReads0"
underscore_name="typed_reads0"
description="The subslice 0 typed reads."
data_type="uint64"
units="messages"
semantic_type="event"
equation="C 2 READ"
mdapi_group="L3/Data Port"
mdapi_usage_flags="Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="subslice"
/>
<counter name="Typed Writes 0"
symbol_name="TypedWrites0"
underscore_name="typed_writes0"
description="The subslice 0 typed writes."
data_type="uint64"
units="messages"
semantic_type="event"
equation="C 0 READ"
mdapi_group="L3/Data Port"
mdapi_usage_flags="Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="subslice"
/>
<counter name="Untyped Reads 0"
symbol_name="UntypedReads0"
underscore_name="untyped_reads0"
description="The subslice 0 untyped reads (including SLM reads)."
data_type="uint64"
units="messages"
semantic_type="event"
equation="C 3 READ"
mdapi_group="L3/Data Port"
mdapi_usage_flags="Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="subslice"
/>
<counter name="Untyped Writes 0"
symbol_name="UntypedWrites0"
underscore_name="untyped_writes0"
description="The subslice 0 untyped writes (including SLM writes)."
data_type="uint64"
units="messages"
semantic_type="event"
equation="C 1 READ"
mdapi_group="L3/Data Port"
mdapi_usage_flags="Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="subslice"
/>
<counter name="Typed Atomics 0"
symbol_name="TypedAtomics0"
underscore_name="typed_atomics0"
description="The subslice 0 typed atomics."
data_type="uint64"
units="messages"
semantic_type="event"
equation="C 4 READ"
mdapi_group="L3/Data Port"
mdapi_usage_flags="Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="subslice"
/>
<counter name="TypedReadsPerCacheLine"
symbol_name="TypedReadsPerCacheLine"
underscore_name="typed_reads_per_cache_line"
description="The ratio of EU typed read requests to L3 cache line reads."
data_type="float"
units="eu sends to l3 cache lines"
semantic_type="ratio"
equation="$EuTypedReads0 $TypedReads0 FDIV"
mdapi_group="L3/Data Port"
mdapi_usage_flags="Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="subslice"
/>
<counter name="TypedWritesPerCacheLine"
symbol_name="TypedWritesPerCacheLine"
underscore_name="typed_writes_per_cache_line"
description="The ratio of EU typed write requests to L3 cache line writes."
data_type="float"
units="eu sends to l3 cache lines"
semantic_type="ratio"
equation="$EuTypedWrites0 $TypedWrites0 FDIV"
mdapi_group="L3/Data Port"
mdapi_usage_flags="Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="subslice"
/>
<counter name="UntypedReadsPerCacheLine"
symbol_name="UntypedReadsPerCacheLine"
underscore_name="untyped_reads_per_cache_line"
description="The ratio of EU untyped read requests to L3 cache line reads."
data_type="float"
units="eu sends to l3 cache lines"
semantic_type="ratio"
equation="$EuUntypedReads0 $UntypedReads0 FDIV"
mdapi_group="L3/Data Port"
mdapi_usage_flags="Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="subslice"
/>
<counter name="UntypedWritesPerCacheLine"
symbol_name="UntypedWritesPerCacheLine"
underscore_name="untyped_writes_per_cache_line"
description="The ratio of EU untyped write requests to L3 cache line writes."
data_type="float"
units="eu sends to l3 cache lines"
semantic_type="ratio"
equation="$EuUntypedWrites0 $UntypedWrites0 FDIV"
mdapi_group="L3/Data Port"
mdapi_usage_flags="Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="subslice"
/>
<counter name="TypedAtomicsPerCacheLine"
symbol_name="TypedAtomicsPerCacheLine"
underscore_name="typed_atomics_per_cache_line"
description="The ratio of EU typed atomics requests to L3 cache line writes."
data_type="float"
units="eu sends to l3 cache lines"
semantic_type="ratio"
equation="$EuTypedAtomics0 $TypedAtomics0 FDIV"
mdapi_group="L3/Data Port"
mdapi_usage_flags="Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="subslice"
/>
<counter name="LLC GPU Accesses"
symbol_name="LlcAccesses"
underscore_name="llc_accesses"
description="The total number of LLC cache lookups done from the GPU (64b reads, 32B writes)."
data_type="uint64"
units="messages"
semantic_type="event"
equation="PERFCNT 0 READ"
availability="true $QueryMode &amp;&amp;"
mdapi_group="LLC"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL"
mdapi_hw_unit_type="gpu"
/>
<counter name="LLC GPU Hits"
symbol_name="LlcHits"
underscore_name="llc_hits"
description="The total number of successful LLC cache lookups done from the GPU."
data_type="uint64"
units="messages"
semantic_type="event"
equation="PERFCNT 1 READ"
availability="true $QueryMode &amp;&amp;"
mdapi_group="LLC"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL"
mdapi_hw_unit_type="gpu"
/>
<register_config type="NOA">
<register type="NOA" address="0x00009840" value="0x00000080" />
<register type="NOA" address="0x0002681C" value="0x3EB00800" />
<register type="NOA" address="0x00026820" value="0x00900000" />
<register type="NOA" address="0x00025384" value="0x02AAAAAA" />
<register type="NOA" address="0x00025404" value="0x03FFFFFF" />
<register type="NOA" address="0x00026800" value="0x00142284" />
<register type="NOA" address="0x00026808" value="0x0E629062" />
<register type="NOA" address="0x0002680C" value="0x3F6F55CB" />
<register type="NOA" address="0x00026810" value="0x00000014" />
<register type="NOA" address="0x00026804" value="0x00000000" />
<register type="NOA" address="0x00026104" value="0x02AAAAAA" />
<register type="NOA" address="0x00026184" value="0x02AAAAAA" />
<register type="NOA" address="0x00025420" value="0x00000000" />
<register type="NOA" address="0x00025424" value="0x00000000" />
<register type="NOA" address="0x0002541C" value="0x00000000" />
<register type="NOA" address="0x00025428" value="0x00000000" />
<register type="NOA" address="0x000091BC" value="0xE0400000" />
<register type="NOA" address="0x000091C4" value="0xE4500000" />
</register_config>
<register_config type="OA">
<register type="OA" address="0x00002724" value="0xF0800000" /> <!--OASTARTTRIG6 -->
<register type="OA" address="0x00002720" value="0x00000000" /> <!--OASTARTTRIG1 -->
<register type="OA" address="0x00002714" value="0xF0800000" /> <!--OASTARTTRIG1 -->
<register type="OA" address="0x00002710" value="0x00000000" /> <!--OASTARTTRIG1 -->
<register type="OA" address="0x00002770" value="0x0007FE2A" /> <!--OACEC0_0 -->
<register type="OA" address="0x00002774" value="0x0000FF00" /> <!--OACEC0_1 -->
<register type="OA" address="0x00002778" value="0x0007FE6A" /> <!--OACEC1_0 -->
<register type="OA" address="0x0000277C" value="0x0000FF00" /> <!--OACEC1_1 -->
<register type="OA" address="0x00002780" value="0x0007FE92" /> <!--OACEC2_0 -->
<register type="OA" address="0x00002784" value="0x0000FF00" /> <!--OACEC2_1 -->
<register type="OA" address="0x00002788" value="0x0007FEA2" /> <!--OACEC3_0 -->
<register type="OA" address="0x0000278C" value="0x0000FF00" /> <!--OACEC3_1 -->
<register type="OA" address="0x00002790" value="0x0007FE32" /> <!--OACEC4_0 -->
<register type="OA" address="0x00002794" value="0x0000FF00" /> <!--OACEC4_1 -->
<register type="OA" address="0x00002798" value="0x0007FE9A" /> <!--OACEC5_0 -->
<register type="OA" address="0x0000279C" value="0x0000FF00" /> <!--OACEC5_1 -->
<register type="OA" address="0x000027A0" value="0x0007FF23" /> <!--OACEC6_0 -->
<register type="OA" address="0x000027A4" value="0x0000FF00" /> <!--OACEC6_1 -->
<register type="OA" address="0x000027A8" value="0x0007FFF3" /> <!--OACEC7_0 -->
<register type="OA" address="0x000027AC" value="0x0000FFFE" /> <!--OACEC7_1 -->
</register_config>
</set>
<set name="Memory Reads Distribution set"
chipset="HSW"
symbol_name="MemoryReads"
underscore_name="memory_reads"
mdapi_supported_apis="OGL OCL IO BB"
hw_config_guid="399d3001-97d6-4240-b065-4fb843138e17"
>
<counter name="GPU Time Elapsed"
symbol_name="GpuTime"
underscore_name="gpu_time"
description="Time elapsed on the GPU during the measurement."
data_type="uint64"
units="ns"
semantic_type="duration"
equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV"
mdapi_group="GPU"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="GPU Core Clocks"
symbol_name="GpuCoreClocks"
underscore_name="gpu_core_clocks"
description="The total number of GPU core clocks elapsed during the measurement."
data_type="uint64"
units="cycles"
semantic_type="event"
equation="C 7 READ"
mdapi_group="GPU"
mdapi_usage_flags="Tier1 Frame Batch Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="AVG GPU Core Frequency"
symbol_name="AvgGpuCoreFrequency"
underscore_name="avg_gpu_core_frequency"
description="Average GPU Core Frequency in the measurement."
data_type="uint64"
max_equation="$GpuMaxFrequency"
units="hz"
semantic_type="event"
equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV"
mdapi_group="GPU"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="GPU Busy"
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 41 READ 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="GPU"
mdapi_usage_flags="Tier1 Overview System Frame"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="VS Threads Dispatched"
symbol_name="VsThreads"
underscore_name="vs_threads"
description="The total number of vertex shader hardware threads dispatched."
data_type="uint64"
units="threads"
semantic_type="event"
equation="A 5 READ"
mdapi_group="EU Array/Vertex Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TCS Threads Dispatched"
symbol_name="HsThreads"
underscore_name="hs_threads"
description="The total number of control shader hardware threads dispatched."
data_type="uint64"
units="threads"
semantic_type="event"
equation="A 10 READ"
mdapi_group="EU Array/Control Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TES Threads Dispatched"
symbol_name="DsThreads"
underscore_name="ds_threads"
description="The total number of evaluation shader hardware threads dispatched."
data_type="uint64"
units="threads"
semantic_type="event"
equation="A 15 READ"
mdapi_group="EU Array/Evaluation Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="GS Threads Dispatched"
symbol_name="GsThreads"
underscore_name="gs_threads"
description="The total number of geometry shader hardware threads dispatched."
data_type="uint64"
units="threads"
semantic_type="event"
equation="A 25 READ"
mdapi_group="EU Array/Geometry Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="FS Threads Dispatched"
symbol_name="PsThreads"
underscore_name="ps_threads"
description="The total number of fragment shader hardware threads dispatched."
data_type="uint64"
units="threads"
semantic_type="event"
equation="A 30 READ"
mdapi_group="EU Array/Fragment Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="CS Threads Dispatched"
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 20 READ"
mdapi_group="EU Array/Compute Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="EU Active"
symbol_name="EuActive"
underscore_name="eu_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 0 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array"
mdapi_usage_flags="Tier2 Overview System Frame Batch Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="EU Stall"
symbol_name="EuStall"
underscore_name="eu_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 1 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array"
mdapi_usage_flags="Tier2 Overview System Frame Batch Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="VS EU Active"
symbol_name="VsEuActive"
underscore_name="vs_eu_active"
description="The percentage of time in which vertex shaders were processed actively on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 2 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Vertex Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="VS AVG Active per Thread"
symbol_name="VsEuActivePerThread"
underscore_name="vs_eu_active_per_thread"
description="The average number of cycles per hardware thread run in which vertex shaders were processed actively on the EUs."
data_type="uint64"
max_equation="100"
units="cycles"
semantic_type="event"
equation="A 2 READ $VsThreads UDIV"
mdapi_group="EU Array/Vertex Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="VS EU Stall"
symbol_name="VsEuStall"
underscore_name="vs_eu_stall"
description="The percentage of time in which vertex shaders were stalled on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 3 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Vertex Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="VS AVG Stall per Thread"
symbol_name="VsEuStallPerThread"
underscore_name="vs_eu_stall_per_thread"
description="The average number of cycles per hardware thread run in which vertex shaders were stalled on the EUs."
data_type="uint64"
units="cycles"
semantic_type="event"
equation="A 3 READ $VsThreads UDIV"
mdapi_group="EU Array/Vertex Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TCS EU Active"
symbol_name="HsEuActive"
underscore_name="hs_eu_active"
description="The percentage of time in which control shaders were processed actively on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 7 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Control Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TCS AVG Active per Thread"
symbol_name="HsEuActivePerThread"
underscore_name="hs_eu_active_per_thread"
description="The average number of cycles per hardware thread run in which control shaders were processed actively on the EUs."
data_type="uint64"
max_equation="100"
units="cycles"
semantic_type="event"
equation="A 7 READ $HsThreads UDIV"
mdapi_group="EU Array/Control Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TCS EU Stall"
symbol_name="HsEuStall"
underscore_name="hs_eu_stall"
description="The percentage of time in which control shaders were stalled on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 8 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Control Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TCS AVG Stall per Thread"
symbol_name="HsEuStallPerThread"
underscore_name="hs_eu_stall_per_thread"
description="The average number of cycles per hardware thread run in which control shaders were stalled on the EUs."
data_type="uint64"
units="cycles"
semantic_type="event"
equation="A 8 READ $HsThreads UDIV"
mdapi_group="EU Array/Control Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TES EU Active"
symbol_name="DsEuActive"
underscore_name="ds_eu_active"
description="The percentage of time in which evaluation shaders were processed actively on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 12 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Evaluation Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TES AVG Active per Thread"
symbol_name="DsEuActivePerThread"
underscore_name="ds_eu_active_per_thread"
description="The average number of cycles per hardware thread run in which evaluation shaders were processed actively on the EUs."
data_type="uint64"
max_equation="100"
units="cycles"
semantic_type="event"
equation="A 12 READ $DsThreads UDIV"
mdapi_group="EU Array/Evaluation Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TES EU Stall"
symbol_name="DsEuStall"
underscore_name="ds_eu_stall"
description="The percentage of time in which evaluation shaders were stalled on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 13 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Evaluation Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TES AVG Stall per Thread"
symbol_name="DsEuStallPerThread"
underscore_name="ds_eu_stall_per_thread"
description="The average number of cycles per hardware thread run in which evaluation shaders were stalled on the EUs."
data_type="uint64"
units="cycles"
semantic_type="event"
equation="A 13 READ $DsThreads UDIV"
mdapi_group="EU Array/Evaluation Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="GS EU Active"
symbol_name="GsEuActive"
underscore_name="gs_eu_active"
description="The percentage of time in which geometry shaders were processed actively on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 22 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Geometry Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="GS AVG Active per Thread"
symbol_name="GsEuActivePerThread"
underscore_name="gs_eu_active_per_thread"
description="The average number of cycles per hardware thread run in which geometry shaders were processed actively on the EUs."
data_type="uint64"
max_equation="100"
units="cycles"
semantic_type="event"
equation="A 22 READ $GsThreads UDIV"
mdapi_group="EU Array/Geometry Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="GS EU Stall"
symbol_name="GsEuStall"
underscore_name="gs_eu_stall"
description="The percentage of time in which geometry shaders were stalled on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 23 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Geometry Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="GS AVG Stall per Thread"
symbol_name="GsEuStallPerThread"
underscore_name="gs_eu_stall_per_thread"
description="The average number of cycles per hardware thread run in which geometry shaders were stalled on the EUs."
data_type="uint64"
units="cycles"
semantic_type="event"
equation="A 23 READ $GsThreads UDIV"
mdapi_group="EU Array/Geometry Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="CS EU Active"
symbol_name="CsEuActive"
underscore_name="cs_eu_active"
description="The percentage of time in which compute shaders were processed actively on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 17 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Compute Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="CS AVG Active per Thread"
symbol_name="CsEuActivePerThread"
underscore_name="cs_eu_active_per_thread"
description="The average number of cycles per hardware thread run in which compute shaders were processed actively on the EUs."
data_type="uint64"
max_equation="100"
units="cycles"
semantic_type="event"
equation="A 17 READ $CsThreads UDIV"
mdapi_group="EU Array/Compute Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="CS EU Stall"
symbol_name="CsEuStall"
underscore_name="cs_eu_stall"
description="The percentage of time in which compute shaders were stalled on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 18 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Compute Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="CS AVG Stall per Thread"
symbol_name="CsEuStallPerThread"
underscore_name="cs_eu_stall_per_thread"
description="The average number of cycles per hardware thread run in which compute shaders were stalled on the EUs."
data_type="uint64"
units="cycles"
semantic_type="event"
equation="A 18 READ $CsThreads UDIV"
mdapi_group="EU Array/Compute Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="FS EU Active"
symbol_name="PsEuActive"
underscore_name="ps_eu_active"
description="The percentage of time in which fragment shaders were processed actively on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 27 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Fragment Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="FS AVG Active per Thread"
symbol_name="PsEuActivePerThread"
underscore_name="ps_eu_active_per_thread"
description="The average number of cycles per hardware thread run in which fragment shaders were processed actively on the EUs."
data_type="uint64"
max_equation="100"
units="cycles"
semantic_type="event"
equation="A 27 READ $PsThreads UDIV"
mdapi_group="EU Array/Fragment Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="FS EU Stall"
symbol_name="PsEuStall"
underscore_name="ps_eu_stall"
description="The percentage of time in which fragment shaders were stalled on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 28 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Fragment Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="FS AVG Stall per Thread"
symbol_name="PsEuStallPerThread"
underscore_name="ps_eu_stall_per_thread"
description="The average number of cycles per hardware thread run in which fragment shaders were stalled on the EUs."
data_type="uint64"
units="cycles"
semantic_type="event"
equation="A 28 READ $PsThreads UDIV"
mdapi_group="EU Array/Fragment Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Early Hi-Depth Test Fails"
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="A 33 READ"
mdapi_group="3D Pipe/Rasterizer/Hi-Depth Test"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Early Depth Test Fails"
symbol_name="EarlyDepthTestFails"
underscore_name="early_depth_test_fails"
description="The total number of pixels dropped on early depth test."
data_type="uint64"
units="pixels"
semantic_type="event"
equation="A 35 READ"
mdapi_group="3D Pipe/Rasterizer/Early Depth Test"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Samples Killed in FS"
symbol_name="SamplesKilledInPs"
underscore_name="samples_killed_in_ps"
description="The total number of samples or pixels dropped in fragment shaders."
data_type="uint64"
units="pixels"
semantic_type="event"
equation="A 36 READ"
mdapi_group="3D Pipe/Fragment Shader"
mdapi_usage_flags="Tier4 Overview Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Alpha Test Fails"
symbol_name="AlphaTestFails"
underscore_name="alpha_test_fails"
description="The total number of pixels dropped on post-FS alpha test."
data_type="uint64"
units="pixels"
semantic_type="event"
equation="A 37 READ"
mdapi_group="3D Pipe/Output Merger"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Late Stencil Test Fails"
symbol_name="PostPsStencilTestFails"
underscore_name="post_ps_stencil_test_fails"
description="The total number of pixels dropped on post-FS stencil test."
data_type="uint64"
units="pixels"
semantic_type="event"
equation="A 38 READ"
mdapi_group="3D Pipe/Output Merger"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Late Depth Test Fails"
symbol_name="PostPsDepthTestFails"
underscore_name="post_ps_depth_test_fails"
description="The total number of pixels dropped on post-FS depth test."
data_type="uint64"
units="pixels"
semantic_type="event"
equation="A 39 READ $SamplesKilledInPs USUB"
mdapi_group="3D Pipe/Output Merger"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Samples Written"
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 40 READ"
mdapi_group="3D Pipe/Output Merger"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="GtiCmdStreamerMemoryReads"
symbol_name="GtiCmdStreamerMemoryReads"
underscore_name="gti_cmd_streamer_memory_reads"
description="The total number of GTI memory reads from Command Streamer."
data_type="uint64"
units="messages"
semantic_type="event"
equation="B 0 READ"
mdapi_group="GTI/3D Pipe/Command Streamer"
mdapi_usage_flags="Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="GtiRsMemoryReads"
symbol_name="GtiRsMemoryReads"
underscore_name="gti_rs_memory_reads"
description="The total number of GTI memory reads from Resource Streamer."
data_type="uint64"
units="messages"
semantic_type="event"
equation="B 2 READ"
mdapi_group="GTI/3D Pipe/Resource Streamer"
mdapi_usage_flags="Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="GtiVfMemoryReads"
symbol_name="GtiVfMemoryReads"
underscore_name="gti_vf_memory_reads"
description="The total number of GTI memory reads from Vertex Fetch."
data_type="uint64"
units="messages"
semantic_type="event"
equation="B 1 READ"
mdapi_group="GTI/3D Pipe/Vertex Fetch"
mdapi_usage_flags="Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="GtiRccMemoryReads"
symbol_name="GtiRccMemoryReads"
underscore_name="gti_rcc_memory_reads"
description="The total number of GTI memory reads from Render Color Cache (Render Color Cache misses)."
data_type="uint64"
units="messages"
semantic_type="event"
equation="B 3 READ"
mdapi_group="GTI/Color Cache"
mdapi_usage_flags="Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="GtiMscMemoryReads"
symbol_name="GtiMscMemoryReads"
underscore_name="gti_msc_memory_reads"
description="The total number of GTI memory reads from Multisampling Color Cache (Multisampling Color Cache misses)."
data_type="uint64"
units="messages"
semantic_type="event"
equation="B 4 READ"
mdapi_group="GTI/Color Cache"
mdapi_usage_flags="Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="GtiHiDepthMemoryReads"
symbol_name="GtiHiDepthMemoryReads"
underscore_name="gti_hi_depth_memory_reads"
description="The total number of GTI memory reads from Hierarchical Depth Cache."
data_type="uint64"
units="messages"
semantic_type="event"
equation="B 5 READ"
mdapi_group="GTI/Depth Cache"
mdapi_usage_flags="Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="GtiStcMemoryReads"
symbol_name="GtiStcMemoryReads"
underscore_name="gti_stc_memory_reads"
description="The total number of GTI memory reads from Stencil Cache."
data_type="uint64"
units="messages"
semantic_type="event"
equation="B 6 READ"
mdapi_group="GTI/Depth Cache"
mdapi_usage_flags="Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="GtiRczMemoryReads"
symbol_name="GtiRczMemoryReads"
underscore_name="gti_rcz_memory_reads"
description="The total number of GTI memory reads from Render Depth Cache."
data_type="uint64"
units="messages"
semantic_type="event"
equation="B 7 READ"
mdapi_group="GTI/Depth Cache"
mdapi_usage_flags="Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="GtiL3Reads"
symbol_name="GtiL3Reads"
underscore_name="gti_l3_reads"
description="The total number of GTI memory reads from L3 (L3 misses)."
data_type="uint64"
units="messages"
semantic_type="event"
equation="C 4 READ"
mdapi_group="GTI"
mdapi_usage_flags="Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="GtiMemoryReads"
symbol_name="GtiMemoryReads"
underscore_name="gti_memory_reads"
description="The total number of GTI memory reads (64B each)."
data_type="uint64"
units="messages"
semantic_type="event"
equation="C 5 READ"
mdapi_group="GTI"
mdapi_usage_flags="Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="LLC GPU Read Accesses"
symbol_name="LlcReadAccesses"
underscore_name="llc_read_accesses"
description="The total number of LLC cache lookups for reads done from the GPU."
data_type="uint64"
units="messages"
semantic_type="event"
equation="C 6 READ"
mdapi_group="LLC"
mdapi_usage_flags="Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="LLC GPU Accesses"
symbol_name="LlcAccesses"
underscore_name="llc_accesses"
description="The total number of LLC cache lookups done from the GPU (64b reads, 32B writes)."
data_type="uint64"
units="messages"
semantic_type="event"
equation="PERFCNT 0 READ"
availability="true $QueryMode &amp;&amp;"
mdapi_group="LLC"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL"
mdapi_hw_unit_type="gpu"
/>
<counter name="LLC GPU Hits"
symbol_name="LlcHits"
underscore_name="llc_hits"
description="The total number of successful LLC cache lookups done from the GPU."
data_type="uint64"
units="messages"
semantic_type="event"
equation="PERFCNT 1 READ"
availability="true $QueryMode &amp;&amp;"
mdapi_group="LLC"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL"
mdapi_hw_unit_type="gpu"
/>
<register_config type="NOA">
<register type="NOA" address="0x00009840" value="0x00000080" />
<register type="NOA" address="0x000253A4" value="0x34300000" />
<register type="NOA" address="0x00025440" value="0x2D800000" />
<register type="NOA" address="0x00025444" value="0x00000008" />
<register type="NOA" address="0x00025128" value="0x0E600000" />
<register type="NOA" address="0x00025380" value="0x00000450" />
<register type="NOA" address="0x00025390" value="0x00052C43" />
<register type="NOA" address="0x00025384" value="0x00000000" />
<register type="NOA" address="0x00025400" value="0x00006144" />
<register type="NOA" address="0x00025408" value="0x0A418820" />
<register type="NOA" address="0x0002540C" value="0x000820E6" />
<register type="NOA" address="0x00025404" value="0xFF500000" />
<register type="NOA" address="0x00025100" value="0x000005D6" />
<register type="NOA" address="0x0002510C" value="0x0EF00000" />
<register type="NOA" address="0x00025104" value="0x00000000" />
<register type="NOA" address="0x00025420" value="0x02108421" />
<register type="NOA" address="0x00025424" value="0x00008421" />
<register type="NOA" address="0x0002541C" value="0x00000000" />
<register type="NOA" address="0x00025428" value="0x00000000" />
<register type="NOA" address="0x000091BC" value="0xE0400000" />
<register type="NOA" address="0x000091C4" value="0xE4500000" />
</register_config>
<register_config type="OA">
<register type="OA" address="0x00002724" value="0xF0800000" /> <!--OASTARTTRIG6 -->
<register type="OA" address="0x00002720" value="0x00000000" /> <!--OASTARTTRIG1 -->
<register type="OA" address="0x00002714" value="0xF0800000" /> <!--OASTARTTRIG1 -->
<register type="OA" address="0x00002710" value="0x00000000" /> <!--OASTARTTRIG1 -->
<register type="OA" address="0x0000274C" value="0x76543298" /> <!--OAREPORTTRIG4 -->
<register type="OA" address="0x00002748" value="0x98989898" /> <!--OAREPORTTRIG3 -->
<register type="OA" address="0x00002744" value="0x000000E4" /> <!--OAREPORTTRIG2 -->
<register type="OA" address="0x00002740" value="0x00000000" /> <!--OAREPORTTRIG1 -->
<register type="OA" address="0x0000275C" value="0x98A98A98" /> <!--OAREPORTTRIG8 -->
<register type="OA" address="0x00002758" value="0x88888888" /> <!--OAREPORTTRIG7 -->
<register type="OA" address="0x00002754" value="0x000C5500" /> <!--OAREPORTTRIG6 -->
<register type="OA" address="0x00002750" value="0x00000000" /> <!--OAREPORTTRIG5 -->
<register type="OA" address="0x00002770" value="0x0007F81A" /> <!--OACEC0_0 -->
<register type="OA" address="0x00002774" value="0x0000FC00" /> <!--OACEC0_1 -->
<register type="OA" address="0x00002778" value="0x0007F82A" /> <!--OACEC1_0 -->
<register type="OA" address="0x0000277C" value="0x0000FC00" /> <!--OACEC1_1 -->
<register type="OA" address="0x00002780" value="0x0007F872" /> <!--OACEC2_0 -->
<register type="OA" address="0x00002784" value="0x0000FC00" /> <!--OACEC2_1 -->
<register type="OA" address="0x00002788" value="0x0007F8BA" /> <!--OACEC3_0 -->
<register type="OA" address="0x0000278C" value="0x0000FC00" /> <!--OACEC3_1 -->
<register type="OA" address="0x00002790" value="0x0007F87A" /> <!--OACEC4_0 -->
<register type="OA" address="0x00002794" value="0x0000FC00" /> <!--OACEC4_1 -->
<register type="OA" address="0x00002798" value="0x0007F8EA" /> <!--OACEC5_0 -->
<register type="OA" address="0x0000279C" value="0x0000FC00" /> <!--OACEC5_1 -->
<register type="OA" address="0x000027A0" value="0x0007F8E2" /> <!--OACEC6_0 -->
<register type="OA" address="0x000027A4" value="0x0000FC00" /> <!--OACEC6_1 -->
<register type="OA" address="0x000027A8" value="0x0007F8F2" /> <!--OACEC7_0 -->
<register type="OA" address="0x000027AC" value="0x0000FC00" /> <!--OACEC7_1 -->
</register_config>
</set>
<set name="Memory Writes Distribution set"
chipset="HSW"
symbol_name="MemoryWrites"
underscore_name="memory_writes"
mdapi_supported_apis="OGL OCL IO BB"
hw_config_guid="f3c1ff4b-d0da-4ffa-8780-2c6b98f3f2d5"
>
<counter name="GPU Time Elapsed"
symbol_name="GpuTime"
underscore_name="gpu_time"
description="Time elapsed on the GPU during the measurement."
data_type="uint64"
units="ns"
semantic_type="duration"
equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV"
mdapi_group="GPU"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="GPU Core Clocks"
symbol_name="GpuCoreClocks"
underscore_name="gpu_core_clocks"
description="The total number of GPU core clocks elapsed during the measurement."
data_type="uint64"
units="cycles"
semantic_type="event"
equation="C 7 READ"
mdapi_group="GPU"
mdapi_usage_flags="Tier1 Frame Batch Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="AVG GPU Core Frequency"
symbol_name="AvgGpuCoreFrequency"
underscore_name="avg_gpu_core_frequency"
description="Average GPU Core Frequency in the measurement."
data_type="uint64"
max_equation="$GpuMaxFrequency"
units="hz"
semantic_type="event"
equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV"
mdapi_group="GPU"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="GPU Busy"
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 41 READ 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="GPU"
mdapi_usage_flags="Tier1 Overview System Frame"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="VS Threads Dispatched"
symbol_name="VsThreads"
underscore_name="vs_threads"
description="The total number of vertex shader hardware threads dispatched."
data_type="uint64"
units="threads"
semantic_type="event"
equation="A 5 READ"
mdapi_group="EU Array/Vertex Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TCS Threads Dispatched"
symbol_name="HsThreads"
underscore_name="hs_threads"
description="The total number of control shader hardware threads dispatched."
data_type="uint64"
units="threads"
semantic_type="event"
equation="A 10 READ"
mdapi_group="EU Array/Control Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TES Threads Dispatched"
symbol_name="DsThreads"
underscore_name="ds_threads"
description="The total number of evaluation shader hardware threads dispatched."
data_type="uint64"
units="threads"
semantic_type="event"
equation="A 15 READ"
mdapi_group="EU Array/Evaluation Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="GS Threads Dispatched"
symbol_name="GsThreads"
underscore_name="gs_threads"
description="The total number of geometry shader hardware threads dispatched."
data_type="uint64"
units="threads"
semantic_type="event"
equation="A 25 READ"
mdapi_group="EU Array/Geometry Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="FS Threads Dispatched"
symbol_name="PsThreads"
underscore_name="ps_threads"
description="The total number of fragment shader hardware threads dispatched."
data_type="uint64"
units="threads"
semantic_type="event"
equation="A 30 READ"
mdapi_group="EU Array/Fragment Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="CS Threads Dispatched"
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 20 READ"
mdapi_group="EU Array/Compute Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="EU Active"
symbol_name="EuActive"
underscore_name="eu_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 0 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array"
mdapi_usage_flags="Tier2 Overview System Frame Batch Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="EU Stall"
symbol_name="EuStall"
underscore_name="eu_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 1 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array"
mdapi_usage_flags="Tier2 Overview System Frame Batch Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="VS EU Active"
symbol_name="VsEuActive"
underscore_name="vs_eu_active"
description="The percentage of time in which vertex shaders were processed actively on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 2 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Vertex Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="VS AVG Active per Thread"
symbol_name="VsEuActivePerThread"
underscore_name="vs_eu_active_per_thread"
description="The average number of cycles per hardware thread run in which vertex shaders were processed actively on the EUs."
data_type="uint64"
max_equation="100"
units="cycles"
semantic_type="event"
equation="A 2 READ $VsThreads UDIV"
mdapi_group="EU Array/Vertex Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="VS EU Stall"
symbol_name="VsEuStall"
underscore_name="vs_eu_stall"
description="The percentage of time in which vertex shaders were stalled on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 3 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Vertex Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="VS AVG Stall per Thread"
symbol_name="VsEuStallPerThread"
underscore_name="vs_eu_stall_per_thread"
description="The average number of cycles per hardware thread run in which vertex shaders were stalled on the EUs."
data_type="uint64"
units="cycles"
semantic_type="event"
equation="A 3 READ $VsThreads UDIV"
mdapi_group="EU Array/Vertex Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TCS EU Active"
symbol_name="HsEuActive"
underscore_name="hs_eu_active"
description="The percentage of time in which control shaders were processed actively on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 7 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Control Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TCS AVG Active per Thread"
symbol_name="HsEuActivePerThread"
underscore_name="hs_eu_active_per_thread"
description="The average number of cycles per hardware thread run in which control shaders were processed actively on the EUs."
data_type="uint64"
max_equation="100"
units="cycles"
semantic_type="event"
equation="A 7 READ $HsThreads UDIV"
mdapi_group="EU Array/Control Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TCS EU Stall"
symbol_name="HsEuStall"
underscore_name="hs_eu_stall"
description="The percentage of time in which control shaders were stalled on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 8 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Control Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TCS AVG Stall per Thread"
symbol_name="HsEuStallPerThread"
underscore_name="hs_eu_stall_per_thread"
description="The average number of cycles per hardware thread run in which control shaders were stalled on the EUs."
data_type="uint64"
units="cycles"
semantic_type="event"
equation="A 8 READ $HsThreads UDIV"
mdapi_group="EU Array/Control Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TES EU Active"
symbol_name="DsEuActive"
underscore_name="ds_eu_active"
description="The percentage of time in which evaluation shaders were processed actively on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 12 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Evaluation Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TES AVG Active per Thread"
symbol_name="DsEuActivePerThread"
underscore_name="ds_eu_active_per_thread"
description="The average number of cycles per hardware thread run in which evaluation shaders were processed actively on the EUs."
data_type="uint64"
max_equation="100"
units="cycles"
semantic_type="event"
equation="A 12 READ $DsThreads UDIV"
mdapi_group="EU Array/Evaluation Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TES EU Stall"
symbol_name="DsEuStall"
underscore_name="ds_eu_stall"
description="The percentage of time in which evaluation shaders were stalled on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 13 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Evaluation Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TES AVG Stall per Thread"
symbol_name="DsEuStallPerThread"
underscore_name="ds_eu_stall_per_thread"
description="The average number of cycles per hardware thread run in which evaluation shaders were stalled on the EUs."
data_type="uint64"
units="cycles"
semantic_type="event"
equation="A 13 READ $DsThreads UDIV"
mdapi_group="EU Array/Evaluation Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="GS EU Active"
symbol_name="GsEuActive"
underscore_name="gs_eu_active"
description="The percentage of time in which geometry shaders were processed actively on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 22 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Geometry Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="GS AVG Active per Thread"
symbol_name="GsEuActivePerThread"
underscore_name="gs_eu_active_per_thread"
description="The average number of cycles per hardware thread run in which geometry shaders were processed actively on the EUs."
data_type="uint64"
max_equation="100"
units="cycles"
semantic_type="event"
equation="A 22 READ $GsThreads UDIV"
mdapi_group="EU Array/Geometry Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="GS EU Stall"
symbol_name="GsEuStall"
underscore_name="gs_eu_stall"
description="The percentage of time in which geometry shaders were stalled on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 23 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Geometry Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="GS AVG Stall per Thread"
symbol_name="GsEuStallPerThread"
underscore_name="gs_eu_stall_per_thread"
description="The average number of cycles per hardware thread run in which geometry shaders were stalled on the EUs."
data_type="uint64"
units="cycles"
semantic_type="event"
equation="A 23 READ $GsThreads UDIV"
mdapi_group="EU Array/Geometry Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="CS EU Active"
symbol_name="CsEuActive"
underscore_name="cs_eu_active"
description="The percentage of time in which compute shaders were processed actively on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 17 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Compute Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="CS AVG Active per Thread"
symbol_name="CsEuActivePerThread"
underscore_name="cs_eu_active_per_thread"
description="The average number of cycles per hardware thread run in which compute shaders were processed actively on the EUs."
data_type="uint64"
max_equation="100"
units="cycles"
semantic_type="event"
equation="A 17 READ $CsThreads UDIV"
mdapi_group="EU Array/Compute Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="CS EU Stall"
symbol_name="CsEuStall"
underscore_name="cs_eu_stall"
description="The percentage of time in which compute shaders were stalled on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 18 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Compute Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="CS AVG Stall per Thread"
symbol_name="CsEuStallPerThread"
underscore_name="cs_eu_stall_per_thread"
description="The average number of cycles per hardware thread run in which compute shaders were stalled on the EUs."
data_type="uint64"
units="cycles"
semantic_type="event"
equation="A 18 READ $CsThreads UDIV"
mdapi_group="EU Array/Compute Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="FS EU Active"
symbol_name="PsEuActive"
underscore_name="ps_eu_active"
description="The percentage of time in which fragment shaders were processed actively on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 27 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Fragment Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="FS AVG Active per Thread"
symbol_name="PsEuActivePerThread"
underscore_name="ps_eu_active_per_thread"
description="The average number of cycles per hardware thread run in which fragment shaders were processed actively on the EUs."
data_type="uint64"
max_equation="100"
units="cycles"
semantic_type="event"
equation="A 27 READ $PsThreads UDIV"
mdapi_group="EU Array/Fragment Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="FS EU Stall"
symbol_name="PsEuStall"
underscore_name="ps_eu_stall"
description="The percentage of time in which fragment shaders were stalled on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 28 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Fragment Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="FS AVG Stall per Thread"
symbol_name="PsEuStallPerThread"
underscore_name="ps_eu_stall_per_thread"
description="The average number of cycles per hardware thread run in which fragment shaders were stalled on the EUs."
data_type="uint64"
units="cycles"
semantic_type="event"
equation="A 28 READ $PsThreads UDIV"
mdapi_group="EU Array/Fragment Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Early Hi-Depth Test Fails"
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="A 33 READ"
mdapi_group="3D Pipe/Rasterizer/Hi-Depth Test"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Early Depth Test Fails"
symbol_name="EarlyDepthTestFails"
underscore_name="early_depth_test_fails"
description="The total number of pixels dropped on early depth test."
data_type="uint64"
units="pixels"
semantic_type="event"
equation="A 35 READ"
mdapi_group="3D Pipe/Rasterizer/Early Depth Test"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Samples Killed in FS"
symbol_name="SamplesKilledInPs"
underscore_name="samples_killed_in_ps"
description="The total number of samples or pixels dropped in fragment shaders."
data_type="uint64"
units="pixels"
semantic_type="event"
equation="A 36 READ"
mdapi_group="3D Pipe/Fragment Shader"
mdapi_usage_flags="Tier4 Overview Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Alpha Test Fails"
symbol_name="AlphaTestFails"
underscore_name="alpha_test_fails"
description="The total number of pixels dropped on post-FS alpha test."
data_type="uint64"
units="pixels"
semantic_type="event"
equation="A 37 READ"
mdapi_group="3D Pipe/Output Merger"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Late Stencil Test Fails"
symbol_name="PostPsStencilTestFails"
underscore_name="post_ps_stencil_test_fails"
description="The total number of pixels dropped on post-FS stencil test."
data_type="uint64"
units="pixels"
semantic_type="event"
equation="A 38 READ"
mdapi_group="3D Pipe/Output Merger"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Late Depth Test Fails"
symbol_name="PostPsDepthTestFails"
underscore_name="post_ps_depth_test_fails"
description="The total number of pixels dropped on post-FS depth test."
data_type="uint64"
units="pixels"
semantic_type="event"
equation="A 39 READ $SamplesKilledInPs USUB"
mdapi_group="3D Pipe/Output Merger"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Samples Written"
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 40 READ"
mdapi_group="3D Pipe/Output Merger"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="GtiCmdStreamerMemoryWrites"
symbol_name="GtiCmdStreamerMemoryWrites"
underscore_name="gti_cmd_streamer_memory_writes"
description="The total number of GTI memory writes from Command Streamer."
data_type="uint64"
units="messages"
semantic_type="event"
equation="B 0 READ"
mdapi_group="GTI/3D Pipe/Command Streamer"
mdapi_usage_flags="Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="GtiSoMemoryWrites"
symbol_name="GtiSoMemoryWrites"
underscore_name="gti_so_memory_writes"
description="The total number of GTI memory writes from Stream Output."
data_type="uint64"
units="messages"
semantic_type="event"
equation="B 2 READ"
mdapi_group="GTI/3D Pipe/Stream Output"
mdapi_usage_flags="Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="GtiRccMemoryWrites"
symbol_name="GtiRccMemoryWrites"
underscore_name="gti_rcc_memory_writes"
description="The total number of GTI memory writes from Render Color Cache (Render Color Cache invalidations)."
data_type="uint64"
units="messages"
semantic_type="event"
equation="B 3 READ"
mdapi_group="GTI/Color Cache"
mdapi_usage_flags="Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="GtiMscMemoryWrites"
symbol_name="GtiMscMemoryWrites"
underscore_name="gti_msc_memory_writes"
description="The total number of GTI memory writes from Multisampling Color Cache (Multisampling Color Cache invalidations)."
data_type="uint64"
units="messages"
semantic_type="event"
equation="B 4 READ"
mdapi_group="GTI/Color Cache"
mdapi_usage_flags="Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="GtiHizMemoryWrites"
symbol_name="GtiHizMemoryWrites"
underscore_name="gti_hiz_memory_writes"
description="The total number of GTI memory writes from Hierarchical Depth Cache."
data_type="uint64"
units="messages"
semantic_type="event"
equation="B 5 READ"
mdapi_group="GTI/Depth Cache"
mdapi_usage_flags="Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="GtiStcMemoryWrites"
symbol_name="GtiStcMemoryWrites"
underscore_name="gti_stc_memory_writes"
description="The total number of GTI memory writes from Stencil Cache."
data_type="uint64"
units="messages"
semantic_type="event"
equation="B 6 READ"
mdapi_group="GTI/Depth Cache"
mdapi_usage_flags="Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="GtiRczMemoryWrites"
symbol_name="GtiRczMemoryWrites"
underscore_name="gti_rcz_memory_writes"
description="The total number of GTI memory writes from Render Depth Cache."
data_type="uint64"
units="messages"
semantic_type="event"
equation="B 7 READ"
mdapi_group="GTI/Depth Cache"
mdapi_usage_flags="Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="GtiL3Writes"
symbol_name="GtiL3Writes"
underscore_name="gti_l3_writes"
description="The total number of GTI memory writes from L3 (L3 invalidations)."
data_type="uint64"
units="messages"
semantic_type="event"
equation="C 4 READ"
mdapi_group="GTI/L3"
mdapi_usage_flags="Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="GtiMemoryWrites"
symbol_name="GtiMemoryWrites"
underscore_name="gti_memory_writes"
description="The total number of GTI memory writes (64B each)."
data_type="uint64"
units="messages"
semantic_type="event"
equation="C 5 READ"
mdapi_group="GTI"
mdapi_usage_flags="Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="LLC GPU Write Accesses"
symbol_name="LlcWrAccesses"
underscore_name="llc_wr_accesses"
description="The total number of LLC cache lookups for write done from the GPU (32B writes)."
data_type="uint64"
units="messages"
semantic_type="event"
equation="C 6 READ 2 UMUL"
mdapi_group="LLC"
mdapi_usage_flags="Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="LLC GPU Accesses"
symbol_name="LlcAccesses"
underscore_name="llc_accesses"
description="The total number of LLC cache lookups done from the GPU (64b reads, 32B writes)."
data_type="uint64"
units="messages"
semantic_type="event"
equation="PERFCNT 0 READ"
availability="true $QueryMode &amp;&amp;"
mdapi_group="LLC"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL"
mdapi_hw_unit_type="gpu"
/>
<counter name="LLC GPU Hits"
symbol_name="LlcHits"
underscore_name="llc_hits"
description="The total number of successful LLC cache lookups done from the GPU."
data_type="uint64"
units="messages"
semantic_type="event"
equation="PERFCNT 1 READ"
availability="true $QueryMode &amp;&amp;"
mdapi_group="LLC"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL"
mdapi_hw_unit_type="gpu"
/>
<counter name="LLC GPU Throughput"
symbol_name="LlcGpuThroughput"
underscore_name="llc_gpu_throughput"
description="The total number of GPU memory bytes transferred between GPU and LLC."
data_type="uint64"
max_equation="$GpuCoreClocks 64 UMUL"
units="bytes"
semantic_type="throughput"
equation="PERFCNT 0 READ $LlcWrAccesses USUB 64 UMUL $LlcWrAccesses 32 UMUL UADD"
availability="true $QueryMode &amp;&amp;"
mdapi_group="LLC"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL"
mdapi_hw_unit_type="gpu"
/>
<register_config type="NOA">
<register type="NOA" address="0x00009840" value="0x00000080" />
<register type="NOA" address="0x000253A4" value="0x34300000" />
<register type="NOA" address="0x00025440" value="0x01500000" />
<register type="NOA" address="0x00025444" value="0x00000120" />
<register type="NOA" address="0x00025128" value="0x0C200000" />
<register type="NOA" address="0x00025380" value="0x00000450" />
<register type="NOA" address="0x00025390" value="0x00052C43" />
<register type="NOA" address="0x00025384" value="0x00000000" />
<register type="NOA" address="0x00025400" value="0x00007184" />
<register type="NOA" address="0x00025408" value="0x0A418820" />
<register type="NOA" address="0x0002540C" value="0x000820E6" />
<register type="NOA" address="0x00025404" value="0xFF500000" />
<register type="NOA" address="0x00025100" value="0x000005D6" />
<register type="NOA" address="0x0002510C" value="0x1E700000" />
<register type="NOA" address="0x00025104" value="0x00000000" />
<register type="NOA" address="0x00025420" value="0x02108421" />
<register type="NOA" address="0x00025424" value="0x00008421" />
<register type="NOA" address="0x0002541C" value="0x00000000" />
<register type="NOA" address="0x00025428" value="0x00000000" />
<register type="NOA" address="0x000091BC" value="0xE0400000" />
<register type="NOA" address="0x000091C4" value="0xE4500000" />
</register_config>
<register_config type="OA">
<register type="OA" address="0x00002724" value="0xF0800000" /> <!--OASTARTTRIG6 -->
<register type="OA" address="0x00002720" value="0x00000000" /> <!--OASTARTTRIG1 -->
<register type="OA" address="0x00002714" value="0xF0800000" /> <!--OASTARTTRIG1 -->
<register type="OA" address="0x00002710" value="0x00000000" /> <!--OASTARTTRIG1 -->
<register type="OA" address="0x0000274C" value="0x76543298" /> <!--OAREPORTTRIG4 -->
<register type="OA" address="0x00002748" value="0x98989898" /> <!--OAREPORTTRIG3 -->
<register type="OA" address="0x00002744" value="0x000000E4" /> <!--OAREPORTTRIG2 -->
<register type="OA" address="0x00002740" value="0x00000000" /> <!--OAREPORTTRIG1 -->
<register type="OA" address="0x0000275C" value="0xBABABABA" /> <!--OAREPORTTRIG8 -->
<register type="OA" address="0x00002758" value="0x88888888" /> <!--OAREPORTTRIG7 -->
<register type="OA" address="0x00002754" value="0x000C5500" /> <!--OAREPORTTRIG6 -->
<register type="OA" address="0x00002750" value="0x00000000" /> <!--OAREPORTTRIG5 -->
<register type="OA" address="0x00002770" value="0x0007F81A" /> <!--OACEC0_0 -->
<register type="OA" address="0x00002774" value="0x0000FC00" /> <!--OACEC0_1 -->
<register type="OA" address="0x00002778" value="0x0007F82A" /> <!--OACEC1_0 -->
<register type="OA" address="0x0000277C" value="0x0000FC00" /> <!--OACEC1_1 -->
<register type="OA" address="0x00002780" value="0x0007F822" /> <!--OACEC2_0 -->
<register type="OA" address="0x00002784" value="0x0000FC00" /> <!--OACEC2_1 -->
<register type="OA" address="0x00002788" value="0x0007F8BA" /> <!--OACEC3_0 -->
<register type="OA" address="0x0000278C" value="0x0000FC00" /> <!--OACEC3_1 -->
<register type="OA" address="0x00002790" value="0x0007F87A" /> <!--OACEC4_0 -->
<register type="OA" address="0x00002794" value="0x0000FC00" /> <!--OACEC4_1 -->
<register type="OA" address="0x00002798" value="0x0007F8EA" /> <!--OACEC5_0 -->
<register type="OA" address="0x0000279C" value="0x0000FC00" /> <!--OACEC5_1 -->
<register type="OA" address="0x000027A0" value="0x0007F8E2" /> <!--OACEC6_0 -->
<register type="OA" address="0x000027A4" value="0x0000FC00" /> <!--OACEC6_1 -->
<register type="OA" address="0x000027A8" value="0x0007F8F2" /> <!--OACEC7_0 -->
<register type="OA" address="0x000027AC" value="0x0000FC00" /> <!--OACEC7_1 -->
</register_config>
</set>
<set name="Metric set SamplerBalance"
chipset="HSW"
symbol_name="SamplerBalance"
underscore_name="sampler_balance"
mdapi_supported_apis="OGL OCL IO BB"
hw_config_guid="e111cda4-19c3-41ee-b326-f99ac44ebf78"
>
<counter name="GPU Time Elapsed"
symbol_name="GpuTime"
underscore_name="gpu_time"
description="Time elapsed on the GPU during the measurement."
data_type="uint64"
units="ns"
semantic_type="duration"
equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV"
mdapi_group="GPU"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="GPU Core Clocks"
symbol_name="GpuCoreClocks"
underscore_name="gpu_core_clocks"
description="The total number of GPU core clocks elapsed during the measurement."
data_type="uint64"
units="cycles"
semantic_type="event"
equation="B 7 READ"
mdapi_group="GPU"
mdapi_usage_flags="Tier1 Frame Batch Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="AVG GPU Core Frequency"
symbol_name="AvgGpuCoreFrequency"
underscore_name="avg_gpu_core_frequency"
description="Average GPU Core Frequency in the measurement."
data_type="uint64"
max_equation="$GpuMaxFrequency"
units="hz"
semantic_type="event"
equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV"
mdapi_group="GPU"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="GPU Busy"
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 41 READ 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="GPU"
mdapi_usage_flags="Tier1 Overview System Frame"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="VS Threads Dispatched"
symbol_name="VsThreads"
underscore_name="vs_threads"
description="The total number of vertex shader hardware threads dispatched."
data_type="uint64"
units="threads"
semantic_type="event"
equation="A 5 READ"
mdapi_group="EU Array/Vertex Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TCS Threads Dispatched"
symbol_name="HsThreads"
underscore_name="hs_threads"
description="The total number of control shader hardware threads dispatched."
data_type="uint64"
units="threads"
semantic_type="event"
equation="A 10 READ"
mdapi_group="EU Array/Control Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TES Threads Dispatched"
symbol_name="DsThreads"
underscore_name="ds_threads"
description="The total number of evaluation shader hardware threads dispatched."
data_type="uint64"
units="threads"
semantic_type="event"
equation="A 15 READ"
mdapi_group="EU Array/Evaluation Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="GS Threads Dispatched"
symbol_name="GsThreads"
underscore_name="gs_threads"
description="The total number of geometry shader hardware threads dispatched."
data_type="uint64"
units="threads"
semantic_type="event"
equation="A 25 READ"
mdapi_group="EU Array/Geometry Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="FS Threads Dispatched"
symbol_name="PsThreads"
underscore_name="ps_threads"
description="The total number of fragment shader hardware threads dispatched."
data_type="uint64"
units="threads"
semantic_type="event"
equation="A 30 READ"
mdapi_group="EU Array/Fragment Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="CS Threads Dispatched"
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 20 READ"
mdapi_group="EU Array/Compute Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="EU Active"
symbol_name="EuActive"
underscore_name="eu_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 0 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array"
mdapi_usage_flags="Tier2 Overview System Frame Batch Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="EU Stall"
symbol_name="EuStall"
underscore_name="eu_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 1 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array"
mdapi_usage_flags="Tier2 Overview System Frame Batch Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="VS EU Active"
symbol_name="VsEuActive"
underscore_name="vs_eu_active"
description="The percentage of time in which vertex shaders were processed actively on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 2 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Vertex Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="VS AVG Active per Thread"
symbol_name="VsEuActivePerThread"
underscore_name="vs_eu_active_per_thread"
description="The average number of cycles per hardware thread run in which vertex shaders were processed actively on the EUs."
data_type="uint64"
max_equation="100"
units="cycles"
semantic_type="event"
equation="A 2 READ $VsThreads UDIV"
mdapi_group="EU Array/Vertex Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="VS EU Stall"
symbol_name="VsEuStall"
underscore_name="vs_eu_stall"
description="The percentage of time in which vertex shaders were stalled on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 3 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Vertex Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="VS AVG Stall per Thread"
symbol_name="VsEuStallPerThread"
underscore_name="vs_eu_stall_per_thread"
description="The average number of cycles per hardware thread run in which vertex shaders were stalled on the EUs."
data_type="uint64"
units="cycles"
semantic_type="event"
equation="A 3 READ $VsThreads UDIV"
mdapi_group="EU Array/Vertex Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TCS EU Active"
symbol_name="HsEuActive"
underscore_name="hs_eu_active"
description="The percentage of time in which control shaders were processed actively on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 7 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Control Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TCS AVG Active per Thread"
symbol_name="HsEuActivePerThread"
underscore_name="hs_eu_active_per_thread"
description="The average number of cycles per hardware thread run in which control shaders were processed actively on the EUs."
data_type="uint64"
max_equation="100"
units="cycles"
semantic_type="event"
equation="A 7 READ $HsThreads UDIV"
mdapi_group="EU Array/Control Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TCS EU Stall"
symbol_name="HsEuStall"
underscore_name="hs_eu_stall"
description="The percentage of time in which control shaders were stalled on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 8 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Control Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TCS AVG Stall per Thread"
symbol_name="HsEuStallPerThread"
underscore_name="hs_eu_stall_per_thread"
description="The average number of cycles per hardware thread run in which control shaders were stalled on the EUs."
data_type="uint64"
units="cycles"
semantic_type="event"
equation="A 8 READ $HsThreads UDIV"
mdapi_group="EU Array/Control Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TES EU Active"
symbol_name="DsEuActive"
underscore_name="ds_eu_active"
description="The percentage of time in which evaluation shaders were processed actively on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 12 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Evaluation Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TES AVG Active per Thread"
symbol_name="DsEuActivePerThread"
underscore_name="ds_eu_active_per_thread"
description="The average number of cycles per hardware thread run in which evaluation shaders were processed actively on the EUs."
data_type="uint64"
max_equation="100"
units="cycles"
semantic_type="event"
equation="A 12 READ $DsThreads UDIV"
mdapi_group="EU Array/Evaluation Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TES EU Stall"
symbol_name="DsEuStall"
underscore_name="ds_eu_stall"
description="The percentage of time in which evaluation shaders were stalled on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 13 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Evaluation Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="TES AVG Stall per Thread"
symbol_name="DsEuStallPerThread"
underscore_name="ds_eu_stall_per_thread"
description="The average number of cycles per hardware thread run in which evaluation shaders were stalled on the EUs."
data_type="uint64"
units="cycles"
semantic_type="event"
equation="A 13 READ $DsThreads UDIV"
mdapi_group="EU Array/Evaluation Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="GS EU Active"
symbol_name="GsEuActive"
underscore_name="gs_eu_active"
description="The percentage of time in which geometry shaders were processed actively on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 22 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Geometry Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="GS AVG Active per Thread"
symbol_name="GsEuActivePerThread"
underscore_name="gs_eu_active_per_thread"
description="The average number of cycles per hardware thread run in which geometry shaders were processed actively on the EUs."
data_type="uint64"
max_equation="100"
units="cycles"
semantic_type="event"
equation="A 22 READ $GsThreads UDIV"
mdapi_group="EU Array/Geometry Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="GS EU Stall"
symbol_name="GsEuStall"
underscore_name="gs_eu_stall"
description="The percentage of time in which geometry shaders were stalled on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 23 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Geometry Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="GS AVG Stall per Thread"
symbol_name="GsEuStallPerThread"
underscore_name="gs_eu_stall_per_thread"
description="The average number of cycles per hardware thread run in which geometry shaders were stalled on the EUs."
data_type="uint64"
units="cycles"
semantic_type="event"
equation="A 23 READ $GsThreads UDIV"
mdapi_group="EU Array/Geometry Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="CS EU Active"
symbol_name="CsEuActive"
underscore_name="cs_eu_active"
description="The percentage of time in which compute shaders were processed actively on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 17 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Compute Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="CS AVG Active per Thread"
symbol_name="CsEuActivePerThread"
underscore_name="cs_eu_active_per_thread"
description="The average number of cycles per hardware thread run in which compute shaders were processed actively on the EUs."
data_type="uint64"
max_equation="100"
units="cycles"
semantic_type="event"
equation="A 17 READ $CsThreads UDIV"
mdapi_group="EU Array/Compute Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="CS EU Stall"
symbol_name="CsEuStall"
underscore_name="cs_eu_stall"
description="The percentage of time in which compute shaders were stalled on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 18 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Compute Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="CS AVG Stall per Thread"
symbol_name="CsEuStallPerThread"
underscore_name="cs_eu_stall_per_thread"
description="The average number of cycles per hardware thread run in which compute shaders were stalled on the EUs."
data_type="uint64"
units="cycles"
semantic_type="event"
equation="A 18 READ $CsThreads UDIV"
mdapi_group="EU Array/Compute Shader"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="FS EU Active"
symbol_name="PsEuActive"
underscore_name="ps_eu_active"
description="The percentage of time in which fragment shaders were processed actively on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 27 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Fragment Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="FS AVG Active per Thread"
symbol_name="PsEuActivePerThread"
underscore_name="ps_eu_active_per_thread"
description="The average number of cycles per hardware thread run in which fragment shaders were processed actively on the EUs."
data_type="uint64"
max_equation="100"
units="cycles"
semantic_type="event"
equation="A 27 READ $PsThreads UDIV"
mdapi_group="EU Array/Fragment Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="FS EU Stall"
symbol_name="PsEuStall"
underscore_name="ps_eu_stall"
description="The percentage of time in which fragment shaders were stalled on the EUs."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="A 28 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
mdapi_group="EU Array/Fragment Shader"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="FS AVG Stall per Thread"
symbol_name="PsEuStallPerThread"
underscore_name="ps_eu_stall_per_thread"
description="The average number of cycles per hardware thread run in which fragment shaders were stalled on the EUs."
data_type="uint64"
units="cycles"
semantic_type="event"
equation="A 28 READ $PsThreads UDIV"
mdapi_group="EU Array/Fragment Shader"
mdapi_usage_flags="Tier4 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Early Hi-Depth Test Fails"
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="A 33 READ"
mdapi_group="3D Pipe/Rasterizer/Hi-Depth Test"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Early Depth Test Fails"
symbol_name="EarlyDepthTestFails"
underscore_name="early_depth_test_fails"
description="The total number of pixels dropped on early depth test."
data_type="uint64"
units="pixels"
semantic_type="event"
equation="A 35 READ"
mdapi_group="3D Pipe/Rasterizer/Early Depth Test"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Samples Killed in FS"
symbol_name="SamplesKilledInPs"
underscore_name="samples_killed_in_ps"
description="The total number of samples or pixels dropped in fragment shaders."
data_type="uint64"
units="pixels"
semantic_type="event"
equation="A 36 READ"
mdapi_group="3D Pipe/Fragment Shader"
mdapi_usage_flags="Tier4 Overview Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Alpha Test Fails"
symbol_name="AlphaTestFails"
underscore_name="alpha_test_fails"
description="The total number of pixels dropped on post-FS alpha test."
data_type="uint64"
units="pixels"
semantic_type="event"
equation="A 37 READ"
mdapi_group="3D Pipe/Output Merger"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Late Stencil Test Fails"
symbol_name="PostPsStencilTestFails"
underscore_name="post_ps_stencil_test_fails"
description="The total number of pixels dropped on post-FS stencil test."
data_type="uint64"
units="pixels"
semantic_type="event"
equation="A 38 READ"
mdapi_group="3D Pipe/Output Merger"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Late Depth Test Fails"
symbol_name="PostPsDepthTestFails"
underscore_name="post_ps_depth_test_fails"
description="The total number of pixels dropped on post-FS depth test."
data_type="uint64"
units="pixels"
semantic_type="event"
equation="A 39 READ $SamplesKilledInPs USUB"
mdapi_group="3D Pipe/Output Merger"
mdapi_usage_flags="Tier3 Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="Samples Written"
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 40 READ"
mdapi_group="3D Pipe/Output Merger"
mdapi_usage_flags="Tier3 Overview Frame Batch Draw"
mdapi_supported_apis="OGL IO BB"
mdapi_hw_unit_type="gpu"
/>
<counter name="FS Duration"
symbol_name="PsDuration"
underscore_name="ps_duration"
description="Total Fragment Shader GPU duration."
data_type="uint64"
units="us"
semantic_type="duration"
equation="A 27 READ A 0 READ UMUL A 2 READ A 7 READ UADD A 12 READ UADD A 17 READ UADD A 22 READ UADD A 27 READ UADD UDIV A 28 READ A 1 READ UMUL A 3 READ A 8 READ UADD A 13 READ UADD A 18 READ UADD A 23 READ UADD A 28 READ UADD UDIV UADD $GpuTime UMUL $GpuCoreClocks $EuCoresTotalCount UMUL 1000 UMUL UDIV"
mdapi_group="EU Array/Fragment Shader"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis="OGL4"
mdapi_hw_unit_type="gpu"
/>
<counter name="VS Duration"
symbol_name="VsDuration"
underscore_name="vs_duration"
description="Total Vertex Shader GPU duration."
data_type="uint64"
units="us"
semantic_type="duration"
equation="A 2 READ A 0 READ UMUL A 2 READ A 7 READ UADD A 12 READ UADD A 17 READ UADD A 22 READ UADD A 27 READ UADD UDIV A 3 READ A 1 READ UMUL A 3 READ A 8 READ UADD A 13 READ UADD A 18 READ UADD A 23 READ UADD A 28 READ UADD UDIV UADD $GpuTime UMUL $GpuCoreClocks $EuCoresTotalCount UMUL 1000 UMUL UDIV"
mdapi_group="EU Array/Vertex Shader"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis="OGL4"
mdapi_hw_unit_type="gpu"
/>
<counter name="GS Duration"
symbol_name="GsDuration"
underscore_name="gs_duration"
description="Total Geometry Shader GPU duration."
data_type="uint64"
units="us"
semantic_type="duration"
equation="A 22 READ A 0 READ UMUL A 2 READ A 7 READ UADD A 12 READ UADD A 17 READ UADD A 22 READ UADD A 27 READ UADD UDIV A 23 READ A 1 READ UMUL A 3 READ A 8 READ UADD A 13 READ UADD A 18 READ UADD A 23 READ UADD A 28 READ UADD UDIV UADD $GpuTime UMUL $GpuCoreClocks $EuCoresTotalCount UMUL 1000 UMUL UDIV"
mdapi_group="EU Array/Geometry Shader"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis="OGL4"
mdapi_hw_unit_type="gpu"
/>
<counter name="TES Duration"
symbol_name="DsDuration"
underscore_name="ds_duration"
description="Total Evaluation Shader GPU duration."
data_type="uint64"
units="us"
semantic_type="duration"
equation="A 12 READ A 0 READ UMUL A 2 READ A 7 READ UADD A 12 READ UADD A 17 READ UADD A 22 READ UADD A 27 READ UADD UDIV A 13 READ A 1 READ UMUL A 3 READ A 8 READ UADD A 13 READ UADD A 18 READ UADD A 23 READ UADD A 28 READ UADD UDIV UADD $GpuTime UMUL $GpuCoreClocks $EuCoresTotalCount UMUL 1000 UMUL UDIV"
mdapi_group="EU Array/Evaluation Shader"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis="OGL4"
mdapi_hw_unit_type="gpu"
/>
<counter name="TCS Duration"
symbol_name="HsDuration"
underscore_name="hs_duration"
description="Total Control Shader GPU duration."
data_type="uint64"
units="us"
semantic_type="duration"
equation="A 7 READ A 0 READ UMUL A 2 READ A 7 READ UADD A 12 READ UADD A 17 READ UADD A 22 READ UADD A 27 READ UADD UDIV A 8 READ A 1 READ UMUL A 3 READ A 8 READ UADD A 13 READ UADD A 18 READ UADD A 23 READ UADD A 28 READ UADD UDIV UADD $GpuTime UMUL $GpuCoreClocks $EuCoresTotalCount UMUL 1000 UMUL UDIV"
mdapi_group="EU Array/Control Shader"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL"
mdapi_hw_unit_type="gpu"
/>
<counter name="CS Duration"
symbol_name="CsDuration"
underscore_name="cs_duration"
description="Total Compute Shader GPU duration."
data_type="uint64"
units="us"
semantic_type="duration"
equation="A 17 READ A 0 READ UMUL A 2 READ A 7 READ UADD A 12 READ UADD A 17 READ UADD A 22 READ UADD A 27 READ UADD UDIV A 18 READ A 1 READ UMUL A 3 READ A 8 READ UADD A 13 READ UADD A 18 READ UADD A 23 READ UADD A 28 READ UADD UDIV UADD $GpuTime UMUL $GpuCoreClocks $EuCoresTotalCount UMUL 1000 UMUL UDIV"
mdapi_group="EU Array/Compute Shader"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL"
mdapi_hw_unit_type="gpu"
/>
<counter name="EU Idle"
symbol_name="EuIdle"
underscore_name="eu_idle"
description="The percentage of time in which the Execution Units were idle."
data_type="float"
max_equation="100"
units="percent"
semantic_type="duration"
equation="100 $EuActive $EuStall FADD FSUB"
mdapi_group="EU Array"
mdapi_usage_flags="Tier2 Overview System Frame Batch Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="Sampler L2 cache misses"
symbol_name="SamplerL2CacheMisses"
underscore_name="sampler_l2_cache_misses"
description="Number of sampler L2 cache misses"
data_type="uint64"
units="messages"
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="Sampler"
mdapi_usage_flags="Overview Frame Batch Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="gpu"
/>
<counter name="Sampler L2 cache misses (ss0)"
symbol_name="Sampler0L2CacheMisses"
underscore_name="sampler0_l2_cache_misses"
description="Number of sampler L2 cache misses (ss0)"
data_type="uint64"
units="messages"
semantic_type="event"
equation="C 7 READ C 6 READ UADD"
availability="$SubsliceMask 0x1 AND"
mdapi_group="Sampler/Sampler Cache"
mdapi_usage_flags="Frame Batch Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="subslice"
/>
<counter name="Sampler L2 cache misses (ss1)"
symbol_name="Sampler1L2CacheMisses"
underscore_name="sampler1_l2_cache_misses"
description="Number of sampler L2 cache misses (ss1)"
data_type="uint64"
units="messages"
semantic_type="event"
equation="C 5 READ C 4 READ UADD"
availability="$SubsliceMask 0x2 AND"
mdapi_group="Sampler/Sampler Cache"
mdapi_usage_flags="Frame Batch Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="subslice"
/>
<counter name="Sampler L2 cache misses (ss2)"
symbol_name="Sampler2L2CacheMisses"
underscore_name="sampler2_l2_cache_misses"
description="Number of sampler L2 cache misses (ss2)"
data_type="uint64"
units="messages"
semantic_type="event"
equation="C 3 READ C 2 READ UADD"
availability="$SubsliceMask 0x4 AND"
mdapi_group="Sampler/Sampler Cache"
mdapi_usage_flags="Frame Batch Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="subslice"
/>
<counter name="Sampler L2 cache misses (ss3)"
symbol_name="Sampler3L2CacheMisses"
underscore_name="sampler3_l2_cache_misses"
description="Number of sampler L2 cache misses (ss3)"
data_type="uint64"
units="messages"
semantic_type="event"
equation="C 1 READ C 0 READ UADD"
availability="$SubsliceMask 0x8 AND"
mdapi_group="Sampler/Sampler Cache"
mdapi_usage_flags="Frame Batch Draw"
mdapi_supported_apis=""
mdapi_hw_unit_type="subslice"
/>
<counter name="LLC GPU Accesses"
symbol_name="LlcAccesses"
underscore_name="llc_accesses"
description="The total number of LLC cache lookups done from the GPU (64b reads, 32B writes)."
data_type="uint64"
units="messages"
semantic_type="event"
equation="PERFCNT 0 READ"
availability="true $QueryMode &amp;&amp;"
mdapi_group="LLC"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL"
mdapi_hw_unit_type="gpu"
/>
<counter name="LLC GPU Hits"
symbol_name="LlcHits"
underscore_name="llc_hits"
description="The total number of successful LLC cache lookups done from the GPU."
data_type="uint64"
units="messages"
semantic_type="event"
equation="PERFCNT 1 READ"
availability="true $QueryMode &amp;&amp;"
mdapi_group="LLC"
mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
mdapi_supported_apis="OGL4 OCL"
mdapi_hw_unit_type="gpu"
/>
<register_config type="NOA">
<register type="NOA" address="0x00009840" value="0x00000080" />
<register type="NOA" address="0x0002EB9C" value="0x01906400" />
<register type="NOA" address="0x0002FB9C" value="0x01906400" />
<register type="NOA" address="0x000253A4" value="0x00000000" />
<register type="NOA" address="0x00026B9C" value="0x01906400" />
<register type="NOA" address="0x00027B9C" value="0x01906400" />
<register type="NOA" address="0x00027104" value="0x00A00000" />
<register type="NOA" address="0x00027184" value="0x00A50000" />
<register type="NOA" address="0x0002E804" value="0x00500000" />
<register type="NOA" address="0x0002E984" value="0x00500000" />
<register type="NOA" address="0x0002EB04" value="0x00500000" />
<register type="NOA" address="0x0002EB80" value="0x00000084" />
<register type="NOA" address="0x0002EB8C" value="0x14200000" />
<register type="NOA" address="0x0002EB84" value="0x00000000" />
<register type="NOA" address="0x0002F804" value="0x00050000" />
<register type="NOA" address="0x0002F984" value="0x00050000" />
<register type="NOA" address="0x0002FB04" value="0x00050000" />
<register type="NOA" address="0x0002FB80" value="0x00000084" />
<register type="NOA" address="0x0002FB8C" value="0x00050800" />
<register type="NOA" address="0x0002FB84" value="0x00000000" />
<register type="NOA" address="0x00025380" value="0x00000010" />
<register type="NOA" address="0x0002538C" value="0x000000C0" />
<register type="NOA" address="0x00025384" value="0xAA550000" />
<register type="NOA" address="0x00025404" value="0xFFFFC000" />
<register type="NOA" address="0x00026804" value="0x50000000" />
<register type="NOA" address="0x00026984" value="0x50000000" />
<register type="NOA" address="0x00026B04" value="0x50000000" />
<register type="NOA" address="0x00026B80" value="0x00000084" />
<register type="NOA" address="0x00026B90" value="0x00050800" />
<register type="NOA" address="0x00026B84" value="0x00000000" />
<register type="NOA" address="0x00027804" value="0x05000000" />
<register type="NOA" address="0x00027984" value="0x05000000" />
<register type="NOA" address="0x00027B04" value="0x05000000" />
<register type="NOA" address="0x00027B80" value="0x00000084" />
<register type="NOA" address="0x00027B90" value="0x00000142" />
<register type="NOA" address="0x00027B84" value="0x00000000" />
<register type="NOA" address="0x00026104" value="0xA0000000" />
<register type="NOA" address="0x00026184" value="0xA5000000" />
<register type="NOA" address="0x00025424" value="0x00008620" />
<register type="NOA" address="0x0002541C" value="0x00000000" />
<register type="NOA" address="0x00025428" value="0x0004A54A" />
<register type="NOA" address="0x000091BC" value="0xE0400000" />
<register type="NOA" address="0x000091C4" value="0xE4500000" />
</register_config>
<register_config type="OA">
<register type="OA" address="0x00002740" value="0x00000000" /> <!--OAREPORTTRIG1 -->
<register type="OA" address="0x00002744" value="0x00800000" /> <!--OAREPORTTRIG2 -->
<register type="OA" address="0x00002710" value="0x00000000" /> <!--OASTARTTRIG1 -->
<register type="OA" address="0x00002714" value="0x00800000" /> <!--OASTARTTRIG1 -->
<register type="OA" address="0x00002720" value="0x00000000" /> <!--OASTARTTRIG1 -->
<register type="OA" address="0x00002724" value="0x00800000" /> <!--OASTARTTRIG6 -->
</register_config>
</set>
</metrics>