You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The simplest php profiler library that you can find
Usage
include'profiler.lib.php';
// start profiling //$profile = profile();
// your script //...// end profiling //$profile = profile($profile);
// get info //print_r($profile);
About
The simplest php profiler library that you can find