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

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

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

plasma-umass/coz

0
View on GitHub↗
4,511 نجوم·170 تفرعات·C·9 مشاهدات

Coz

Coz هي مجموعة من أدوات التوصيف (profiling) لتطبيقات C++ مصممة لتحديد اختناقات الأداء من خلال التحليل السببي وتتبع التنفيذ. تعمل كموصّف أداء يتتبع توقيت العمليات وتكرار التنفيذ لتحديد المسارات الحرجة داخل النظام.

تتميز الأداة بمحرك توصيف سببي ومحرك محاكاة للتحسين. تسمح هذه القدرات بالتنبؤ بكيفية تأثير تحسينات الكود الافتراضية على إنتاجية النظام وزمن الوصول الإجمالي من خلال محاكاة تأثيرات التسريع دون الحاجة إلى إعادة كتابة البرنامج وإعادة اختباره. بالإضافة إلى ذلك، تتضمن مساعد توصيف مدعوماً بالذكاء الاصطناعي يستخدم نماذج لغوية لاقتراح مواقع مثالية لنقاط قياس الأداء والتوصية بتحسينات كود ملموسة.

يغطي النظام مجالات قدرة واسعة بما في ذلك قياس زمن الوصول والإنتاجية، وتجهيز الكود المصدري (instrumentation)، وتصفية بيانات التوصيف. يوفر أداة عرض مرئية تعتمد على الويب لتقديم بيانات التوصيف السببي وتحليل منحدرات التسريع في المتصفح.

تتضمن مجموعة الأدوات مرافق لتكامل نظام البناء لربط المشاريع الخارجية بمكتبة التوصيف والملف الثنائي.

Features

  • Causal Profiling Instrumentation - Implements macro-based source instrumentation to capture execution frequency and timing for causal bottleneck analysis.
  • Performance Profilers - Measures how specific code sections affect overall system throughput and latency to identify impactful bottlenecks.
  • AI-Powered Code Analysis Tools - Uses language models to analyze profiling results and source code to recommend concrete code optimizations.
  • Code Throughput Measurement - Tracks the frequency of visits to specific progress points to determine the overall rate of work completion.
  • Optimization Simulators - Predicts the impact of hypothetical code improvements on system speed without needing to rewrite and retest the software.
  • Request Latency Measurement - Calculates average transaction delays by measuring the time elapsed between paired start and end points in the source code.
  • Optimization Effect Simulation - Predicts the impact of hypothetical code improvements on throughput and latency by simulating speedups without requiring software rewrites.
  • Event Latency Measurements - Tracks the time between paired start and end points to evaluate and reduce average event duration.
  • Causal Performance Simulators - Implements a causal profiling engine to predict the impact of hypothetical code improvements on system throughput.
  • Causal Profiling Tools - Identifies bottlenecks by simulating the effect of code optimizations on throughput and latency.
  • Causal-Slope Analysis Tools - Identifies performance bottlenecks by calculating the causal slope of speedups in specific code sections.
  • Optimization Simulation Engines - Predicts the impact of hypothetical code improvements by slowing down other system components proportionally.
  • Performance Profilers - Provides a profiling system for C++ applications that tracks execution frequency and operation timing.
  • Software Bottleneck Identification - Analyzes execution data and source code to determine which parts of a program limit overall performance.
  • Instrumentation Placement Agents - Analyzes source code with an AI agent to propose the most effective locations for performance measurement points.
  • Profiling Assistants - Provides an instrumentation system using language models to suggest measurement points and concrete code optimizations.
  • Throughput and ETA Monitors - Tracks the frequency of visits to specific progress points to determine the overall rate of work completion.
  • Function Auto-Instrumentation Macros - Utilizes macros to instrument source code for capturing execution frequency and timing data.
  • Transactional Latency Tracking - Measures event duration by recording timestamps at designated start and end points in the source code.
  • AI-Assisted Instrumentation - Uses automated agents to identify and insert performance measurement points for more accurate profiling.
  • Instrumentation Suggestions - Uses a language model to analyze source code and propose the optimal locations for performance measurement points.
  • Profiling Data Visualizations - Provides a web-based visualizer to render captured performance data and analyze speedup slopes.

سجل النجوم

