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.

2005-07-05 07:12 Back to release list
1.5.4

El gráfico de convocatoria se hizo extensiva a registrar el tiempo empleado en cada arco de llamadas individuales, no sólo el tiempo total en cada función. Algunas correcciones menores se hicieron para 64-bits de compatibilidad.
Tags: Development, Minor feature enhancements
The call graph was extended to record the time
spent on each individual call arc, not just the
total time in each function. Some minor fixes were
made for 64-bit compatibility.

Project Resources