Skip to content

TraceMap: interactive HTML dashboards for analyzing vLLM workloads (added to custom_workflows)#246

Merged
ajassani merged 2 commits intomainfrom
add-traceMap-workflow
Jul 30, 2025
Merged

TraceMap: interactive HTML dashboards for analyzing vLLM workloads (added to custom_workflows)#246
ajassani merged 2 commits intomainfrom
add-traceMap-workflow

Conversation

@hyukjlee
Copy link
Copy Markdown
Contributor

This (draft) PR introduces new tool generates interactive HTML dashboards for analyzing PyTorch profiler trace files (.pt.trace.json.gz) from vLLM workloads. It provides visualization capabilities for GPU kernel profiling and performance analysis.

[Features]
-Interactive HTML Dashboard: Generate a standalone HTML report to zoom, pan, and inspect individual kernel execution events.
-Side-by-Side Trace Comparison: Compare two trace files to easily spot regressions or improvements in kernel-level performance.
-Lightweight and Portable: Outputs a self-contained HTML file viewable in any modern browser. You can open it in your phone, laptop and tablet.

@hyukjlee hyukjlee requested a review from ajassani July 30, 2025 02:29
@ajassani
Copy link
Copy Markdown
Collaborator

@hyukjlee thanks for the PR!
Everything looks good. Just one point: we are avoiding uploading trace files to github. Maybe you can put on a secure share point and add the link?

@hyukjlee
Copy link
Copy Markdown
Contributor Author

Sure. I will update the PR without the trace files. @ajassani

@hyukjlee
Copy link
Copy Markdown
Contributor Author

Erased the traces and updated the main file arguments as well.

@ajassani ajassani merged commit b6a8710 into main Jul 30, 2025
1 check passed
@ajassani ajassani deleted the add-traceMap-workflow branch July 30, 2025 03:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants