What does HackerNews think of templight?

Templight is a Clang-based tool to profile the time and memory consumption of template instantiations and to perform interactive debugging sessions to gain introspection into the template instantiation process.

Language: C++

Mikael Persson on the clang mailing list picked this up some time back and updated it.

http://article.gmane.org/gmane.comp.compilers.clang.devel/35...

He cleaned it up and extended to work with callgrind. Looking at this data in kcachegrind is beautiful thing.

https://github.com/mikael-s-persson/templight https://github.com/mikael-s-persson/templight-tools