nonius
Code measurer
A tool for measuring and analyzing the performance of small C++ code snippets
A C++ micro-benchmarking framework
359 stars
23 watching
47 forks
Language: C++
last commit: over 4 years ago
Linked from 4 awesome lists
benchmarkingc-plus-plus
Related projects:
Repository | Description | Stars |
---|---|---|
dspinellis/cqmetrics | A tool for analyzing and reporting on various quality metrics of C++ source code | 64 |
cedricguillemet/libprofiler | A tool to measure time taken by specific code portions | 80 |
venantius/yagni | An analyzer that identifies and reports unused code in Java-based projects. | 219 |
peterhinch/micropython-monitor | A tool to monitor and analyze the behavior of real-time systems written in Python | 30 |
chronoxor/cppbenchmark | A performance benchmarking framework for C++ to measure and analyze code execution time and efficiency | 281 |
cxxxr/sblint | A tool that checks Common Lisp source code for errors and warnings | 121 |
s-weigand/flake8-nb | A tool to check Python code quality in Jupyter notebooks. | 28 |
tomiaijo/scientist | A C++ library for comparing the performance of alternative code paths. | 35 |
jbyuki/carrot.nvim | A plugin for evaluating Lua code blocks in Markdown documents within Neovim | 24 |
digitalinblue/celero | A C++ benchmarking library for measuring code performance and comparing results across different configurations. | 824 |
quolpr/quicktest.nvim | A plugin for running and testing code in multiple programming languages | 80 |
lucaslorentz/minicover | A tool to measure and report on the quality of code in .NET Core applications | 209 |
probablykasper/cpc | A high-accuracy calculator that supports unit conversions and string parsing. | 130 |
bkoelman/csharpguidelinesanalyzer | A tool that analyzes C# code against predefined coding guidelines and reports diagnostics | 145 |
benmorris/netarchtest | Enforces architectural rules in .Net codebases to promote consistent design and maintainability | 1,396 |