You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<< " the format used is documented here: https://www.intel.com/content/www/us/en/developer/articles/technical/intel-pcm-column-names-decoder-ring.html\n";
95
95
cout << " -i[=number] | /i[=number] => allow to determine number of iterations\n";
96
-
cout << " -m=integer | /m=integer => metrics version (default = 1). If version is 2\n"
97
-
<< " then a few alternative metrics are shown (UTIL=C0 residency for cores, CFREQ=core frequency in GHz).\n";
@@ -1292,7 +1291,7 @@ int mainThrows(int argc, char * argv[])
1292
1291
bool reset_pmu = false;
1293
1292
bool disable_JKT_workaround = false; // as per http://software.intel.com/en-us/articles/performance-impact-when-sampling-certain-llc-events-on-snb-ep-with-vtune
1294
1293
bool enforceFlush = false;
1295
-
int metricVersion = 1;
1294
+
int metricVersion = 2;
1296
1295
1297
1296
parsePID(argc, argv, pid);
1298
1297
@@ -1391,7 +1390,7 @@ int mainThrows(int argc, char * argv[])
0 commit comments