awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jonasmr avatar

jonasmr/microprofile

0
View on GitHub↗
1,584 stars·130 forks·C·MIT·4 vues

Microprofile

microprofile is an embeddable profiler

Features

  • Benchmarking and Profiling - CPU and GPU profiler.
  • Testing and Benchmarking - Performance profiler with web-based visualization.
  • Testing and Debugging - Profiler with a web-based interface.

Historique des stars

Graphique de l'historique des stars pour jonasmr/microprofileGraphique de l'historique des stars pour jonasmr/microprofile

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Microprofile

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Microprofile.
  • boostorg/testAvatar de boostorg

    boostorg/test

    209Voir sur GitHub↗

    The reference C++ unit testing framework (TDD, xUnit, C++03/11/14/17)

    C++boostc-plus-plusunit-testing
    Voir sur GitHub↗209
  • catchorg/catch2Avatar de catchorg

    catchorg/Catch2

    20,198Voir sur GitHub↗

    Catch2 is a comprehensive framework for C++ software validation, providing an environment for unit testing, integration verification, and performance analysis. It enables developers to define and execute automated test suites and micro-benchmarks directly within their applications. The framework is distinguished by its header-only distribution, which allows for integration into existing build systems without requiring complex external dependencies. It utilizes a hierarchical section-based execution model that supports behavior-driven testing, allowing for shared setup and teardown logic acros

    C++bddcppcpp14
    Voir sur GitHub↗20,198
  • bombela/backward-cppAvatar de bombela

    bombela/backward-cpp

    4,285Voir sur GitHub↗

    backward-cpp is a C++ stack trace library and debugging utility designed to capture, resolve, and print detailed execution traces and crash reports. It functions as a crash reporter and call stack printer that translates raw memory addresses into human-readable function names, filenames, and line numbers. The project provides automated crash reporting by registering system handlers for fatal errors, such as segmentation faults, to automatically generate execution traces upon program failure. It distinguishes itself by extracting source file fragments from disk to display specific lines of cod

    C++
    Voir sur GitHub↗4,285
  • celtoys/remoteryAvatar de Celtoys

    Celtoys/Remotery

    3,303Voir sur GitHub↗

    Single C file, Realtime CPU/GPU Profiler with Remote Web Viewer

    C
    Voir sur GitHub↗3,303
Voir les 30 alternatives à Microprofile→

Questions fréquentes

Que fait jonasmr/microprofile ?

microprofile is an embeddable profiler

Quelles sont les fonctionnalités principales de jonasmr/microprofile ?

Les fonctionnalités principales de jonasmr/microprofile sont : Benchmarking and Profiling, Testing and Benchmarking, Testing and Debugging.

Quelles sont les alternatives open-source à jonasmr/microprofile ?

Les alternatives open-source à jonasmr/microprofile incluent : catchorg/catch2 — Catch2 is a comprehensive framework for C++ software validation, providing an environment for unit testing,… cobaltfusion/debugviewpp — DebugView++, collects, views, filters your application logs, and highlights information that is important to you! bombela/backward-cpp — backward-cpp is a C++ stack trace library and debugging utility designed to capture, resolve, and print detailed… boostorg/test — The reference C++ unit testing framework (TDD, xUnit, C++03/11/14/17). celtoys/remotery — Single C file, Realtime CPU/GPU Profiler with Remote Web Viewer. cpputest/cpputest — CppUTest unit testing and mocking framework for C/C++.