All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.satori.composer.runtime.Stopwatch Maven / Gradle / Ivy

There is a newer version: 0.1.7
Show newest version
package com.satori.composer.runtime;

import java.util.concurrent.*;

public class Stopwatch {
  public static long timestamp() {
    return TimeUnit.NANOSECONDS.toMillis(System.nanoTime());
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy