Whew! Just got done writing the latest version of my template rendering engine, and it is a BEAST!
I'm very proud of it, and hopefully with my boss' permission, I will be able to open source it soon. But that's not what my question is about.
The class by itself is a little over 1500 lines of code, but I'm pretty sure that PHP actually ends up executing about 5 or 6 thousand lines of code before the first line of HTML gets output (and all in about a quarter of a second [1/8th after the first execution with Zend Optimizer!]... wow!).
Out of curiosity, though, I'd love to know exactly how many lines of code PHP is executing per execution.
Is there a tool out there that can do this? Preferably for Mac / *n?x platforms.
Thanks for your time.
I'm very proud of it, and hopefully with my boss' permission, I will be able to open source it soon. But that's not what my question is about.
The class by itself is a little over 1500 lines of code, but I'm pretty sure that PHP actually ends up executing about 5 or 6 thousand lines of code before the first line of HTML gets output (and all in about a quarter of a second [1/8th after the first execution with Zend Optimizer!]... wow!).
Out of curiosity, though, I'd love to know exactly how many lines of code PHP is executing per execution.
Is there a tool out there that can do this? Preferably for Mac / *n?x platforms.
Thanks for your time.
Comment