dmtracedump

    The dmtracedump tool generates the call stack data as a tree diagram, where eachnode represents a method call. It shows call flow (from parent node to child nodes)using arrows. The diagram below shows a sample output of dmtracedump.

    The usage for dmtracedump is:

    Commands and command options

    Commands and optionsDescription
    -d trace-base-nameDiff with this trace name
    -g outfileGenerate output to
    -s sortableURL base to the location of the sortable javascript file
    -t percentMinimum threshold for including child nodes in the graph (child's inclusive time as a percentage of parent inclusive time). If this option is not used, the default threshold is 20%.

    Output

    For each node in the graph, dmtracedump shows the followinginformation:

    1. ref callname (inc-ms, exc-ms,numcalls)
    • inc-ms — Inclusive elapsed time (milliseconds spent in method, including all child methods)
    • — Exclusive elapsed time (milliseconds spent in method, not including any child methods)