kianemami / javaStopWatchClass

java stop watch utility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

javaStopWatchClass

java stop watch utility

It is very simple to use and conveniently fast .

just make an instance of this class and use startTimer() and when your job is finished use endTimer() then just get elapsed time by getTimeElapsed(),it returns the value of -1 if you didn't use endTimer() otherwise you get time in millisecond

About

java stop watch utility


Languages

Language:Java 100.0%