Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
add help desc
Browse files Browse the repository at this point in the history
  • Loading branch information
Varun Sundar Rabindranath committed Aug 5, 2024
1 parent cd81bcc commit 1ebec11
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion neuralmagic/tools/profiler/visualize_trace.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,10 @@ def make_plot_title_suffix(profile_json: dict) -> str:
help="Only graph the top `top_k` entries by time.")
parser.add_argument("--fold-json-node",
nargs='+',
default=['Sampler', 'LogitsProcessor'])
default=['Sampler', 'LogitsProcessor'],
help='Do not plot the children of these nodes. Let, \
the node represent the aggregate of all its \
children')
parser.add_argument("--plot-metric",
type=str,
default="cuda_time_ms",
Expand Down

0 comments on commit 1ebec11

Please sign in to comment.