Package com.aparapi
Class ProfileInfo
- java.lang.Object
-
- com.aparapi.ProfileInfo
-
public class ProfileInfo extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
ProfileInfo.TYPE
-
Constructor Summary
Constructors Constructor Description ProfileInfo(java.lang.String _label, int _type, long _start, long _end, long _submit, long _queued)
Minimal constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getEnd()
java.lang.String
getLabel()
long
getQueued()
long
getStart()
long
getSubmit()
ProfileInfo.TYPE
getType()
java.lang.String
toString()
-
-
-
Field Detail
-
type
private final ProfileInfo.TYPE type
-
label
private final java.lang.String label
-
start
private final long start
-
end
private final long end
-
submit
private final long submit
-
queued
private final long queued
-
-
Method Detail
-
getStart
public long getStart()
-
getEnd
public long getEnd()
-
getSubmit
public long getSubmit()
-
getQueued
public long getQueued()
-
getLabel
public java.lang.String getLabel()
-
getType
public ProfileInfo.TYPE getType()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-