Interface ProfiledManagedFunction


  • public interface ProfiledManagedFunction
    Profiled execution of a ManagedFunction.
    Author:
    Daniel Sagenschneider
    • Method Detail

      • getStartTimestampMilliseconds

        long getStartTimestampMilliseconds()
        Obtains the time stamp in milliseconds when the ManagedFunction was started.
        Returns:
        Time stamp in milliseconds when the ManagedFunction was started.
      • getStartTimestampNanoseconds

        long getStartTimestampNanoseconds()
        Obtains the time stamp in nanoseconds when the ManagedFunction was started.
        Returns:
        Time stamp in nanoseconds when the ManagedFunction was started.
      • getExecutingThreadName

        java.lang.String getExecutingThreadName()
        Obtains the name of the executing Thread.
        Returns:
        Name of the executing Thread.