File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ void print_output(PCM * m,
435
435
{
436
436
if (m->getNumSockets () > 1 && m->incomingQPITrafficMetricsAvailable ()) // QPI info only for multi socket systems
437
437
{
438
- cout << " \n Intel (r) " << m->xPI () << " data traffic estimation in bytes (data traffic coming to CPU/socket through " << m->xPI () << " links):\n\n " ;
438
+ cout << " Intel (r) " << m->xPI () << " data traffic estimation in bytes (data traffic coming to CPU/socket through " << m->xPI () << " links):\n\n " ;
439
439
440
440
const uint32 qpiLinks = (uint32)m->getQPILinksPerSocket ();
441
441
@@ -517,7 +517,7 @@ void print_output(PCM * m,
517
517
}
518
518
if (show_socket_output)
519
519
{
520
- cout << " MEM (GB)->|" ;
520
+ cout << " \n MEM (GB)->|" ;
521
521
if (m->memoryTrafficMetricsAvailable ())
522
522
cout << " READ | WRITE |" ;
523
523
if (m->localMemoryRequestRatioMetricAvailable ())
You can’t perform that action at this time.
0 commit comments