java.lang.Object
org.eclipse.osgi.util.NLS
org.eclipse.tracecompass.incubator.rocm.core.trace.Messages

@NonNullByDefault public class Messages extends org.eclipse.osgi.util.NLS
Aspect names for the ROCm GPU traces
Author:
Arnaud Fiorini
  • Field Details

    • AspectName_GPU

      public static @Nullable String AspectName_GPU
      Name for the GPU aspect which displays the GPU id number
    • AspectHelpText_GPU

      public static @Nullable String AspectHelpText_GPU
      Description of the GPU aspect
    • AspectName_PID

      public static @Nullable String AspectName_PID
      Name of the PID aspect which displays the PID (Process Id)
    • AspectName_TID

      public static @Nullable String AspectName_TID
      Name of the TID aspect which displays the TID (Thread Id)
    • AspectName_QueueID

      public static @Nullable String AspectName_QueueID
      Name of the Queue Id which displays the id of the GPU queue
    • AspectName_StreamID

      public static @Nullable String AspectName_StreamID
      Name of the Stream Id which displays the id of the HIP streams
    • AspectName_QueueIndex

      public static @Nullable String AspectName_QueueIndex
      Name of the aspect which displays the index of the operation in the GPU queue
    • AspectName_FunctionName

      public static @Nullable String AspectName_FunctionName
      Function name which displays the function called for each event in the trace
    • AspectName_Timestamp_Nanoseconds

      public static @Nullable String AspectName_Timestamp_Nanoseconds
      Nanosecond normalized timestamp
      Since:
      6.2
    • AspectName_Timestamp_Nanoseconds_Help

      public static @Nullable String AspectName_Timestamp_Nanoseconds_Help
      Explanation of why use a nanosecond normalized timestamp
      Since:
      6.2