fix: add missing parameters for correct shared metric thresholds

This commit is contained in:
Christoph Kluge
2024-12-20 17:15:02 +01:00
parent 7c9182e0b0
commit bce536b9b4
2 changed files with 8 additions and 4 deletions

View File

@@ -213,6 +213,8 @@
timestep={data.timestep}
scope={selectedScope}
metric={metricName}
numaccs={job.numAcc}
numhwthreads={job.numHWThreads}
{series}
{isShared}
{zoomState}
@@ -226,6 +228,8 @@
timestep={data.timestep}
scope={selectedScope}
metric={metricName}
numaccs={job.numAcc}
numhwthreads={job.numHWThreads}
{series}
{isShared}
{zoomState}