Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
FunctionCheck-3.12.tar.gz | 2012-05-27 | 630.2 kB | |
FunctionCheck-3.12-apha.tar.gz | 2012-05-27 | 381.4 kB | |
FunctionCheck-3.0.11.tar.gz | 2012-05-27 | 299.0 kB | |
FunctionCheck-3.0.10.tar.gz | 2012-05-27 | 314.3 kB | |
FunctionCheck-3.0.9.tar.gz | 2012-05-27 | 242.8 kB | |
FunctionCheck-3.0.8.tar.gz | 2012-05-27 | 241.2 kB | |
FunctionCheck-3.0.5.tar.gz | 2012-05-27 | 237.6 kB | |
FunctionCheck-3.0.4.tar.gz | 2012-05-27 | 231.6 kB | |
FunctionCheck-3.0.3.tar.gz | 2012-05-27 | 223.3 kB | |
FunctionCheck-3.0.tar.gz | 2012-05-27 | 206.7 kB | |
Totals: 10 Items | 3.0 MB | 0 |
FunctionCheck by Y.Perret (V3.2) -------------------------------- Give feedback or bug reports at https://sourceforge.net/projects/fnccheck/ How to compile & install: ------------------------- 1. ./bootstrap 2. ./configure 3. ./make install How to use the profiler: ------------------------ 1. Compile program to be profiled using gcc/g++ with the following options: -lfc -finstrument-functions -g 2. Run the program to be profiled. 3. Run fcdump on the same current directory with profiled program: fcdump <profiled_program> Installed components: --------------------- 1. libfc.so - shared library loaded with profiled program to hook function calls 2. fcmanager - program to read data from the shared library buffer and writes to 'functioncheck.fc' 3. fcdump - program to display profiling data from 'functioncheck.fc' log. 4. libfc.info - documentation info For more information: --------------------- 1. Read documentation at .\doc folder. 2. See diferent sample test programs on .\test folder.