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
·

22 Repos

Awesome GitHub RepositoriesPerformance Analysis Tools

Tools for profiling, tracing, and benchmarking software performance in parallel environments.

Explore 22 awesome GitHub repositories matching part of an awesome list · Performance Analysis Tools. Refine with filters or upvote what's useful.

Awesome Performance Analysis Tools GitHub Repositories

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

    sharkdp/hyperfine

    28,316Auf GitHub ansehen↗

    Hyperfine is a command-line benchmarking tool used to measure the execution time of shell commands through multiple runs and statistical analysis. It functions as a comparative benchmarking utility and a shell performance analyzer, allowing for the evaluation of multiple commands against a reference baseline to determine relative speed. The tool distinguishes itself by isolating actual command performance through shell overhead correction and the ability to bypass the shell entirely using system calls. It supports parameterized execution, enabling benchmarks to run across a range of varying i

    Command-line benchmarking tool with statistical analysis.

    Rust
    Auf GitHub ansehen↗28,316
  • plasma-umass/scaleneAvatar von plasma-umass

    plasma-umass/scalene

    13,449Auf GitHub ansehen↗

    Scalene is a high-performance diagnostic utility designed to measure resource consumption during the execution of Python applications. It functions as a line-level monitor, providing granular insights that pinpoint the specific source code responsible for performance overhead. The tool distinguishes itself through statistical profiling that captures stack traces and resource usage without requiring manual instrumentation of the source code. It tracks CPU, GPU, and memory consumption by intercepting library-level calls and hardware driver commands, allowing for the analysis of both managed and

    High-precision CPU, GPU, and memory profiler for Python.

    Pythoncpucpu-profilinggpu
    Auf GitHub ansehen↗13,449
  • google/benchmarkAvatar von google

    google/benchmark

    10,240Auf GitHub ansehen↗

    This project is a performance measurement framework and microbenchmarking library designed for C++ and Python. It provides a toolset for measuring the execution time of small code fragments using high-resolution timers, calculating statistical aggregates, and analyzing asymptotic complexity. The framework distinguishes itself through specialized capabilities for multithreaded performance testing, using synchronized execution to measure parallel throughput. It includes mechanisms to prevent compiler optimizations from removing benchmarked code and supports complex parameterization via Cartesia

    Microbenchmark support library for tracking C++ performance.

    C++benchmark
    Auf GitHub ansehen↗10,240
  • jlfwong/speedscopeAvatar von jlfwong

    jlfwong/speedscope

    6,501Auf GitHub ansehen↗

    Speedscope is a web-based performance profiler that visualizes profiling data through interactive flamegraphs and timeline views. It ingests performance profiles from a wide range of sources, including Chrome, Firefox, Safari, Node.js, .NET Core, Instruments, Hermes, GHC, and Ruby, normalizing them into a common schema for unified analysis. The tool distinguishes itself with a canvas-based rendering engine that draws flamegraphs without DOM nodes for each frame, and a WebAssembly-based rendering pipeline for high-performance drawing. It offers left-heavy stack sorting to surface the most time

    Interactive web-based viewer for performance profiles.

    TypeScriptflamegraphflamegraphsperformance-profiling
    Auf GitHub ansehen↗6,501
  • kdab/hotspotAvatar von KDAB

    KDAB/hotspot

    5,074Auf GitHub ansehen↗

    Hotspot ist eine grafische Benutzeroberfläche zur Analyse und Visualisierung von Performance-Daten, die mit dem Linux-Tool perf erfasst wurden. Es fungiert als Performance-Profiling-Visualisierer und Assembly-Level-Profiler, der Performance-Kosten auf spezifische Instruktionen abbildet, die mit dem ursprünglichen Quellcode synchronisiert sind. Das Projekt zeichnet sich durch einen Remote-Symbol-Resolver aus, der Performance-Daten von eingebetteten Zielen auf lokale Host-Debug-Symbole und Sysroots abbildet. Es enthält zudem ein spezialisiertes Off-CPU-Analysetool, das entwickelt wurde, um Thread-Wartezeiten und I/O-Blöcke mithilfe von Kernel-Scheduler-Tracepoints zu identifizieren. Das Tool deckt ein breites Spektrum an Performance-Analysefunktionen ab, einschließlich CPU-Profiling, Low-Level-Code-Inspektion und zeitlinienbasierter Datenfilterung. Es bietet Visualisierungsmethoden wie Flame-Graphs und Call-Graphs, um Systemengpässe und inlinte Funktionen zu identifizieren. Das System unterstützt die Datenaufzeichnung durch das Starten von Profiling-Tools für neue Anwendungen oder das Anhängen an bestehende Prozesse und ermöglicht den Export analysierter Performance-Profile in portable Formate für den Austausch zwischen Maschinen.

    Linux perf GUI for performance analysis and visualization.

    C++
    Auf GitHub ansehen↗5,074
  • koute/bytehoundAvatar von koute

    koute/bytehound

    4,791Auf GitHub ansehen↗

    Bytehound ist ein Linux-Speicher-Profiler, der einen benutzerdefinierten globalen Allocator verwendet, um Speicheranfragen abzufangen und Allokationen sowie Deallokationen zu verfolgen. Er zeichnet vollständige Call-Stack-Traces für jede Speicheroperation auf, um Allokationen auf ihren ursprünglichen Quellcode zurückzuführen. Das Projekt bietet ein Remote-Speicher-Profiling-System, das Erfassungsdaten über Netzwerk-Sockets an eine separate Maschine streamt, um den Ressourcen-Overhead auf dem Zielsystem zu minimieren. Die Analyse wird durch eine spezialisierte domänenspezifische Abfragesprache unterstützt, die zur Automatisierung der Erkennung von Speichermustern und Anomalien verwendet wird. Das Tool deckt Heap-Allokationsanalysen zur Identifizierung von Leaks und Fragmentierung ab sowie Laufzeit-Introspektion zur Überwachung und Optimierung von Allocator-Zuständen. Daten können exportiert und durch einen webbasierten Visualisierer gerendert werden, um grafische Darstellungen der Speichernutzung und Allokationsmuster bereitzustellen.

    Detailed memory profiler for tracking leaks and issues.

    Cmemory-profilermemory-profilingprofiler
    Auf GitHub ansehen↗4,791
  • phoronix-test-suite/phoronix-test-suiteAvatar von phoronix-test-suite

    phoronix-test-suite/phoronix-test-suite

    3,080Auf GitHub ansehen↗

    The Phoronix Test Suite is the most comprehensive testing and benchmarking platform available for Linux, Solaris, macOS, Windows, and BSD operating systems. The Phoronix Test Suite allows for carrying out tests in a fully automated manner from test installation to execution and reporting. All…

    Comprehensive benchmarking suite for Linux systems.

    PHP
    Auf GitHub ansehen↗3,080
  • colinianking/stress-ngAvatar von ColinIanKing

    ColinIanKing/stress-ng

    2,684Auf GitHub ansehen↗

    This is the stress-ng upstream project git repository. stress-ng will stress test a computer system in various selectable ways. It was designed to exercise various physical subsystems of a computer as well as the various operating system kernel interfaces.

    Versatile tool for stressing computer subsystems.

    C
    Auf GitHub ansehen↗2,684
  • andikleen/pmu-toolsAvatar von andikleen

    andikleen/pmu-tools

    2,233Auf GitHub ansehen↗

    pmu tools is a collection of tools and libraries for profile collection and performance analysis on Intel CPUs on top of Linux perf. This uses performance counters in the CPU.

    Performance monitoring tools for Intel CPUs.

    Python
    Auf GitHub ansehen↗2,233
  • dfeneyrou/palanteerAvatar von dfeneyrou

    dfeneyrou/palanteer

    2,206Auf GitHub ansehen↗

    Profiler for both Python and C++ applications.

    C++c-plus-pluscppdeveloper-tools
    Auf GitHub ansehen↗2,206
  • jonmagon/kdiskmarkAvatar von JonMagon

    JonMagon/KDiskMark

    1,637Auf GitHub ansehen↗

    KDiskMark is an HDD and SSD benchmark tool with a very friendly graphical user interface. KDiskMark with its presets and powerful GUI calls Flexible I/O Tester and handles the output to provide an easy to view and interpret comprehensive benchmark result. The application is written in C++ with…

    Benchmarking tool for SSD and HDD drives.

    C++
    Auf GitHub ansehen↗1,637
  • nviennot/core-to-core-latencyAvatar von nviennot

    nviennot/core-to-core-latency

    1,356Auf GitHub ansehen↗

    Measuring CPU core-to-core latency

    Diagnostic tool for measuring latency between CPU cores.

    Jupyter Notebook
    Auf GitHub ansehen↗1,356
  • ekondis/mixbenchAvatar von ekondis

    ekondis/mixbench

    463Auf GitHub ansehen↗

    The purpose of this benchmark tool is to evaluate performance bounds of GPUs (or CPUs) on mixed operational intensity kernels. The executed kernel is customized on a range of different operational intensity values. Modern GPUs are able to hide memory latency by switching execution to threads…

    Benchmark suite for CPU and GPU compute operations.

    C++
    Auf GitHub ansehen↗463
  • llnl/caliperAvatar von LLNL

    LLNL/Caliper

    415Auf GitHub ansehen↗

    Caliper: A Performance Analysis Toolbox in a Library

    Performance analysis toolbox implemented as a library.

    C++
    Auf GitHub ansehen↗415
  • ssvb/tinymembenchAvatar von ssvb

    ssvb/tinymembench

    415Auf GitHub ansehen↗

    Simple benchmark for memory throughput and latency

    Memory bandwidth and latency benchmark tool.

    C
    Auf GitHub ansehen↗415
  • projectphysx/opencl-benchmarkAvatar von ProjectPhysX

    ProjectPhysX/OpenCL-Benchmark

    307Auf GitHub ansehen↗

    A small OpenCL benchmark program to measure peak GPU/CPU performance.

    Cross-platform benchmark for GPU and CPU hardware.

    C++
    Auf GitHub ansehen↗307
  • rrze-hpc/kerncraftAvatar von RRZE-HPC

    RRZE-HPC/kerncraft

    97Auf GitHub ansehen↗

    .. image:: https://github.com/RRZE-HPC/kerncraft/blob/master/doc/logo/logo-lightbg.svg

    Analytical modeling of loop performance and cache behavior.

    Jupyter Notebook
    Auf GitHub ansehen↗97
  • rrze-hpc/thebandwidthbenchmarkAvatar von RRZE-HPC

    RRZE-HPC/TheBandwidthBenchmark

    66Auf GitHub ansehen↗

    This is a collection of simple streaming kernels. Its primary purpose is to measure the maximum sustained main memory bandwidth of CPU and GPU systems. It also offers a mode to measure the complete memory hierarchy using sequential or parallel throughput execution. You may want to take a look at…

    Tool for measuring memory bandwidth across systems.

    C
    Auf GitHub ansehen↗66
  • tacc/demonspawnAvatar von TACC

    TACC/demonspawn

    14Auf GitHub ansehen↗

    DemonSpawn is a tool for quickly firing off a large number of SLURM jobs.

    Automated execution framework for benchmarks and simulations.

    Python
    Auf GitHub ansehen↗14
  • sx-aurora/vftraceAvatar von SX-Aurora

    SX-Aurora/Vftrace

    10Auf GitHub ansehen↗

    Vftrace (visual ftrace) is a performance profiling library with a focus on applications in high-performance computing (HPC). It is compatible with C, C++, and Fortran. Vftrace produces an overview of the function calls appearing during an application's runtime and registers performance metrics…

    Tracing tool for vector engine performance analysis.

    C
    Auf GitHub ansehen↗10
Vorherige12Nächste
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Performance Analysis Tools