PCA$HELP.HLB  —  PLOT  Program address selection qualifiers, /CUMULATIVE
       /CUMULATIVE[=n]
       /NOCUMULATIVE

    Tallies all stack PC values for each data point in the histogram.
    Thus, each bucket shows how much time or other resource is
    spent in the corresponding program unit and all program units
    it calls. The /CUMULATIVE qualifier has no effect if you are
    not plotting against the program address domain. To use the
    /CUMULATIVE qualifier, you must have collected stack PC values in
    the Collector. You may specify an integer to cuase only the first
    "n" routines down the stack to be used. If used with /STACK_
    DEPTH=m, the Analyzer will charge the data point to all calls (or
    "n" calls for /CUMULATIVE=n) below the specified depth.

    The /NOCUMULATIVE qualifier tallies only the original program
    counter value for each data point.

    Note that /NOCUMULATIVE, /NOMAIN_IMAGE and /NOSTACK_DEPTH are the
    default program address selection qualifiers.
Close Help