Android Programming Tips
I am learning Android Programming. So I drop down what I have learned.
2012年11月21日 星期三
Check Time for the program
long count = System.currentTimeMillis();
:
: // Your code to measure time
:
count = System.currentTimeMillis() - count;
Log.d("Graph draw","Time (ms): " + count);
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言