commit | 89215d0641e70f9b0e31af0c7f52e181d4a0a20f | [log] [tgz] |
---|---|---|
author | Fumitoshi Ukai <fumitoshi.ukai@gmail.com> | Thu Apr 30 13:09:44 2015 +0900 |
committer | Fumitoshi Ukai <fumitoshi.ukai@gmail.com> | Thu Apr 30 13:09:44 2015 +0900 |
tree | 78575b919cd1459d251e05c08b6cc0998bf29545 | |
parent | d68b5bfd183bb53479b959b6a59842aa2624fe0c [diff] |
add -kati_memstats option $ ./repo/android.sh time kati -c -kati_memstats='alloc={{.Alloc}},total={{.TotalAlloc}},sys={{.Sys}},malloc={{.Mallocs}},free={{.Frees}},heap idle={{.HeapIdle}},inuse={{.HeapInuse}},released={{.HeapReleased}},pause={{.PauseTotalNs}},numGC={{.NumGC}}' ... alloc=758302208,total=9551638632,sys=1066249472,malloc=210282558,free=205022911,heap idle=819200,inuse=985563136,released=0,pause=9506040578,numGC=326