Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Windows 8, Windows 8.1
This action produces a text file that summarizes metrics related to stacks.
-a stack [-butterfly [n]] [-range T1 T2] [-export <format>] [-pid <pid> ...] [-tid <tid> ...] [-process RegEx1 RegEx2 ... RegExN] [-symbol RegEx1 RegEx2 ... RegExN] [-event RegEx1 RegEx2 ... RegExN]
Options
- -butterfly[n]**
Displays the butterfly view of stacks in this trace, including only symbols that have at least <min_hits> hits, whether every occurrence is counted or only the first occurrence. The default value of min_hits is 10.
- -rangeT1 T2**
Limits the report to the interval[lo, hi]
. The default value of T1 is zero. The default value of T2 is_I64_MAX
.
- -pid<pid>**
Includes only stacks from processes with matching process identifiers.
- -tid<tid>**
Includes only stacks from threads with matching thread identifiers.
- -processRegEx1 RegEx2 … RegExN**
Includes only stacks from threads that match the provided ATL regular expression(s).
- -symbolRegEx1 RegEx2 … RegExN**
Includes only stacks that contain symbols that match the provided ATL regular expression(s).
- -eventRegEx1 RegEx2 … RegExN**
Includes only stacks for events that match the provided ATL regular expression(s).