[SOLVED] PHP Profiler(s) ?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
gite_ashish
Forum Contributor
Posts: 118
Joined: Sat Aug 31, 2002 11:38 am
Location: India

[SOLVED] PHP Profiler(s) ?

Post by gite_ashish »

Hi ALL,

I am looking for PHP profiler(s).

I m NOT looking for generic pointers like - google.com, SF.net etc ...

If someone has used/tried any PHP profilers *and* found worth putting time for it, then pls do suggest.


Thanks for the (exact) help.
User avatar
gite_ashish
Forum Contributor
Posts: 118
Joined: Sat Aug 31, 2002 11:38 am
Location: India

Post by gite_ashish »

friends ?
:(
User avatar
JAM
DevNet Resident
Posts: 2101
Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:

Post by JAM »

Truthfully, I'm not sure what a profiler is really...
Could you (or someone else) explain in more detail please?
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

zend studio has a built-in profiler
http://www.zend.com/store/products/zend-studio.php
there's a trail version at http://www.zend.com/store/products/zend ... rsonal.php

phpEd has a profiler as well, screenshots at http://dd.cron.ru/dbg/sshot.php

@JAM: basically a profiler counts the time spent in certain functions. Quite useful to find bottlenecks
User avatar
gite_ashish
Forum Contributor
Posts: 118
Joined: Sat Aug 31, 2002 11:38 am
Location: India

Post by gite_ashish »

thanks volka, ll look into the links.
Post Reply