File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -439,9 +439,9 @@ void print_output(PCM * m,
439
439
if (m->dramEnergyMetricsAvailable ())
440
440
cout << " DIMM energy |" ;
441
441
if (m->LLCReadMissLatencyMetricsAvailable ())
442
- cout << " LLCRDMISSLAT (ns)" ;
442
+ cout << " LLCRDMISSLAT (ns)| " ;
443
443
if (m->uncoreFrequencyMetricAvailable ())
444
- cout << " UncFREQ (Ghz)" ;
444
+ cout << " UncFREQ (Ghz)| " ;
445
445
cout << " \n " ;
446
446
cout << longDiv;
447
447
for (uint32 i = 0 ; i < m->getNumSockets (); ++i)
@@ -475,7 +475,7 @@ void print_output(PCM * m,
475
475
if (m->LLCReadMissLatencyMetricsAvailable ()) {
476
476
cout << setw (6 ) << getLLCReadMissLatency (sktstate1[i], sktstate2[i]);
477
477
}
478
- cout << " " ;
478
+ cout << " " ;
479
479
if (m->uncoreFrequencyMetricAvailable ()) {
480
480
cout << setw (4 ) << getAverageUncoreFrequencyGhz (sktstate1[i], sktstate2[i]);
481
481
}
@@ -506,7 +506,7 @@ void print_output(PCM * m,
506
506
if (m->LLCReadMissLatencyMetricsAvailable ()) {
507
507
cout << setw (6 ) << getLLCReadMissLatency (sstate1, sstate2);
508
508
}
509
- cout << " " ;
509
+ cout << " " ;
510
510
if (m->uncoreFrequencyMetricAvailable ()) {
511
511
cout << setw (4 ) << getAverageUncoreFrequencyGhz (sstate1, sstate2);
512
512
}
You can’t perform that action at this time.
0 commit comments