org.beangle.commons.lang.time

TimerTrace

Related Doc: package time

object TimerTrace

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TimerTrace
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. val ACTIVATE_PROPERTY: String

    System property that controls whether this timer should be used or not.

    System property that controls whether this timer should be used or not. Set to "true" activates the timer. Set to "false" to disactivate.

  5. val MIN_TIME: String

    System property that controls the min time, that if exceeded will cause a log (at INFO level) to be created.

  6. var active: Boolean

    Initialized in a static block, it can be changed at runtime by calling setActive(...)

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clear(): Unit

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. var curStack: ThreadLocal[TimerStack]

    Attributes
    protected
  11. def end(): Unit

    End a preformance profiling with the name given.

    End a preformance profiling with the name given. Deal with profile hierarchy automatically, so caller don't have to be concern about it.

  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def getMinTime(): Int

    Get the min time for this profiling, it searches for a System property 'beangle.profile.mintime' and default to 0.

    Get the min time for this profiling, it searches for a System property 'beangle.profile.mintime' and default to 0.

    returns

    long

  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. def isActive: Boolean

  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. def setActive(active: Boolean): Unit

    Turn profiling on or off.

    Turn profiling on or off.

    active

  24. def setMinTime(mintime: Int): Unit

    Change mintime

    Change mintime

    mintime

  25. def start(name: String): Unit

    Create and start a performance profiling with the name given.

    Create and start a performance profiling with the name given. Deal with profile hierarchy automatically, so caller don't have to be concern about it.

    name

    profile name

  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped