public class ProfilingTimerBean extends Object implements Serializable
Constructor and Description |
---|
ProfilingTimerBean(String resource) |
Modifier and Type | Method and Description |
---|---|
void |
addChild(ProfilingTimerBean child) |
protected void |
addParent(ProfilingTimerBean parent) |
ProfilingTimerBean |
getParent() |
String |
getPrintable(long minTime)
Get a formatted string representing all the methods that took longer than a specified time.
|
protected String |
getPrintable(String indent,
long minTime) |
String |
getResource() |
void |
setEndTime() |
void |
setStartTime() |
public ProfilingTimerBean(String resource)
protected void addParent(ProfilingTimerBean parent)
public ProfilingTimerBean getParent()
public void addChild(ProfilingTimerBean child)
public void setStartTime()
public void setEndTime()
public String getResource()
public String getPrintable(long minTime)
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.