fix: update EUStall TDR metric name

Resolves: NEO-16726

Signed-off-by: Matias Cabral <matias.a.cabral@intel.com>
This commit is contained in:
Matias Cabral
2025-11-19 20:50:16 +00:00
committed by Compute-Runtime-Automation
parent d59df10683
commit 165a5a49c1

View File

@@ -234,7 +234,7 @@ template <typename Family>
std::vector<std::pair<const char *, const char *>> L0GfxCoreHelperHw<Family>::getStallSamplingReportMetrics() const {
std::vector<std::pair<const char *, const char *>> stallSamplingReportList = {
{"Active", "Active cycles"},
{"Tdr", "Stall on Timeout Detection and Recovery"},
{"PSDepStall", "Stall on Pixel Shader Order Dependency"},
{"ControlStall", "Stall on control"},
{"PipeStall", "Stall on pipe"},
{"SendStall", "Stall on send"},