Interface ProfiledManagedFunction


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

    • getFunctionName

      String getFunctionName()
      Obtains the name of the ManagedFunction.
      Returns:
      Name of the ManagedFunction.
    • 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

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