mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 16:48:45 +08:00
fix: update EUStall TDR metric name
Resolves: NEO-16726 Signed-off-by: Matias Cabral <matias.a.cabral@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
d59df10683
commit
165a5a49c1
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user