I am using scala, a timing function to time the method.
timing
def timing()(f: => T) = { val start = System.currentTimeMillis() val result = f val