Exemplo n.º 1
0
 public long stop() {
   return System.currentTimeMillis() - startTime;
 }
Exemplo n.º 2
0
 public void start() {
   startTime = System.currentTimeMillis();
 }