Interface RunningStopwatch


public interface RunningStopwatch
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Returns the number of milliseconds that elapsed since Stopwatch.start().
  • Method Details

    • elapsedTimeInMillis

      long elapsedTimeInMillis()
      Returns the number of milliseconds that elapsed since Stopwatch.start().