de.twenty11.unitprofile.domain
Class MethodInvocation
java.lang.Object
de.twenty11.unitprofile.domain.MethodInvocation
public class MethodInvocation
- extends Object
MethodInvocation
public MethodInvocation(MethodDescriptor methodDescriptor)
MethodInvocation
public MethodInvocation(MethodInvocation parent,
MethodDescriptor methodDescriptor)
increment
public void increment()
setEnd
public void setEnd(long currentTimeMillis)
getParent
public MethodInvocation getParent()
getCls
public String getCls()
getMethod
public String getMethod()
getLineNumber
public int getLineNumber()
getChildren
public List<MethodInvocation> getChildren()
toString
public String toString()
- Overrides:
toString in class Object
getTime
public long getTime()
getSelfTime
public long getSelfTime()
dump
public String dump()
calc
public void calc()
treetable
public String treetable()
rowInTreeTable
public String rowInTreeTable(MethodInvocation inv,
int indentation,
Integer parentId)
Copyright © 2013. All rights reserved.