Monday, April 22, 2013

PHP Profiler Check & Debug Memory & Time Usage

PHP Scripts - PHP Profiler - Check & Debug Memory & Time Usage - CodeCanyon

PHP Profiler Check & Debug Memory & Time Usage his title this type of PHPScripts/Miscellaneous This time I will review,made by smart_techie, PHPScripts/Miscellaneous is sold at a price of $8 in CodeCanyon. PHP Profiler - Check & Debug Memory & Time Usage - CodeCanyon Item for Sale code profiler // hotspots // memory bottlenect // php debugger // php debugging // php profiler // time profiler //
Created 22 November 12
Last Update 22 November 12
Software Version PHP 5.x, PHP 5.0 - 5.2, PHP 5.3, jQuery
Files Included PHP

PHP Code Profiler is a Profiling Class that helps you debug your code of Memory & Execution hogs in a very intuitive manner. Capable of functioning across any existing/new PHP Project, this class is very light on memory and uses very less footprint.

PHP Code Profiler comes with an Intellingent Algo which helps you with Visual Clues (Hotspots) to identity the hogs in your code. It is as simple as that.

With the ability to TURN OFF the profiler dynamically, you can not manage a single version of your code even while debugging. No need to remove the profiling code from your main code each time.

Example Profiling Code

 <?php ini_set('display_errors', 1); // Include the profiling library include_once 'libs/class.profiler.php'; Profiler::watch("Loaded Common"); // Include your project file require_once 'require.php'; Profiler::watch("Start System plugins loader"); foreach ($plugin_list as $plugin) { loadPlugin($plugin); Profiler::watch("Loading {$plugin}"); } ?> 

Example Profile Result

Related produck This user:smart_techie

PHP Class for Storing Settings in INI or DB Files - CodeCanyon Item for Sale Mobile Sniffer Pro - Detection &amp; Redirection Tool - CodeCanyon Item for Sale Website Diagnosis - Complete website checkup tool - CodeCanyon Item for Sale WP Link Validator - Detect Broken Links - CodeCanyon Item for Sale Link Validator - Detect Valid &amp; Broken Links - CodeCanyon Item for Sale

More items by smart_techie

No comments:

Post a Comment