Download List

Descripción del Proyecto

FunctionCheck is a profile generator for C/C++
programs. It uses the gcc '-finstrument-functions' feature to track each function
entry and exit. It computes local and total times in functions, the number of calls, the average time per call, and function calls. It can also count time spent in sub-functions not compiled with '-finstrument-functions'. The time balance between functions is always respected. It also can trace memory allocations and report on memory leaks, showing the call stack leading up to the allocation of the leaked blocks.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-12-11 12:47 Back to release list
1.5

La huella de la memoria formato de archivo se compacta, y huella de la memoria de transformación ha sido acelerada enormemente a través de la utilización de árboles AVL en vez de arreglos sin clasificar. La biblioteca ahora también soporta pthreads mutex de bloqueo para la seguridad de hilo. El memalign () la función se ha añadido a la memoria la localización instalación.
Tags: Development, Minor feature enhancements
The memory trace file format is compacted, and memory trace processing has been sped up tremendously through the use of AVL trees instead of unsorted arrays. The library now also supports pthreads mutex locking for thread safety. The memalign() function has been added to the memory tracing facility.

Project Resources