Java tutorial
//package com.java2s; public class Main { private static long t1 = 0; public static void tic() { t1 = System.currentTimeMillis(); } }