|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.ece.iacl.jist.pipeline.PerformanceSummary.TimeAndMemoryStamp
protected static class PerformanceSummary.TimeAndMemoryStamp
The Class TimeAndMemoryStamp.
| Field Summary | |
|---|---|
long |
actualElapsed
The actual elapsed time. |
java.sql.Time |
actualStart
The actual start time. |
java.sql.Time |
actualStop
The actual stop time. |
int |
allocatedMemory
Allocated memory in MB. |
long |
elapsed
Elapsed time in milliseconds. |
java.sql.Time |
start
The cpu start time. |
java.sql.Time |
stop
The cpu stop time. |
java.lang.String |
taskName
The task name. |
int |
usedMemory
Used memory in MB. |
| Constructor Summary | |
|---|---|
PerformanceSummary.TimeAndMemoryStamp()
Default constructor. |
|
PerformanceSummary.TimeAndMemoryStamp(java.lang.String name,
long cpuStartTime,
long cpuStopTime,
long actualStartTime,
long actualStopTime)
Default constructor. |
|
| Method Summary | |
|---|---|
PerformanceSummary.TimeAndMemoryStamp |
clone()
Returns clone of time and memory stamp. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String taskName
public java.sql.Time start
public java.sql.Time stop
public long elapsed
public int usedMemory
public int allocatedMemory
public java.sql.Time actualStart
public java.sql.Time actualStop
public long actualElapsed
| Constructor Detail |
|---|
public PerformanceSummary.TimeAndMemoryStamp()
public PerformanceSummary.TimeAndMemoryStamp(java.lang.String name,
long cpuStartTime,
long cpuStopTime,
long actualStartTime,
long actualStopTime)
name - task namecpuStartTime - start time in millisecondscpuStopTime - stop time in millisecondsactualStartTime - the actual start timeactualStopTime - the actual stop time| Method Detail |
|---|
public PerformanceSummary.TimeAndMemoryStamp clone()
clone in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||