Post
EN

java 속도체크

long start = System.currentTimeMillis();

long end = System.currentTimeMillis();

System.out.println( “시간  : “ + ( end - start )/1000.0 );

This article is licensed under CC BY 4.0 by the author.