Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
FunctionDump-3.0.5.tar.gz | 2012-05-28 | 214.7 kB | |
FunctionDump-3.0.4.tar.gz | 2012-05-28 | 214.0 kB | |
FunctionDump-3.0.2.tar.gz | 2012-05-28 | 212.1 kB | |
FunctionDump-3.0.tar.gz | 2012-05-28 | 198.4 kB | |
Totals: 4 Items | 839.2 kB | 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.