Home
Name Modified Size InfoDownloads / Week
archives 2012-05-28
README 2012-06-02 1.1 kB
FunctionCheck-3.2.0.tar.gz 2012-06-02 95.5 kB
Totals: 3 Items   96.5 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.
Source: README, updated 2012-06-02