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
·

1 Repo

Awesome GitHub RepositoriesThread Scheduling Hooks

Intercepts operating system thread context switches and scheduling events to correlate application performance with hardware utilization.

Distinct from System and Hardware Event Hooks: Distinct from System and Hardware Event Hooks: specifically targets thread scheduling and context switches rather than general hardware interrupts.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Thread Scheduling Hooks. Refine with filters or upvote what's useful.

Awesome Thread Scheduling Hooks GitHub Repositories

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

    yse/easy_profiler

    2,360Auf GitHub ansehen↗

    Easy Profiler is a performance profiling library for C++ applications designed to measure execution duration and identify bottlenecks. It provides a framework for instrumenting code blocks to track performance metrics, allowing for the analysis of thread activity and system behavior through detailed timeline visualization. The library distinguishes itself by utilizing scope-based instrumentation to automatically track code lifecycles, minimizing manual overhead. It employs thread-local buffering and asynchronous data flushing to reduce synchronization contention, ensuring that performance dat

    Intercepts OS-level thread scheduling and context switch events to correlate application performance with hardware resource usage.

    C++performanceprofilertoolkit
    Auf GitHub ansehen↗2,360
  1. Home
  2. Operating Systems & Systems Programming
  3. Hardware Interfacing and Drivers
  4. Input Event Interception
  5. System and Hardware Event Hooks
  6. Thread Scheduling Hooks