30 open-source projects similar to chronoxor/cppbenchmark, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best CppBenchmark alternative.
0x protocol monorepo - includes our smart contracts and many developer tools
:pagewithcurl: Provides a log viewer for Laravel
CLI Tool to List & Store Solidity Smart Contract Methods Attributes
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++20 μ(micro)/Unit Testing framework
The reference C++ unit testing framework (TDD, xUnit, C++03/11/14/17)
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
Laravel Debugbar is a web-based debugging toolbar and application profiler for Laravel. It provides a visual interface to inspect database queries, logs, and performance metrics in real time to identify and resolve bugs during development. The tool features a database query monitor to capture SQL statements and timings, as well as a request inspector for analyzing route metadata, loaded views, and HTTP request data. It includes a profiler for measuring execution time and memory usage to identify bottlenecks in the request lifecycle. Its observability capabilities cover exception capture, app
DebugView++, collects, views, filters your application logs, and highlights information that is important to you!
PyTest plugin for testing smart contracts for Ethereum blockchain.
CppUTest unit testing and mocking framework for C/C++
cycle-time-travel is a time travelling stream viewer for Cycle.js apps.
Debug heap useful for tracking down memory errors.
C++ Benchmark Authoring Library/Framework
(Formerly Solium) Code quality & Security Linter for Solidity
Single C file, Realtime CPU/GPU Profiler with Remote Web Viewer
C++ mocking made easy. A simple yet very expressive, headers only library for c++ mocking.
Utility for testing applications based on Cycle.js framework.
Scientists are SHOCKED by how easy it is to disrupt a $550B industry with this one weird trick!
Ethereum solidity graph plain debugger. To have the whole picture when debugging.
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
This project is a comprehensive C++ unit testing framework designed to verify code logic and identify regressions through a suite of assertion macros, test fixtures, and execution runners. It automates the discovery and registration of test cases during static initialization, allowing developers to define isolated test environments that ensure repeatable and predictable conditions for every execution. The framework distinguishes itself through a sophisticated mock object library that enables the simulation of components and the enforcement of strict interaction requirements. By intercepting v
Decode is a package to make it easier for you to develop on Ethereum. In particular, it parses tx's submitted to a local testrpc node to make them more readable.