Suggestions for C++ microbenchmarking libraries (ideally) with plotting features

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • benchmark

    A microbenchmark support library

  • I have tried the one by google and it's nice that it prints out a report with the cache sizes etc so it's easy to paste it in an email without having to have the conversation about "what system was this run on" but I think a successful micorbenchmark library should cut down on:

  • FlameGraph

    Stack trace visualizer

  • The most commonly used is Flamegraph and it is actually not a library but a set of scripts that can convert perf-like profiler output to interactive chart document you can navigate in browser

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • nonius

    A C++ micro-benchmarking framework (by libnonius)

  • libnonius has features for that: https://github.com/libnonius/nonius

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How can I check the execution time of a program rendered in SFML?

    3 projects | /r/cpp_questions | 5 Dec 2023
  • How to Perf profile functions?

    3 projects | /r/cpp_questions | 13 Jul 2023
  • how do you properly benchmark?

    2 projects | /r/cpp | 20 Feb 2023
  • Benchmarking my data structure

    2 projects | /r/cpp_questions | 2 Jan 2023
  • Google benchmark : No rule to make Target***

    1 project | /r/cpp_questions | 19 Aug 2022