Type and Status Defintions

Table of Contents



  • address_description
  • is an absolute or relative address.

  • breakId
  • is a breakpoint identifier.

  • cvId
  • is a custom view identifier.

  • expId
  • is an experiment identifier.

  • expMetric
  • is a result that an experiment can return. It could be a full report, a value or a set of values.

  • expParam
  • is the experiment parameters correspond to items in the experiment class that can be changed by the user or a tool component.

  • expType
  • is the experiment type designator. Using this in the expCreate or expAttach command fills in the default values for the experiment.

  • target
  • represents the host file and machine along with a specific process, thread, or rank identifier.

  • linenumber_range_spec
  • is a source line number

  • ListOf_
  • xxx indicates a list of type xxx items.

  • statusType
  • is the current state of the experiment.

  • Time Interval
  • provide a way to restrict the data samples used to generate a report to a particular time segment. The restriction specifies a portion of the wall clock time between the first and last data sample taken for the experiment. With the appropriate indicator, the interval may be expressed as a percent of the entire, available range or as an offset in seconds, milleseconds, microseconds or nanoseconds, from the start of the available range. If no indicator is provided, milliseconds is assumed.

  • viewType
  • is the output view display/report type designator. This indicates the format of the output display that the performance data is needed for.

  • verbosity_list_spec
  • is used to control the amount and detail of information provided by the help command. The currently supported values are brief, normal and detailed, which can be abreviated b, n or d.