Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schema analyzer and Visualizer for rpd #81

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

pr000grammer
Copy link

Add interactive RPD analysis tools

Add two new tools for analyzing ROCm Profile Data:

  1. RPD Visualizer - For interactive visualization of profiling data
  2. Schema Inspector - For database schema exploration and custom queries

The tools provide:

  • Interactive visualization of kernel, memory, and API operations
  • Database schema exploration and custom query capabilities
  • Filterable data tables and export functionality
  • Summary statistics and performance metrics

Testing:

  • Tested with various RPD files
  • Verified all visualizations and interactions
  • Tested on clean Linux environment
  • Verified all dependencies are Python-only

Dependencies added:

  • streamlit
  • pandas
  • streamlit-aggrid
  • streamlit-mermaid

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.

1 participant