5 repos
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.
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.
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.
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.
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.
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.