awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesProfile Normalizers

Tools for adjusting and scaling stack trace counts between datasets to enable accurate comparative analysis.

Distinct from Differential Profilers: Distinct from Differential Profilers: focuses on the data normalization step required for accurate comparison rather than the generation of the differential view itself.

Explore 2 awesome GitHub repositories matching testing & quality assurance · Profile Normalizers. Refine with filters or upvote what's useful.

Awesome Profile Normalizers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • brendangregg/flamegraphالصورة الرمزية لـ brendangregg

    brendangregg/FlameGraph

    19,307عرض على GitHub↗

    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

    Adjusts stack counts between datasets to ensure accurate comparisons when profiles are captured under different system loads or timeframes.

    Perl
    عرض على GitHub↗19,307
  • xanderfrangos/twinkle-trayالصورة الرمزية لـ xanderfrangos

    xanderfrangos/twinkle-tray

    7,961عرض على GitHub↗

    Twinkle Tray is a Windows display manager and DDC/CI monitor control utility designed to manage hardware settings across internal and external displays. It functions as a system tray application that allows for the adjustment of brightness, contrast, and volume on multiple monitors. The project provides multi-display brightness normalization to balance backlight levels across different hardware profiles for a consistent visual experience. It also includes an automatic brightness scheduler that modifies luminosity based on the time of day or system idle states. Beyond the user interface, the

    Calculates relative brightness offsets across different monitors to achieve a consistent visual experience.

    JavaScriptbacklightbacklight-brightnessbrightness
    عرض على GitHub↗7,961
  1. Home
  2. Testing & Quality Assurance
  3. Performance Testing and Analysis
  4. Performance Profiling
  5. Differential Profilers
  6. Profile Normalizers

استكشف الوسوم الفرعية

  • Display Brightness NormalizationLogic for calculating relative brightness offsets across different hardware profiles for visual consistency. **Distinct from Profile Normalizers:** Distinct from Profile Normalizers: focuses on visual backlight consistency across monitors rather than stack trace scaling.