From 385e60ee68bea31623fbf2c8f1085cc685ab3464 Mon Sep 17 00:00:00 2001 From: questor/inter Date: Tue, 12 Aug 2014 10:09:21 +0200 Subject: [PATCH] added microprofile --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6bc6ca1..4b301e7 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [hiberlite](https://github.com/paulftw/hiberlite) - C++ Object-relational mapping for sqlite3. * [Hiredis](https://github.com/redis/hiredis) - A minimalistic C client library for the Redis database. * [LMDB](http://symas.com/mdb/) - Very fast embedded key/value store with full ACID semantics. +* [microprofile](https://bitbucket.org/jonasmeyer/microprofile/overview) - Profiler with web-view for multiple platforms. * [Remotery](https://github.com/Celtoys/Remotery) - Single C File Profiler with Web Viewer. * [SQLite](http://www.sqlite.org/) - A completely embedded, full-featured relational database in a few 100k that you can include right into your project.