Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
547003bd
"torchvision/vscode:/vscode.git/clone" did not exist on "fe65d37961f227c9251b82b8dd0949b50ce9cb48"
Unverified
Commit
547003bd
authored
Oct 17, 2025
by
Qiaolin Yu
Committed by
GitHub
Oct 18, 2025
Browse files
fix command line usage of profiling (#11793)
parent
f7ab9554
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
docs/developer_guide/benchmark_and_profiling.md
docs/developer_guide/benchmark_and_profiling.md
+2
-1
No files found.
docs/developer_guide/benchmark_and_profiling.md
View file @
547003bd
...
@@ -152,7 +152,8 @@ curl -X POST <BASE_URL>/start_profile \
...
@@ -152,7 +152,8 @@ curl -X POST <BASE_URL>/start_profile \
# Start profiling with merge enabled
# Start profiling with merge enabled
python
-m
sglang.profiler
\
python
-m
sglang.profiler
\
--num-steps
10
\
--num-steps
10
\
--activities
CPU GPU
\
--cpu
\
--gpu
\
--output-dir
/tmp/profiles
\
--output-dir
/tmp/profiles
\
--merge-profiles
# optional argument to merge profile traces (default=False)
--merge-profiles
# optional argument to merge profile traces (default=False)
```
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment