Pages

Jul 8, 2015

The running time of a program in Java

$ time java yourProgram

sample output
real 0m0.127s
user 0m0.111s
sys 0m0.030s

No comments:

Post a Comment