Annotation Type Benchmarked


@Retention(RUNTIME) @Target(METHOD) public @interface Benchmarked
Logs the elapsed time since the call of the method until its completion.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • logger

      String logger
      Returns:
      Name of the logger through which the information is to be logged
      Default:
      "stdout"