tony2001 / funcprof

PHP extension to help function profiling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

PHP extension to help function profiling


Languages

Language:C 100.0%