Class ProfileInfo
java.lang.Object
com.aparapi.ProfileInfo
-
Constructor Summary
ConstructorsConstructorDescriptionProfileInfo(String _label, int _type, long _start, long _end, long _submit, long _queued) Minimal constructor -
Method Summary
-
Constructor Details
-
ProfileInfo
Minimal constructor- Parameters:
_label-_type-_start-_end-_submit-_queued-
-
-
Method Details
-
getStart
public long getStart() -
getEnd
public long getEnd() -
getSubmit
public long getSubmit() -
getQueued
public long getQueued() -
getLabel
-
getType
public com.aparapi.ProfileInfo.TYPE getType() -
toString
-