Annotation Interface TimeProfile


@Target({METHOD,TYPE}) @Retention(RUNTIME) public @interface TimeProfile
Annotation is used to mark methods that trigger logging how long the method took to execute.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    This is the name that will show up as the type of the log on the UI Default value is TIME_PROFILE.
  • Element Details

    • value

      String value
      This is the name that will show up as the type of the log on the UI Default value is TIME_PROFILE.

      This will also be the prefix given a custom value. e.g. TIME_PROFILE_XXX

      Returns:
      label.
      Default:
      "TIME_PROFILE"