Difference between revisions of "Libfc"
(New page: {| style="text-align: left;" |- !Download Source: | http://www710.univ-lyon1.fr/~yperret/fnccheck/libfc/FunctionCheck-3.0.3.tar.gz |- !Download Patch: | URL - This should be a URL beginnin...) |
|||
Line 4: | Line 4: | ||
| http://www710.univ-lyon1.fr/~yperret/fnccheck/libfc/FunctionCheck-3.0.3.tar.gz | | http://www710.univ-lyon1.fr/~yperret/fnccheck/libfc/FunctionCheck-3.0.3.tar.gz | ||
|- | |- | ||
− | |||
− | |||
|} | |} | ||
Revision as of 09:37, 1 May 2007
Download Source: | http://www710.univ-lyon1.fr/~yperret/fnccheck/libfc/FunctionCheck-3.0.3.tar.gz |
---|
Contents
Introduction to Libfc
libfc is a library which allows a user to profile programs compiled with gcc. Profiling is a way to obtain informations about how your program spend its execution time. It is useful to know which functions are to be optimized or not, and in some cases to find bugs. libfc's goal is to generate profile for program executions. In this aspect, it is very similar to existing profilers (such as gprof).
Project Homepage: http://www710.univ-lyon1.fr/~yperret/fnccheck/libfc.html
Please note: this package was defined because it was listed as an optional dependency to GnuTLS; this package is old and cannot be verified. For more information please view the following link: http://www710.univ-lyon1.fr/~yperret/fnccheck/libfc/libfc_toc.html
Dependencies
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package:
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" ./configure --prefix=/usr && make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" ./configure --prefix=/usr \ --libdir=/usr/lib32 && make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" ./configure --prefix=/usr \ --libdir=/usr/lib64 && make
Install the package:
make install
Contents
Installed Programs: | fc_manager, fc-config |
---|---|
Installed Libraries: | libfc.so |
Short Descriptions
fc_manager | ?? |
---|---|
fc-config | ?? |
libfc.so | libfc core |