C++ TreeTracer - Version 02 TreeTracer is a tool that provides information about a program's runtime implementation.It stores the runtime information in a file that is used to build a hierarchical log of the program run. The log is a tree of function calls and text messages. Tree is a convenient way to cope with an enormous amount of messages and complexity of runtime implementation of the modern programs