com.atlassian.util.profiling
Class ProfilingTimerBean
java.lang.Object
com.atlassian.util.profiling.ProfilingTimerBean
- All Implemented Interfaces:
- java.io.Serializable
- public class ProfilingTimerBean
- extends java.lang.Object
- implements java.io.Serializable
Bean to contain information about the pages profiled
- 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 |
ProfilingTimerBean
public ProfilingTimerBean(java.lang.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 java.lang.String getResource()
getPrintable
public java.lang.String getPrintable(long minTime)
- Get a formatted string representing all the methods that took longer than a specified time.
getPrintable
protected java.lang.String getPrintable(java.lang.String indent,
long minTime)
Copyright © Atlassian Software Systems Pty Ltd. All Rights Reserved.