Page 1 of 1

[Looking For]: Benchmarking Libraries/Tutorials

Posted: Wed Sep 20, 2006 2:37 pm
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

Posted: Wed Sep 20, 2006 5:40 pm
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.