[Looking For]: Benchmarking Libraries/Tutorials

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
MrPotatoes
Forum Regular
Posts: 617
Joined: Wed May 24, 2006 6:42 am

[Looking For]: Benchmarking Libraries/Tutorials

Post by MrPotatoes »

i'm seeing if there are any free benchmarking libraries or tutorials out there that you people might know of

i wanted to add some benchmarking to my framework (propritary) to see how man and how long it takes to execute my whole framework from onelink to another. i wanted to benchmark how long it took to get the database information. how many quieries i've done. lastly i would like to know how long it took to render.

i already have the first ebnhing library. that was simple enough but i'd like to know if there are others.

if it matters, i'm using ADODB as my Database Abstraction layer

thanx oodles :D
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

How fine grained do you want it? Any profiler will perform fine grained speed checks and how many calls a given function gets, etc etc.

Xdebug is fairly popular around these parts.
Post Reply