Skip to content

Commit

Permalink
Update help info for cpu2017_collector.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KanRobert committed Sep 13, 2024
1 parent 677f62a commit 38d6c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu2017_collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def get_path(directory, size, label, num, workloads):

if __name__ == '__main__':
parser = argparse.ArgumentParser(
description='Get paths of binaries and SDE perf data for cpu2017 (version 1.1.8)')
description='Get paths of binaries and SDE perf data for cpu2017 (version 1.1.8), assuming perf data is written to stderr, e.g. for sde, "-omix /dev/stderr -top_blocks -1 -dynamic_stats_per_block" is used in the submit')
parser.add_argument('dir', help='directory of cpu2017')
parser.add_argument('--size', choices=['test', 'train', 'ref'])
parser.add_argument('--label', required=True, help='label used in cpu2017 config file')
Expand Down

0 comments on commit 38d6c0c

Please sign in to comment.