public class CompStatistics extends Object implements Comparable<CompStatistics>
| Constructor and Description |
|---|
CompStatistics(String componentClazzName,
long timeSpent) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CompStatistics o) |
String |
getComponentClazzName() |
long |
getMemorySpent() |
long |
getRecordTime() |
long |
getTimeSpent() |
void |
setComponentClazzName(String componentClazzName) |
void |
setMemorySpent(long memorySpent) |
void |
setTimeSpent(long timeSpent) |
public CompStatistics(String componentClazzName, long timeSpent)
public String getComponentClazzName()
public void setComponentClazzName(String componentClazzName)
public long getTimeSpent()
public void setTimeSpent(long timeSpent)
public long getMemorySpent()
public void setMemorySpent(long memorySpent)
public long getRecordTime()
public int compareTo(CompStatistics o)
compareTo in interface Comparable<CompStatistics>Copyright © 2025. All rights reserved.