awesome-repositories.com
Blog
awesome-repositories.com

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

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

3 Repos

Awesome GitHub RepositoriesWakeup Chain Mappers

Tools for linking sequences of thread wakeups to visualize dependencies and event chains.

Distinct from Validation Chains: Distinct from Validation Chains: focuses on thread scheduling and wakeup events rather than request validation.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Wakeup Chain Mappers. Refine with filters or upvote what's useful.

Awesome Wakeup Chain Mappers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • brendangregg/flamegraphAvatar von brendangregg

    brendangregg/FlameGraph

    19,307Auf GitHub ansehen↗

    FlameGraph is a performance profiling and visualization toolkit designed to identify bottlenecks in software execution. It functions as a processing engine that transforms raw stack trace samples into interactive, hierarchical diagrams. By representing aggregated execution frequency as nested rectangles, the tool allows developers to visualize hot code paths and analyze system behavior across both kernel and user-space environments. The project distinguishes itself through its ability to perform differential profile analysis, which highlights performance regressions or improvements by compari

    Links sequences of thread wakeups to visualize complex dependencies and event chains across the system.

    Perl
    Auf GitHub ansehen↗19,307
  • tencent/matrixAvatar von Tencent

    Tencent/matrix

    12,020Auf GitHub ansehen↗

    Matrix is a suite of mobile application performance management and analysis tools. It provides a plugin-based monitoring system for capturing crashes, lags, and memory leaks, alongside a static binary auditor for reducing installation package size and a bytecode instrumentation tool for performance tracking. The project distinguishes itself through native memory debugging and a SQLite query linter that identifies inefficient database patterns. It employs native interception techniques to detect memory leaks and heap corruption without requiring source code recompilation, and uses a custom run

    Identifies slow functions blocking the UI by recording execution costs and call stacks.

    Javaandroidapm-clientwechat
    Auf GitHub ansehen↗12,020
  • google/perfettoAvatar von google

    google/perfetto

    5,558Auf GitHub ansehen↗

    Perfetto is a platform for system-level performance tracing and analysis on Linux and Android. It combines a high-throughput trace recorder, a SQL-based query engine, and a browser-based visualizer into a single toolchain. The platform covers CPU scheduling and call-stack profiling, native and Java heap memory allocation tracking, GPU and graphics events, and system-wide counters such as CPU frequency and power consumption. The architecture decouples trace recording from offline analysis, using a compact protobuf format for event encoding and columnar storage for efficient SQL queries. The we

    Visualizes sequences of thread wakeups to identify scheduling blockages and dependencies.

    C++
    Auf GitHub ansehen↗5,558
  1. Home
  2. Software Engineering & Architecture
  3. Request Validation
  4. Validation Chains
  5. Wakeup Chain Mappers

Unter-Tags erkunden

  • Scheduling Blockage Visualizers1 Sub-TagTools for visualizing sequences of thread wakeups to identify scheduling blockages and dependencies. **Distinct from Wakeup Chain Mappers:** Distinct from Wakeup Chain Mappers: focuses on visualizing the chain of state changes to identify blockages, not just mapping dependencies.