Skip to content

flaviolaino/phpSimpleProfiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

phpSimpleProfiler

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages