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.

2003-03-15 08:53 Back to release list
1.5.2

Esta versión es más portable y ha sido probado en Solaris 2.8. malloc ahora es interceptado en lugar de utilizar dlsym malloc_hooks glibc la función, eliminando la dependencia de glibc, y lo que es el sistema libdl portátil a cualquier SVR4. Pthreads son ahora compatibles con Solaris.
Tags: Development, Minor feature enhancements
This release is more portable and has been tested on Solaris 2.8. malloc is now intercepted using dlsym instead of glibc's malloc_hooks function, eliminating the dependency on glibc, and making it portable to any SVR4 libdl system. Pthreads are now supported on Solaris as well.

Project Resources