Class StacktraceCounter

java.lang.Object
se.krka.kahlua.profiler.StacktraceCounter

public class StacktraceCounter
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    StacktraceCounter()  
  • Method Summary

    Modifier and Type Method Description
    void addTime​(long time)  
    java.util.Map getChildren()  
    StacktraceCounter getOrCreateChild​(StacktraceElement childElement)  
    long getTime()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • StacktraceCounter

      public StacktraceCounter()
  • Method Details

    • addTime

      public void addTime​(long time)
    • getOrCreateChild

      public StacktraceCounter getOrCreateChild​(StacktraceElement childElement)
    • getTime

      public long getTime()
    • getChildren

      public java.util.Map getChildren()