Package org.eclipse.epsilon.profiling
Class ProfilerTargetSummary
java.lang.Object
org.eclipse.epsilon.profiling.ProfilerTargetSummary
-
Field Summary
Modifier and TypeFieldDescriptionprotected long
protected ExecutionTime
protected int
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
int
getIndex()
getName()
void
setExecutionCount
(long executionCount) void
setExecutionTime
(ExecutionTime executionTime) void
setIndex
(int index) void
-
Field Details
-
index
protected int index -
name
-
executionCount
protected long executionCount -
executionTime
-
-
Constructor Details
-
ProfilerTargetSummary
public ProfilerTargetSummary()
-
-
Method Details
-
getName
-
setName
-
getIndex
public int getIndex() -
setIndex
public void setIndex(int index) -
getExecutionCount
public long getExecutionCount() -
setExecutionCount
public void setExecutionCount(long executionCount) -
getExecutionTime
-
setExecutionTime
-