/funcprof

PHP extension to help function profiling

Primary LanguageC

funcprof PHP extension
======================

Simple extension for function-based profiling of PHP scripts.
Calls callbacks when entering a PHP function and leaving it, passing its name to the callback.
Internal and user-defined functions are handled separately.