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
f6bc3f52
Unverified
Commit
f6bc3f52
authored
Sep 27, 2025
by
Lianmin Zheng
Committed by
GitHub
Sep 27, 2025
Browse files
Fix profiler (#10997)
parent
8cc27fdc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/sglang/srt/managers/scheduler_profiler_mixin.py
python/sglang/srt/managers/scheduler_profiler_mixin.py
+1
-1
No files found.
python/sglang/srt/managers/scheduler_profiler_mixin.py
View file @
f6bc3f52
...
...
@@ -294,6 +294,6 @@ class SchedulerProfilerMixin:
recv_req
.
profile_by_stage
,
recv_req
.
profile_id
,
)
return
self
.
start_profile
(
True
)
return
self
.
start_profile
()
else
:
return
self
.
stop_profile
()
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