File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ void print_usage(const string progname)
54
54
cerr << " will read counters only after external program finishes\n " ;
55
55
cerr << " Supported <options> are: \n " ;
56
56
cerr << " -h | --help | /h => print this help and exit\n " ;
57
+ cerr << " -pid PID | /pid PID => collect core metrics only for specified process ID\n " ;
57
58
cerr << " -csv[=file.csv] | /csv[=file.csv] => output compact CSV format to screen or\n "
58
59
<< " to a file, in case filename is provided\n " ;
59
60
cerr << " -i[=number] | /i[=number] => allow to determine number of iterations\n " ;
Original file line number Diff line number Diff line change @@ -163,6 +163,7 @@ void print_usage(const string progname)
163
163
cerr << " Supported <options> are: \n " ;
164
164
cerr << " -h | --help | /h => print this help and exit\n " ;
165
165
cerr << " -F | -force => force running this program despite lack of HW RTM support (optional)\n " ;
166
+ cerr << " -pid PID | /pid PID => collect core metrics only for specified process ID\n " ;
166
167
cerr << " -csv[=file.csv] | /csv[=file.csv] => output compact CSV format to screen or\n "
167
168
<< " to a file, in case filename is provided\n " ;
168
169
cerr << " -i[=number] | /i[=number] => allow to determine number of iterations\n " ;
You can’t perform that action at this time.
0 commit comments