awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Performance and Resource Profilers · Awesome GitHub Repositories

5 repos

Awesome GitHub RepositoriesPerformance and Resource Profilers

Tools focused on quantifying execution time, memory allocation, and hardware utilization rather than step-by-step code inspection.

Explore 5 awesome GitHub repositories matching development tools & productivity · Performance and Resource Profilers. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Debugging, Profiling & Testing
  4. Debugging and Diagnostics
  5. Performance and Resource Profilers

Awesome Performance and Resource Profilers GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • facebook/react

    facebook/react

    243,179GitHubView on GitHub↗

    React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional data flow.

    Visualization tools track task scheduling and effect timelines to pinpoint performance bottlenecks within component lifecycle events.

    JavaScriptjavascriptuifrontend
  • facebook/react-native

    facebook/react-native

    125,418GitHubView on GitHub↗

    This project is a cross-platform mobile framework that enables the development of native iOS and Android applications from a single codebase. It utilizes a declarative component-based model where developers define user interfaces using a syntax extension that maps directly to underlying platform-native view primitives.

    Displays real-time performance metrics, including frame rates and resource utilization, directly within the application during development.

    C++androidapp-frameworkcross-platform
  • pytorch/pytorch

    pytorch/pytorch

    97,601GitHubView on GitHub↗

    PyTorch is a machine learning framework centered on a GPU-ready tensor library that supports multi-dimensional array operations across both CPU and accelerator hardware. It provides a foundational infrastructure for mathematical computation and dynamic neural network construction, utilizing a tape-based automatic diffe

    Tracks operator execution time and memory usage to pinpoint performance bottlenecks across various hardware backends.

    Pythonautograddeep-learninggpu
  • syncthing/syncthing

    syncthing/syncthing

    80,036GitHubView on GitHub↗

    Syncthing is a decentralized file synchronization engine that maintains consistent data states across multiple devices through peer-to-peer mesh networking. It operates as a background daemon that automatically replicates file creations, modifications, and deletions between trusted nodes without requiring central serve

    Generates performance profiles by recording CPU usage data via debug endpoints for bottleneck analysis.

    Gogop2ppeer-to-peer
  • vitejs/vite

    vitejs/vite

    78,295GitHubView on GitHub↗

    Vite is a frontend build toolchain that provides a unified development and production pipeline for modern web applications. It functions as a modular, environment-agnostic build engine that leverages native ES modules to serve source code directly to the browser, eliminating the need for expensive bundling during the d

    Profiles transformation hooks to identify performance bottlenecks during file loading and server startup.

    TypeScriptbuild-tooldev-serverfrontend

Explore sub-tags

  • CPU ProfilersProfiling tools that measure and visualize CPU usage and execution time to identify performance bottlenecks.
  • Memory ProfilingTools that analyze memory usage patterns and identify fragmentation to optimize resource consumption during software execution.
  • Performance OverlaysIn-app visual interfaces that track real-time performance metrics like frame rates and resource usage during development.