com.opensymphony.xwork2.util.profiling
Class ProfilingTimerBean
java.lang.Object
com.opensymphony.xwork2.util.profiling.ProfilingTimerBean
- All Implemented Interfaces:
- Serializable
public class ProfilingTimerBean
- extends Object
- implements Serializable
Bean to contain information about the pages profiled
- Version:
- $Date$ $Id$
- Author:
- Mike Cannon-Brookes, Scott Farquhar
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
children
List<ProfilingTimerBean> children
parent
ProfilingTimerBean parent
resource
String resource
startTime
long startTime
totalTime
long totalTime
ProfilingTimerBean
public ProfilingTimerBean(String resource)
addParent
protected void addParent(ProfilingTimerBean parent)
getParent
public ProfilingTimerBean getParent()
addChild
public void addChild(ProfilingTimerBean child)
setStartTime
public void setStartTime()
setEndTime
public void setEndTime()
getResource
public String getResource()
getPrintable
public String getPrintable(long minTime)
- Get a formatted string representing all the methods that took longer than a specified time.
getPrintable
protected String getPrintable(String indent,
long minTime)
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.