public long stop() { return System.currentTimeMillis() - startTime; }
public void start() { startTime = System.currentTimeMillis(); }