搜尋此網誌

2011年7月20日

JAVA GC (Garbage Collection) concept memo

  • GC的原理與對象
  • GC的演算法種類 / 方式
  • GC的performance評估
  • Code style如何避免GC發生

2011年7月12日

[轉] Android oprofile

  • http://hi.baidu.com/snownight/blog/item/6d81c3ce305fc11193457e56.html
  • http://www.omappedia.org/wiki/Android_Debugging
  • http://yidonghan.wordpress.com/2010/01/28/profiling-the-android-kernel-and-native-applications-using-oprofile/
  • http://stackoverflow.com/questions/375913/what-can-i-use-to-profile-c-code-in-linux/378024#378024
  • http://blog.csdn.net/cuiyan0214/article/details/5810025
  • http://blog.csdn.net/Kasmile/article/details/4393457
  • http://hamersun.blogspot.com/2010/09/how-to-use-oprofile-on-embedded-system.html

Android traceview & hprof

Traceview: Profiling tool
  • http://tw.myblog.yahoo.com/chimei-015/article?mid=1024&prev=1029&next=1024
  • http://blog.csdn.net/hui_ttoo/article/details/5286143
  • http://changyy.pixnet.net/blog/post/28985971
  • http://developer.android.com/guide/developing/debugging/debugging-tracing.html

Hprof-conv: Memory dump
  • http://discuz-android.blogspot.com/2009/06/android-memory-usage-with-hprof.html

[轉] 手動產生 Android APK 檔案 / Build APK from command line manually

http://asantoso.wordpress.com/2009/09/15/how-to-build-android-application-package-apk-from-the-command-line-using-the-sdk-tools-continuously-integrated-using-cruisecontrol/