Methods
Modifier and Type |
Method and Description |
void |
addChild(CodeBlockTrace child) |
void |
addRuntimeConstraint(RuntimeConstraint runtimeConstraint) |
CodeBlockTrace |
begin() |
void |
checkRuntimeConstraints() |
void |
end() |
boolean |
equals(Object obj) |
Set<CodeBlockType> |
getAncestorTypes() |
long |
getBeginTimeMillis() |
CodeBlockTraces |
getChildren() |
long |
getChildrenElapsedTimeMillis() |
abstract Map<String,Object> |
getContext() |
CodeBlockTraces |
getDescendants() |
abstract String |
getDescription() |
long |
getElapsedTimeMillis() |
long |
getEndTimeMillis() |
String |
getId() |
int |
getLevel() |
CodeBlockTrace |
getParent() |
long |
getSelfTimeMillis() |
ThreadProfile |
getThreadProfile() |
abstract CodeBlockType |
getType() |
int |
hashCode() |
boolean |
isDescendantOfType(CodeBlockType type) |
boolean |
isRunning() |
String |
printContext(boolean includeParent) |
String |
printContext(boolean includeParent,
String valueSeparator,
String rowSeparator) |
String |
printContext(boolean includeParent,
String valueSeparator,
String rowSeparator,
int indent) |
void |
printIndent(StringBuffer buf,
int indent) |
String |
printMap(Map m,
String valueSeparator,
String rowSeparator) |
String |
printMap(Map m,
String valueSeparator,
String rowSeparator,
int indent) |
void |
removeChild(CodeBlockTrace child) |
void |
setAncestorTypes(Set<CodeBlockType> ancestorTypes) |
void |
setBeginTimeMillis(long beginTimeMillis) |
void |
setChildren(CodeBlockTraces children) |
void |
setEndTimeMillis(long endTimeMillis) |
void |
setId(String id) |
void |
setParent(CodeBlockTrace parent) |
void |
setThreadProfile(ThreadProfile threadProfile) |
CodeBlockTraces |
toPlainList() |
String |
toString() |