Can someone point me in the right direction to make a script that will tell you how long it took to generate a page? I can't seem to figure out how to get the millisecond value in PHP, so I don't know how to get an accurate number. I can just multiply the second value by 1000 because I need an actual millisecond value. Anyone got any ideas?