Make profiler output file names consistent (#5548)

This commit is contained in:
fzyzcjy
2025-04-18 22:57:11 -07:00
committed by GitHub
parent 1e0806f30b
commit f6a71139a8
3 changed files with 10 additions and 3 deletions
+1
View File
@@ -834,6 +834,7 @@ class ProfileReq:
activities: Optional[List[str]] = None
with_stack: Optional[bool] = None
record_shapes: Optional[bool] = None
profile_id: Optional[str] = None
@dataclass