Friday, 9 September 2011

Code analysis & another performance tweak

Following on from my last post, I squeezed just a little bit more out of Manager. It now starts, on a live school system in around 0.5 seconds.

Yesterday I ran a code analysis on the original v1.6 code and the current v1.7 code. Here is the results;


Original Manager
Code Lines: 15,800 (63.20%)
Comment Lines: 3,302 (13.21%)
Blank Lines: 5,898 (23.59%)
Modules: 11
Forms: 45

EISNet v1.7
Code Lines: 10,761 (62.75%)
Comment Lines: 1,706 (9.95%)
Blank Lines: 4,681 (27.30%)
Modules: 5
Classes: 1
Forms: 28

No comments:

Post a Comment