FireProfile

FireProfile is a C library for identifying bottlenecks in programs that use MySQL.
Download

FireProfile Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Ian Gulliver
  • Publisher web site:
  • http://firestuff.org/wordpress/

FireProfile Tags


FireProfile Description

FireProfile is a C library for identifying bottlenecks in programs that use MySQL. FireProfile is a C library for identifying bottlenecks in programs that use MySQL. FireProfile can be LD_PRELOAD'ed in before the program in question to provide profiling information without recompiling.It shows what queries are being executed, the time being spent on them, and the EXPLAIN SELECT output for any SELECT queries. It also produces warnings for common MySQL programming errors.To build the library, simply type: make (su to root) make installThe makefile accepts the following environment variables to change its behaviour: PREFIX INSTALL_USER CC CFLAGS LDFLAGS LIBSYou may need to alter these for your individual configuration.


FireProfile Related Software