close
Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Commit cae422f

Browse files
committed
Fix echo command in handle-tracking batch file
The echo command in the handle-tracking batch file told readers to look for a "Heap Snapshot" graph, which was wrong. Well, it tried to tell readers to look there but it accidentally directed the echo command to a newly created file called "Heap". Oops. Both of these issues are fixed now.
1 parent 39d1367 commit cae422f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎bin/etw_handles_longterm.bat‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
@echo Trace can be loaded using UIforETW or with:
6363
@echo wpa "%tracefile%"
64-
@echo Look for handle data in Memory-> Heap Snapshot
64+
@echo To find the handle data look in WPA's Graph Explorer, Memory section, Handles, Outstanding Count by Process
6565
@exit /b
6666

6767
:failure

0 commit comments

Comments
 (0)