Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

browser-gpu-profiler

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browser-gpu-profiler

Browser-based GPU profiler for WebGPU applications. Monitor GPU utilization, track memory allocation, profile shader performance, and benchmark GPU capabilities in real-time.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

webgpu-profiler

GPU profiling for WebGPU — measure compute pass timing, memory usage, and pipeline performance in the browser.

What This Gives You

  • Compute pass timing — precise GPU timestamps for WebGPU compute passes
  • Memory tracking — buffer allocation and usage monitoring
  • Pipeline analysis — compare shader performance across configurations
  • Browser-native — runs entirely in WebGPU, no native dependencies

Quick Start

# Serve the profiler
python -m http.server 8000
# Open in a WebGPU-capable browser

How It Fits

Performance tooling for the SuperInstance conservation-spectral-webgpu pipeline. Profiles the GPU-accelerated spectral computations that run in the browser.

License

MIT

Keywords

GPU profiler

FAQs

Package last updated on 02 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts