@Deprecated public class ProfilingTimerBean extends Object implements Serializable
| Constructor and Description |
|---|
ProfilingTimerBean(String resource)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(ProfilingTimerBean child)
Deprecated.
|
protected void |
addParent(ProfilingTimerBean parent)
Deprecated.
|
ProfilingTimerBean |
getParent()
Deprecated.
|
String |
getPrintable(long minTime)
Deprecated.
Get a formatted string representing all the methods that took longer than a specified time.
|
protected String |
getPrintable(String indent,
long minTime)
Deprecated.
|
String |
getResource()
Deprecated.
|
long |
getTotalTime()
Deprecated.
|
void |
setEndMem()
Deprecated.
|
void |
setEndTime()
Deprecated.
|
void |
setStartMem()
Deprecated.
|
void |
setStartTime()
Deprecated.
|
public ProfilingTimerBean(String resource)
public void addChild(ProfilingTimerBean child)
public ProfilingTimerBean getParent()
public String getPrintable(long minTime)
minTime - time to be formattedpublic String getResource()
public long getTotalTime()
public void setEndMem()
public void setEndTime()
public void setStartMem()
public void setStartTime()
protected void addParent(ProfilingTimerBean parent)
Copyright © 2019 Atlassian. All rights reserved.