Interface MetricsProvider.TimeSupplier

Enclosing class:
MetricsProvider

public static interface MetricsProvider.TimeSupplier
Supplies access to a time measurement.
Author:
Holger Eichelberger, SSE
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    get()
    Returns the time value.
  • Method Details

    • get

      long get()
      Returns the time value.
      Returns:
      the time value (usually ms, depends on utilizing call)