Class Stopwatch

java.lang.Object
de.gurkenlabs.litiengine.util.Stopwatch

public final class Stopwatch
extends java.lang.Object
  • Method Summary

    Modifier and TypeMethodDescription
    static voidtrackInConsole​(java.lang.String name, java.util.function.LongConsumer consumer) 

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • trackInConsole

      public static void trackInConsole​(java.lang.String name, java.util.function.LongConsumer consumer)