Skip to content

Commit

Permalink
Fixing usage message in apex_exec
Browse files Browse the repository at this point in the history
  • Loading branch information
khuck committed Oct 15, 2024
1 parent e21d9e4 commit 8c99a36
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/scripts/apex_exec
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ where APEX options are zero or more of:
--apex:monitor-gpu enable GPU monitoring services (CUDA NVML, ROCm SMI)
--apex:level0 enable OneAPI Level0 measurement (default: off)
--apex:python enable Python profiling support (requires configuration support)
--apex:python-filter <filename> enable Python profiling support of Python internals
--apex:python-filter <filename> enable Python profiling filtering of Python functions/files
--apex:cpuinfo enable sampling of /proc/cpuinfo (Linux only)
--apex:meminfo enable sampling of /proc/meminfo (Linux only)
--apex:net enable sampling of /proc/net/dev (Linux only)
Expand Down Expand Up @@ -123,7 +123,6 @@ otf2=no
gtrace=no
pftrace=no
python=no
python_internals=no
scatter=no
taskgraph=no
tasktree=no
Expand Down

0 comments on commit 8c99a36

Please sign in to comment.