summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2022-03-02 23:28:18 -0800
committerMatt Turner <mattst88@gmail.com>2022-05-09 12:43:36 -0400
commit2ebf4b15907448db6a768ae57017bc06ce648caf (patch)
tree6b3fc95cdf01ddcb7c5829f6bdeb9f2ac029bea7
parenteb1e25d117ae50d678df527019b7c3d3e749e429 (diff)
downloadmesa-2ebf4b15907448db6a768ae57017bc06ce648caf.tar.gz
intel/perf: Fix mistake in description string
Along with fixing the grammar, this allows it to be deduplicated since the properly worded description exists in later generations' XMLs. Cuts 96 B from iris_dri.so and libvulkan_intel.so. text data bss dec hex filename 917613 0 0 917613 e006d meson-generated_.._intel_perf_metrics.c.o (before) 917511 0 0 917511 e0007 meson-generated_.._intel_perf_metrics.c.o (after) text data bss dec hex filename 14131044 365708 210004 14706756 e06844 iris_dri.so (before) 14130948 365708 210004 14706660 e067e4 iris_dri.so (after) text data bss dec hex filename 8124321 214264 22820 8361405 7f95bd libvulkan_intel.so (before) 8124225 214264 22820 8361309 7f955d libvulkan_intel.so (after) Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> (cherry picked from commit d80d3c6760a8d029c7af8c8ad5ec5e623f6d413a) Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16405>
-rw-r--r--src/intel/perf/oa-hsw.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/intel/perf/oa-hsw.xml b/src/intel/perf/oa-hsw.xml
index 64faf919377..fda73e09e9e 100644
--- a/src/intel/perf/oa-hsw.xml
+++ b/src/intel/perf/oa-hsw.xml
@@ -128,7 +128,7 @@
<counter name="GPU Busy"
symbol_name="GpuBusy"
underscore_name="gpu_busy"
- description="The percentage of time in which the GPU has being processing GPU commands."
+ description="The percentage of time in which the GPU has been processing GPU commands."
data_type="float"
max_equation="100"
units="percent"
@@ -1091,7 +1091,7 @@
<counter name="GPU Busy"
symbol_name="GpuBusy"
underscore_name="gpu_busy"
- description="The percentage of time in which the GPU has being processing GPU commands."
+ description="The percentage of time in which the GPU has been processing GPU commands."
data_type="float"
max_equation="100"
units="percent"
@@ -2200,7 +2200,7 @@
<counter name="GPU Busy"
symbol_name="GpuBusy"
underscore_name="gpu_busy"
- description="The percentage of time in which the GPU has being processing GPU commands."
+ description="The percentage of time in which the GPU has been processing GPU commands."
data_type="float"
max_equation="100"
units="percent"
@@ -3014,7 +3014,7 @@
<counter name="GPU Busy"
symbol_name="GpuBusy"
underscore_name="gpu_busy"
- description="The percentage of time in which the GPU has being processing GPU commands."
+ description="The percentage of time in which the GPU has been processing GPU commands."
data_type="float"
max_equation="100"
units="percent"
@@ -3830,7 +3830,7 @@
<counter name="GPU Busy"
symbol_name="GpuBusy"
underscore_name="gpu_busy"
- description="The percentage of time in which the GPU has being processing GPU commands."
+ description="The percentage of time in which the GPU has been processing GPU commands."
data_type="float"
max_equation="100"
units="percent"