Several debug things (e.g. for timing) added
authorRoland Häder <roland@mxchange.org>
Tue, 8 Nov 2011 05:02:00 +0000 (05:02 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 8 Nov 2011 05:02:00 +0000 (05:02 +0000)
commitfc5010729854b1f9c9bc60249460d092ea6694b6
treeb1dd38d9c37a09627c770a27124fb8b33a999dce
parent4efbb0ba578c90826843d446a37afdca1d6b3948
Several debug things (e.g. for timing) added
- Startup time (in miliseconds) is now being stored "genericly"
- getPrintableExecutionTime() added which will output the currently needed time
  in seconds to execute until that line
- Things like "\r", "\n" and "\t" replaced with chr(x) to (hopefully) speedup
  things
inc/classes/main/class_BaseFrameworkSystem.php
inc/classes/main/debug/class_DebugConsoleOutput.php
inc/classes/main/debug/class_DebugErrorLogOutput.php
inc/classes/main/factories/class_BaseFactory.php
inc/classes/main/helper/class_BaseHelper.php
inc/classes/main/io/class_FileIoStream.php
inc/classes/main/output/class_ConsoleOutput.php
inc/classes/main/rng/class_RandomNumberGenerator.php
inc/classes/main/template/class_BaseTemplateEngine.php
inc/config.php