alathwary / php-excel

Automatically exported from code.google.com/p/php-excel
0 stars 0 forks source link

Improvements: Using a debugger to measure performance #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I need to use a debugger (or something) to measure the performance of the
class methods. I am too unsure to decide whether I use array_slice or a for
loop to resize an array which is possibly too large to handle.

Original issue reported on code.google.com by oliver.s...@gmail.com on 10 Sep 2009 at 4:17

GoogleCodeExporter commented 8 years ago
Introducing Xdebug: I've made the first tests using Xdebug as memory 
monitoring. Creation of files mainly poses 
threads to the object which will be created before sent into the file. I am 
currently working on version 1.2 and 
will post key findings and performance analysis before the release.

Original comment by oliver.s...@gmail.com on 29 Sep 2009 at 6:41

GoogleCodeExporter commented 8 years ago

Original comment by oliver.s...@gmail.com on 29 Sep 2009 at 6:42