Class Profiler.Entry

java.lang.Object
com.alipay.sofa.common.profile.diagnostic.Profiler.Entry
Enclosing class:
Profiler

public static final class Profiler.Entry extends Object
  • Method Details

    • getMessage

      public String getMessage()
    • getStartTime

      public long getStartTime()
    • getEndTime

      public long getEndTime()
    • getDuration

      public long getDuration()
    • getDurationOfSelf

      public long getDurationOfSelf()
    • getPecentage

      public double getPecentage()
    • getPecentageOfAll

      public double getPecentageOfAll()
    • getSubEntries

      public List getSubEntries()
    • toString

      public String toString()
      Overrides:
      toString in class Object