From 3da812cbb269ab1acd36eb99a8c620871eb85d9d Mon Sep 17 00:00:00 2001 From: John Farrier Date: Fri, 20 Mar 2015 07:38:03 -0400 Subject: [PATCH] Added Celero to the Debug Section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6426b87..f690c55 100644 --- a/README.md +++ b/README.md @@ -207,6 +207,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [Boost.Test](http://www.boost.org/doc/libs/master/libs/test/doc/html/index.html) - Boost Test Library. [Boost] * [Catch](https://github.com/philsquared/Catch) - A modern, C++-native, header-only, framework for unit-tests, TDD and BDD. [Boost] +* [Celero](https://github.com/DigitalInBlue/Celero) - C++ Benchmarking Framework. [Apache 2.0] * [CppUnit](http://www.freedesktop.org/wiki/Software/cppunit/) - C++ port of JUnit. [LGPL2] * [CTest](http://www.cmake.org/cmake/help/v2.8.8/ctest.html) - The CMake test driver program. [BSD] * [googletest](http://code.google.com/p/googletest/) - Google C++ Testing Framework. [BSD]