안드로이드 수행시간 체크
·
dev/android
안드로이드 수행시간 체크 long start = System.currentTimeMillis(); long end = System.currentTimeMillis(); Log.d("수행시간 전체:", ""+(end - start) / 1000.0);