/trako

replaces https://gitorious.org/trako : trako Package: trako Author: Philippe Coval rzr@gna.org URL: http://rzr.online.fr/ Description: C++ tracking library that count instances funct calls etc INTRODUCTION Trako aims to help profiling a C++ project in real time without changing much of the architecture and related code to be studied... Features : Class profiling : count how many instances of class at a given type tell how many instances where created since last query ... Methods profiling : trace methods call stack (entering or leaving) mesure time spend in method or scope count how many times methods have been called ... Prevent pollution of code : enable or disable using a single defines and link with a lib no additionnal code in user's files beside those a macros usage of macros that can easly disabled or located removed etc can be used everywhere investigation need to be focused on as long as you have the source code Integration in emacs (and probally other grep supported editors/IDE) : file:line log entry format , just jump to the right place in one click

Primary LanguageC++OtherNOASSERTION

No issues in this repository yet.