Skip to content

Commit

Permalink
fix help
Browse files Browse the repository at this point in the history
  • Loading branch information
roi-granulate committed Oct 13, 2024
1 parent f7e9193 commit e56f2e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gprofiler/profilers/python.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,9 @@ def _should_skip_process(self, process: Process) -> bool:
dest="python_pyspy_processes",
nargs="+",
type=int,
help="List of processes (by PID) to profile with py-spy." "This option forces gProfiler to ",
help="List of processes (by PID) to profile with py-spy."
"This option forces gProfiler to profile these processes with py-spy, "
"even if they are not detected as Python processes.",
),
],
supported_profiling_modes=["cpu"],
Expand Down

0 comments on commit e56f2e8

Please sign in to comment.