赞
踩
private void goNext(){
long start = System.currentTimeMillis();
// TODO: 2017/2/15 0015
long end = System.currentTimeMillis();
Log.d(TAG,"function last time is "+ (end - start));
}
得到的end - start 就是耗时的毫秒数。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。