在 i386 (32bit) Ubuntu 上面成功。AMD 64bit 的還沒有成功
僅需要修改兩個檔案 - conf-cc & conf-ld
把 cc 改成你 eabi-gcc 的路徑和檔名即可
然後 make 就成功了
執行就 ./memtester 3M (自己指定 size) 即可
搜尋此網誌
2011年7月22日
Android AIDL information collect
- http://jjnnykimo.pixnet.net/blog/post/31622824
- http://blog.csdn.net/saintswordsman/article/details/5130947
- http://dev.10086.cn/cmdn/supesite/?uid-49302-action-viewspace-itemid-469
- http://disanji.net/2011/06/14/android%E9%AB%98%E6%89%8B%E8%BF%9B%E9%98%B6%E6%95%99%E7%A8%8B%E4%BA%8C%E5%8D%81%E4%BA%94%E4%B9%8B-android-%E4%B8%AD%E7%9A%84aidl/
- http://blog.csdn.net/GEOLO/article/details/6090264
- http://www.javaask.com/mobile/android/2010/1230/630.html
- http://prasanta-paul.blogspot.com/2010/09/call-control-in-android.html
- http://blog.csdn.net/muyu114/article/details/5793037
- http://www.blogjava.net/Green-nut/articles/341446.html
- http://blog.codetastrophe.com/2008/12/accessing-hidden-system-service-apis-in.html
2011年7月20日
JAVA GC (Garbage Collection) concept memo
- GC的原理與對象
- GC的演算法種類 / 方式
- GC的performance評估
- Code style如何避免GC發生
- http://hkdennis2k.homeip.net/2008/04/13/java-garbage-collection%E8%88%87-memory-management/
- http://blog.roodo.com/alant55/archives/933906.html
- http://blog.roodo.com/alant55/archives/981376.html
- http://java.chinaitlab.com/Jvm/523462.html
- http://eason982.blogspot.com/2007/12/java-garbage-collection.html
- http://developer.amd.com/documentation/articles/pages/4easywaystodojavagarbagecollectiontuning.aspx
- http://619lucky.blogspot.com/2010/08/java-garbage-collection-java-gc.html
- http://www.ibm.com/developerworks/java/library/j-jtp01274/index.html
- http://www.petefreitag.com/articles/gctuning/
- http://android-developers.blogspot.com/2009/02/track-memory-allocations.html
- http://androidkr.blogspot.com/2010/04/dalvik-vm-precise-gc-or-conservative-gc.html
- http://blog.ez2learn.com/2009/07/12/android-game-design/
- http://translate.google.com/translate?js=y&prev=_t&hl=en&ie=UTF-8&layout=1&eotf=1&u=http%3A%2F%2Fwww.adamrocker.com%2Fblog%2F246%2Foverview-of-the-dalviks-gc.html&sl=ja&tl=en
- http://www.codemud.net/~thinker/GinGin_CGI.py/show_id_doc/385
- http://ozzysun.blogspot.com/2010/04/garbage-collection.html
- http://www.infectentertainment.com/2010/05/28/android-garbage-collection/
- http://nhenze.net/?p=349
- http://www.jollen.org/blog/2011/05/android-leak-3-dont-create-unnecessary-object-in-main-thread.html
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
Hprof-conv: Memory dump
- 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/
訂閱:
文章 (Atom)