// 시작 부분
long start = System.currentTimeMillis(); // long start = newDate().getTime();
// 프로그램 본문
// 끝 부분
long end = System.currentTimeMillis();
System.out.println( "실행 시간 : " + ( end - start )/1000.0 );
반응형
// 시작 부분
long start = System.currentTimeMillis(); // long start = newDate().getTime();
// 프로그램 본문
// 끝 부분
long end = System.currentTimeMillis();
System.out.println( "실행 시간 : " + ( end - start )/1000.0 );