Something like the below may be feasible here:
long a = System.nanoTime();
//Do your stuff
System.out.println("Total time taken: " + System.nanoTime() - a);
2
solved Java : Total downloading time [closed]
Something like the below may be feasible here:
long a = System.nanoTime();
//Do your stuff
System.out.println("Total time taken: " + System.nanoTime() - a);
2
solved Java : Total downloading time [closed]