PCA$HELP.HLB  —  PLOT  Data-kind qualifiers

1    /ANC

    Has the same effect as /NONCOVERAGE, except that every acceptably
    non-covered (ANC) bucket has the ANC label placed in the
    percentage column.

2    /COUNTERS

    Tallies exact execution count data along the horizontal axis. To
    use this qualifier, you must have collected execution counts with
    the SET COUNTERS command.

3    /COVERAGE

    Tallies test coverage data along the horizontal axis. Every
    program unit that is covered (executed at least once) gets a
    full-length histogram bar. To use this qualifier, you must have
    collected test coverage or execution counts data with the SET
    COVERAGE or SET COUNTERS command.

4    /CPU_SAMPLING

    Tallies CPU sampling data along the horizontal axis. To use this
    qualifier, you must have collected CPU sampling data.

5    /FAULT_ADDRESS

    Tallies page fault data along the horizontal axis using the
    faulting address value to tally each data point. To use this
    qualifier, you must have collected page fault data.

6    /IO_SERVICES

    Tallies the number of I/O system service calls along the
    horizontal axis. To use this qualifier, you must have collected
    I/O services data.

7    /NONCOVERAGE

    Tallies test non-coverage data along the horizontal axis. Every
    program unit that is not covered (is not executed at least once)
    gets a full-length histogram bar. Program units that are covered
    do not get histogram bars. To use this qualifier, you must have
    collected coverage or execution counts data with the SET COVERAGE
    or SET COUNTERS command.

8    /PAGE_FAULTS

    Tallies page fault data along the horizontal axis using the
    program address value to tally each data point. To use this
    qualifier, you must have collected page fault data.

9    /PC_SAMPLING

    Tallies program counter sampling data along the horizontal axis.
    To use this qualifier, you must have collected program counter
    sampling data.

    Note that /PC_SAMPLING is the default data-kind qualifier.

10    /PHYSICAL_IO_COUNT

    Tallies the total number of physical I/O operations (reads plus
    writes) along the horizontal axis. To use this qualifier, you
    must have collected I/O services data.

11    /READ_COUNT

    Tallies the number of physical read operations along the
    horizontal axis. To use this qualifier, you must have collected
    I/O services data.

12    /SERVICES

    Tallies the number of system service calls along the horizontal
    axis. To use this qualifier, you must have collected system
    services data.

13    /UNALIGNED

    Tallies unaligned access fault data along the horizontal axis
    using the program address value to tally each data point. To use
    this qualifier, you must have collected unaligned access fault
    data.

14    /VCOUNTERS

    Tallies exact execution count data of vector instructions
    along the horizontal axis. To use this qualifier, you must have
    collected vector instruction counts.

15    /VCPU_SAMPLING

    Tallies CPU sampling data along the horizontal axis. To use this
    qualifier, you must have collected vector CPU sampling data.

16    /VPC_SAMPLING

    Tallies program counter sampling data along the horizontal axis.
    To use this qualifier, you must have collected vector PC sampling
    data.

17    /WRITE_COUNT

    Tallies the number of physical write operations along the
    horizontal axis. To use this qualifier, you must have collected
    I/O services data.
Close Help