Skip to content

Commit e0a7a7c

Browse files
committed
access_profiler
1 parent 223ce6e commit e0a7a7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
488488
## Miscellaneous
489489
*Useful libraries or tools that don't fit in the categories above or maybe just not categorised yet*
490490

491+
* [access_profiler](https://github.com/arvidn/access_profiler) - A tool to count accesses to member variables in c++ programs. [GPL3]
491492
* [Better String](http://bstring.sourceforge.net) - An alternative to the string library for C which is more functional and does not have buffer overflow overrun problems. Also includes a C++ wrapper. [BSD, GPL2]
492493
* [Boost.Signals](http://www.boost.org/doc/libs/1_56_0/doc/html/signals.html) - An implementation of a managed signals and slots system. [Boost]
493494
* [C++ Format](https://github.com/cppformat/cppformat) - Small, safe and fast formatting library for C++. [BSD]

0 commit comments

Comments
 (0)