Package com.aparapi

Class 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
    • Field Detail

      • 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
    • Constructor Detail

      • ProfileInfo

        public ProfileInfo​(java.lang.String _label,
                           int _type,
                           long _start,
                           long _end,
                           long _submit,
                           long _queued)
        Minimal constructor
        Parameters:
        _label -
        _type -
        _start -
        _end -
        _submit -
        _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()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object