We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa8db98 commit 3f59336Copy full SHA for 3f59336
src/CommandLineUtilities/ProgramMetrics.cxx
@@ -94,7 +94,7 @@ class ProgramMetrics : public Program
94
int32_t dropped = bar2->getDroppedPackets(bar0->getEndpointNumber());
95
float ctpClock = bar2->getCTPClock() / 1e6;
96
float localClock = bar2->getLocalClock() / 1e6;
97
- uint32_t totalPacketsPerSecond = bar2->getTotalPacketsPerSecond(0);
+ uint32_t totalPacketsPerSecond = bar2->getTotalPacketsPerSecond(bar0->getEndpointNumber());
98
99
if (mOptions.monitoring) {
100
monitoring->send(Metric{ "card" }
0 commit comments