مخطط تاريخ النجوم لـ plasma-umass/cozمخطط تاريخ النجوم لـ plasma-umass/coz

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Coz

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Coz.
  • microsoft/perfviewالصورة الرمزية لـ microsoft

    microsoft/perfview

    4,633عرض على GitHub↗

    PerfView is a set of integrated profiling and tracing tools built on Windows Event Tracing for Windows (ETW), designed to diagnose CPU, memory, and ETW-based performance issues in .NET applications. It captures ETW events to analyze runtime behavior, CPU usage, and memory allocations, serving as a .NET performance profiler that measures both CPU time and garbage collection events. The tool distinguishes itself with a diff comparison engine that compares two performance traces side-by-side to highlight changes in method costs and event rates. It renders profiled call stacks as flame graphs whe

    C#dotnetdotnet-coreperformance
    عرض على GitHub↗4,633
  • anc95/chatgpt-codereviewالصورة الرمزية لـ anc95

    anc95/ChatGPT-CodeReview

    4,445عرض على GitHub↗

    ChatGPT-CodeReview is an AI-driven code analysis tool and bot that uses a large language model to automatically review pull request diffs and post feedback on code changes. It functions as a system for detecting bugs and suggesting improvements in source code. The tool provides a containerized runtime for deployment as a background process or through a GitHub Action. Users can customize the analysis behavior, style, and technical depth by adjusting model parameters and system prompts. The system handles automated code review workflows by triggering analysis via webhooks and CI pipelines, upd

    JavaScript
    عرض على GitHub↗4,445
  • kdab/hotspotالصورة الرمزية لـ KDAB

    KDAB/hotspot

    5,074عرض على GitHub↗

    Hotspot is a graphical user interface for analyzing and visualizing performance data captured by the Linux perf tool. It functions as a performance profiling visualizer and assembly-level profiler that maps performance costs to specific instructions synchronized with original source code. The project distinguishes itself through a remote symbol resolver that maps performance data from embedded targets to local host debug symbols and sysroots. It also includes a specialized off-CPU analysis tool designed to identify thread wait times and I/O blocks using kernel scheduler tracepoints. The tool

    C++
    عرض على GitHub↗5,074
  • wolfpld/tracyالصورة الرمزية لـ wolfpld

    wolfpld/tracy

    15,298عرض على GitHub↗

    Tracy is a real-time performance profiling framework for C and C++ applications. It provides a software instrumentation library that captures high-resolution telemetry data, which is then visualized through a separate graphical interface to identify bottlenecks and resource allocation issues. The system utilizes a client-server architecture that enables remote profiling, allowing performance data to be captured on a target machine and analyzed on a workstation. It employs lock-free event logging and shared-memory ring buffers to minimize the overhead of data collection, ensuring that the main

    C++gamedevgamedev-librarygamedevelopment
    عرض على GitHub↗15,298
عرض جميع البدائل الـ 30 لـ Coz→

الأسئلة الشائعة

ما هي وظيفة plasma-umass/coz؟

Coz هي مجموعة من أدوات التوصيف (profiling) لتطبيقات C++ مصممة لتحديد اختناقات الأداء من خلال التحليل السببي وتتبع التنفيذ. تعمل كموصّف أداء يتتبع توقيت العمليات وتكرار التنفيذ لتحديد المسارات الحرجة داخل النظام.

ما هي الميزات الرئيسية لـ plasma-umass/coz؟

الميزات الرئيسية لـ plasma-umass/coz هي: Causal Profiling Instrumentation, Performance Profilers, AI-Powered Code Analysis Tools, Code Throughput Measurement, Optimization Simulators, Request Latency Measurement, Optimization Effect Simulation, Event Latency Measurements.

ما هي البدائل مفتوحة المصدر لـ plasma-umass/coz؟

تشمل البدائل مفتوحة المصدر لـ plasma-umass/coz: anc95/chatgpt-codereview — ChatGPT-CodeReview is an AI-driven code analysis tool and bot that uses a large language model to automatically review… kdab/hotspot — Hotspot is a graphical user interface for analyzing and visualizing performance data captured by the Linux perf tool.… wolfpld/tracy — Tracy is a real-time performance profiling framework for C and C++ applications. It provides a software… microsoft/perfview — PerfView is a set of integrated profiling and tracing tools built on Windows Event Tracing for Windows (ETW), designed… grafana/pyroscope — Pyroscope is a continuous profiling platform designed to collect, store, and visualize application performance data.… deepspeedai/deepspeed — DeepSpeed is a high-performance library designed to scale deep learning model training and inference across massive…