awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesDraw Call Profilers

Tracks draw call counts, GPU memory allocation, and CPU/GPU execution time per command.

Distinct from GPU Performance Profilers: Distinct from GPU Performance Profilers: focuses on per-command draw call and timing metrics, not general GPU throughput or model inference profiling.

Explore 1 awesome GitHub repository matching testing & quality assurance · Draw Call Profilers. Refine with filters or upvote what's useful.

Awesome Draw Call Profilers GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • regl-project/reglregl-project का अवतार

    regl-project/regl

    5,528GitHub पर देखें↗

    regl is a declarative WebGL library that manages graphics state and GPU resources through functional commands instead of manual binding and state tracking. It provides a command-based drawing abstraction where shaders, attributes, and render state are encapsulated into reusable, compiled functions that can be executed efficiently. What sets regl apart is its scoped state inheritance system, which allows nested drawing commands to inherit and override render state from parent scopes for organized rendering. The library automatically recovers from GPU context loss by restoring buffer and textur

    Regl collects CPU and GPU timing data and draw call counts per command for rendering performance diagnostics.

    JavaScriptjavascriptreglwebgl
    GitHub पर देखें↗5,528
  1. Home
  2. Testing & Quality Assurance
  3. Performance Testing and Analysis
  4. Performance Profiling
  5. GPU Performance Profilers
  6. Draw Call Profilers