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
cerr << " <delay> => time interval to sample performance counters.\n";
78
-
cerr << " If not specified, or 0, with external program given\n";
79
-
cerr << " will read counters only after external program finishes\n";
80
-
cerr << " Supported <options> are: \n";
81
-
cerr << " -h | --help | /h => print this help and exit\n";
82
-
cerr << " -rank=X | /rank=X => monitor DIMM rank X. At most 2 out of 8 total ranks can be monitored simultaneously.\n";
83
-
cerr << " -pmm | /pmm | -pmem | /pmem => monitor PMM memory bandwidth and DRAM cache hit rate in Memory Mode (default on systems with PMM support).\n";
cerr << " -csv[=file.csv] | /csv[=file.csv] => output compact CSV format to screen or\n"
77
+
cout << " <delay> => time interval to sample performance counters.\n";
78
+
cout << " If not specified, or 0, with external program given\n";
79
+
cout << " will read counters only after external program finishes\n";
80
+
cout << " Supported <options> are: \n";
81
+
cout << " -h | --help | /h => print this help and exit\n";
82
+
cout << " -rank=X | /rank=X => monitor DIMM rank X. At most 2 out of 8 total ranks can be monitored simultaneously.\n";
83
+
cout << " -pmm | /pmm | -pmem | /pmem => monitor PMM memory bandwidth and DRAM cache hit rate in Memory Mode (default on systems with PMM support).\n";
0 commit comments