[ad_1]
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
[ad_2]
solved Java : Total downloading time [closed]
[ad_1]
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
[ad_2]
solved Java : Total downloading time [closed]