Skip to content

Commit 6669bb8

Browse files
authored
Merge pull request #197 from intel-innersource/rdobrowo/add_missing_help
add missing help entries
2 parents 52f6989 + 2dae5c6 commit 6669bb8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/pcm-numa.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ void print_usage(const string progname)
5454
cerr << " will read counters only after external program finishes\n";
5555
cerr << " Supported <options> are: \n";
5656
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";
5758
cerr << " -csv[=file.csv] | /csv[=file.csv] => output compact CSV format to screen or\n"
5859
<< " to a file, in case filename is provided\n";
5960
cerr << " -i[=number] | /i[=number] => allow to determine number of iterations\n";

src/pcm-tsx.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ void print_usage(const string progname)
163163
cerr << " Supported <options> are: \n";
164164
cerr << " -h | --help | /h => print this help and exit\n";
165165
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";
166167
cerr << " -csv[=file.csv] | /csv[=file.csv] => output compact CSV format to screen or\n"
167168
<< " to a file, in case filename is provided\n";
168169
cerr << " -i[=number] | /i[=number] => allow to determine number of iterations\n";

0 commit comments

Comments
 (0)