public class ExecutionTimeWriter
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
path |
| Constructor and Description |
|---|
ExecutionTimeWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
void |
setCodeletName(java.lang.String codeletName) |
void |
setPath(java.lang.String cPath) |
void |
setProfileInfo(java.util.List<ProfileInfo> profileInfo) |
public void run()
run in interface java.lang.Runnablepublic void setCodeletName(java.lang.String codeletName)
codeletName - the codeletName to setpublic void setPath(java.lang.String cPath)
cPath - the path to setpublic void setProfileInfo(java.util.List<ProfileInfo> profileInfo)
profileInfo - the list of profile info collected