Top > All Packages in Directory > FunctionCheck

FunctionCheck - Profile generator for C/C++ programs

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

Obtaining

Web pagehttp://www.highlandsun.com/hyc/
Source tarballhttp://www.highlandsun.com/hyc/fncchk153.tgz
Version 1.4 (stable) released on 2002-10-14
Version 1.5.3 (devel) released on 2003-12-03
Licensed under GPL.
This is not a GNU package.

Support contacts


Project contacts

Maintainers
Developers

Related information

Interfacescommand line

Entry information

License verified byJanet Casey <jcasey@gnu.org>
Entry compiled byJanet Casey <jcasey@gnu.org>

Categories



The copyright licensing notice below applies to this text. The software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.

Copyright © 2000, 2001, 2002, 2003 Free Software Foundation, Inc.

Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of this license is included in the file COPYING.DOC.

Please report any problems in this page to bug-directory@gnu.org, or find out how you can help fix them.

The FSF provides this directory as a service to the free software community. Please consider donating to the FSF to help support this project.