awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

Awesome GitHub RepositoriesStartup Profilers

Tools that measure and visualize the time taken by individual services during system initialization.

Distinct from Performance Analysis: Distinct from general Performance Analysis: focuses specifically on boot-time service sequencing and timing rather than general application performance.

Explore 5 awesome GitHub repositories matching testing & quality assurance · Startup Profilers. Refine with filters or upvote what's useful.

Awesome Startup Profilers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • claude-code-best/claude-codeAvatar von claude-code-best

    claude-code-best/claude-code

    20,272Auf GitHub ansehen↗

    Claude Code is a command-line interface and multi-agent orchestration framework designed for autonomous software engineering. It enables AI agents to perform codebase modifications, debugging, and Git workflow management while coordinating multiple specialized agents to decompose and execute complex engineering tasks in parallel. The system distinguishes itself through a high degree of isolation and safety, utilizing Git worktrees to create independent working directories for concurrent agents and implementing a tiered permission system that combines user rules, project policies, and OS-level

    Samples application boot times to identify and resolve initialization bottlenecks.

    TypeScript
    Auf GitHub ansehen↗20,272
  • systemd/systemdAvatar von systemd

    systemd/systemd

    15,324Auf GitHub ansehen↗

    systemd is a comprehensive system and service manager for Linux that orchestrates the entire operating system lifecycle. It functions as the primary init system, managing the transition from firmware to a fully initialized user space while providing a unified framework for service orchestration, hardware management, and resource control. The project distinguishes itself through its declarative, unit-based configuration model and dynamic dependency resolution, which allow for efficient, on-demand service activation and socket-based process management. It integrates deep system observability th

    systemd profiles the system startup process to identify bottlenecks and measure the time taken by individual services.

    Ccinitlinux
    Auf GitHub ansehen↗15,324
  • krausest/js-framework-benchmarkAvatar von krausest

    krausest/js-framework-benchmark

    7,434Auf GitHub ansehen↗

    This project is a suite of analytical tools for quantifying web performance, specifically designed for benchmarking the rendering speed and memory usage of various JavaScript frameworks. It provides a standardized set of DOM manipulation tests and a comparison tool that uses weighted geometric means to measure efficiency across different web implementations. The benchmark harness distinguishes itself by providing deep analysis of DOM reconciliation strategies, comparing the performance and correctness of keyed versus non-keyed rendering. It also includes a memory profiler for tracking allocat

    Measures the time taken during system initialization to evaluate time to interactivity under mobile constraints.

    JavaScript
    Auf GitHub ansehen↗7,434
  • mervinpraison/praisonaiAvatar von MervinPraison

    MervinPraison/PraisonAI

    5,592Auf GitHub ansehen↗

    PraisonAI is an autonomous AI agent platform that coordinates multiple LLM-powered agents for research, planning, and execution of complex workflows. It functions as a multi-agent orchestration framework, a workflow builder, and a Model Context Protocol server, while also providing retrieval-augmented generation through vector knowledge bases. Agents can interact via CLI, web, or standardized protocols with sandboxed code execution. The platform distinguishes itself with a rich set of agent communication protocols, including A2A, REST, WebSocket, voice and telephony integration, and MCP, allo

    Records cold and warm startup duration of the command-line interface to help identify performance issues.

    Pythonagentsaiai-agent-framework
    Auf GitHub ansehen↗5,592
  • square/workflow-kotlinAvatar von square

    square/workflow-kotlin

    1,120Auf GitHub ansehen↗

    Workflow-kotlin is a cross-platform state management and UI binding framework for Kotlin that models application navigation, background tasks, and screen rendering through composable, hierarchical state machines. The architecture drives application behavior by flowing immutable data downward to declarative user interfaces and routing user interactions upward through named event handlers. The library includes multiplatform target support for compiling shared code across operating systems, along with asynchronous operation execution that handles background tasks safely outside render passes. I

    Extracts performance profiles and embeds them into build outputs to optimize startup times.

    Kotlinandroidkotlinreactive
    Auf GitHub ansehen↗1,120
  1. Home
  2. Testing & Quality Assurance
  3. Performance Testing and Analysis
  4. Performance Analysis
  5. Startup Profilers