I have some very large processing being done in a php application.
I'd like to use one of those scripts/programs which analyze the execution and show you which line of code, or which function, took how much time processing, etc.
Any recommendations?
I'm using the codeigniter php framework so anything that works with it out of the box would be nice, but i'm open to all suggestions.