Typegrind is a type preserving instrumentation tool for C++, built on top of Clang.
- Homepage: http://typegrind.github.io/
- Wiki: http://typegrind.atlassian.net/wiki
Typegrind is based on:
- J. Mihalicza, Z. Porkoláb, and A. Gábor, Type-preserving heap profiler for C++ (2011)
- J. Mihalicza, Analysis and Methods for Supporting Generative Metaprogramming in Large Scale C++ Projects (2014)
- The type-preserving heap-profiler used by NNG Llc., also based on the above articles
Typekit is published under the MIT License