我必须在一个庞大的代码库(简单的部分)中重构某些方法,并提供性能增益报告。我应该关注执行的速度和内存的使用。他们想通过方法来了解性能的提高!所以我有这样的方法: long start = java.lang.System.currentTimeMillis()long end = java.lang.System.currentTimeMillis();
logger.log("performance comparison - exec tim
我有一个大型的单块into应用程序,我希望把它分解成更小的模块。作为第一步,我想更改包层次结构,它现在看起来如下: - dao - booking // possibly containing more sub packages ... etc etc (there are a bunch of others as well) - booking // possibly containing