Package com.aparapi

Class ProfileInfo

java.lang.Object
com.aparapi.ProfileInfo

public class ProfileInfo extends Object
  • Constructor Details

    • ProfileInfo

      public ProfileInfo(String _label, int _type, long _start, long _end, long _submit, long _queued)
      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

      public String getLabel()
    • getType

      public com.aparapi.ProfileInfo.TYPE getType()
    • toString

      public String toString()
      Overrides:
      toString in class Object