I’m not experiencing any performance issues, however I’d like to take a look at what takes how long and how much memory cpu it uses etc.
I’d like to get a firsthand understanding of which things can be bottle necks etc and improve any code i might reuse or build upon… (perfectionist)
I’m looking to create a little function that i can call at the begining and end of each function that records:
- execution time
- memory used
- cpu demand
any ideas?
i haven’t used things like memory_get_usage(), or methods of recording time() before so would love to get some tips on their combined implementation
There are already a host of solutions made just for that, you might want to have a look at some of these:
XDEBUG EXTENSION FOR PHP
Other Resource:
PHP Quick Profiler