everybody talks about benchmarking things to tell which is faster
how would i do this?
how would i time it accurately?
Benchmarking
Moderator: General Moderators
- hob_goblin
- Forum Regular
- Posts: 978
- Joined: Sun Apr 28, 2002 9:53 pm
- Contact:
I'm running a debug version of php in a profiler. This doesn't tell me exactly what part of the script took the time but what php functions do. Until now this has been sufficient.
But there are some in-php solutions I've seen (but never used). Most of them need code to be inserted
But the question should not be: "Is it fast?" but "Is it fast enough?"
But there are some in-php solutions I've seen (but never used). Most of them need code to be inserted
But the question should not be: "Is it fast?" but "Is it fast enough?"