| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Open-source web-based GPU performance visualization tool that transforms NVIDIA profiling data into interactive insights for CUDA engineers.
Part of the RightNow AI ecosystem. Want 180x more powerful AI assistance for your entire codebase? Try RightNow AI Code Editor.
# Clone and install
git clone https://github.com/RightNow-AI/gpu-profiler.git
cd gpu-profiler
npm install
# Start development server
npm run dev
# Open http://localhost:3000 and drop your .nvprof files!Try GPU Profiler - Upload your profiling files instantly
graph LR
A[Upload .nvprof/.nsys] --> B[Parse Profile Data]
B --> C[Generate Visualizations]
C --> D[Timeline View]
C --> E[Flame Graph]
C --> F[Heatmap]
D --> G[Bottleneck Analysis]
E --> G
F --> G
G --> H[Export & Share]
style A fill:#e1f5fe
style H fill:#c8e6c9
style G fill:#fff3e0
# Clone repository
git clone https://github.com/RightNow-AI/gpu-profiler.git
cd gpu-profiler
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
npm start
# Verify installation at http://localhost:3000app/ ├── components/ # React components │ ├── visualizations/ # D3.js visualization components │ ├── file-upload.tsx # Drag & drop upload │ └── profiler-interface.tsx ├── lib/ │ ├── parsers/ # File format parsers │ ├── utils.ts # Utility functions │ ├── sharing.ts # URL sharing logic │ └── export.ts # Export functionality ├── store/ # Zustand state management ├── types/ # TypeScript definitions └── globals.css # Tailwind + custom styles
We welcome contributions! Please see our Contributing Guide for details.
Found a bug or have a feature request? Open an issue with:
Need advanced features for your team? RightNow AI offers:
GPU Profiler provides comprehensive performance insights:
| Category | Features |
|---|---|
| Kernel Analysis | Execution time, occupancy, register usage, memory throughput |
| Memory Profiling | Transfer patterns, bandwidth utilization, cache efficiency |
| Bottleneck Detection | AI-powered optimization suggestions and performance hints |
| Visual Analytics | Interactive charts, zoom capabilities, data export |
We welcome contributions! See CONTRIBUTING.md for guidelines.
MIT License - free for personal, educational, and commercial use.
Made with love by the RightNow AI Team
| Back | FazBrowse Home | New Git URL |