我是分析新手。我決定開始與Eclipse TPTP其外觀簡潔易於配置瞭解TPTP性能分析結果所需的幫助
我開始用這個基本的應用程序
public class As {
public static void main(String args[]) {
Two t = new Two();
t.two();
}
}
=====================
public class Two
{
public void two() {
System.out.println("Two");
}
}
==============
後使用Profile As JavaApplication在As.java上運行Profiler。 的屏幕截圖出現了這樣的方式:
請看這裏
http://imageshack.us/f/11/shareb.jpg/
的屏幕截圖,請讓我知道什麼是基本時間,平均基本時間和累積時間的意思。