Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristian Pop <CIPop@users.noreply.github.com>2016-06-01 03:42:59 +0300
committerCristian Pop <CIPop@users.noreply.github.com>2016-06-01 03:42:59 +0300
commit5c85e22115f2b6361af786fd492ea236a2cec3cf (patch)
treeacd61e8f91ff39612d00ca17cff849fddbf48f27 /Documentation/debugging
parenteb4c047e43f7618bc6ecad53fbbe631fb2318a51 (diff)
parent4d8e48407275040ae9e38c14883da2757cd6f07f (diff)
Merge pull request #9010 from CIPop/doc
Adding image example for PerfView collection.
Diffstat (limited to 'Documentation/debugging')
-rw-r--r--Documentation/debugging/perfview_example.gifbin0 -> 118608 bytes
-rw-r--r--Documentation/debugging/windows-instructions.md7
2 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/debugging/perfview_example.gif b/Documentation/debugging/perfview_example.gif
new file mode 100644
index 0000000000..3eefc1538a
--- /dev/null
+++ b/Documentation/debugging/perfview_example.gif
Binary files differ
diff --git a/Documentation/debugging/windows-instructions.md b/Documentation/debugging/windows-instructions.md
index 7e276d9796..e08f500fe4 100644
--- a/Documentation/debugging/windows-instructions.md
+++ b/Documentation/debugging/windows-instructions.md
@@ -138,8 +138,11 @@ Logs are going to be placed in %SYSTEMDRIVE%\sockets.etl.
1. Install [PerfView](http://www.microsoft.com/en-us/download/details.aspx?id=28567)
2. Run PerfView as Administrator
-3. Disable all other collection parameters
-4. Add Additional Providers (see below - Important: keep the "*" wildcard before the names.)
+3. Press Alt+C to collect events
+4. Disable all other collection parameters
+5. Add Additional Providers (see below - Important: keep the "*" wildcard before the names.)
+
+![PerfView example](perfview_example.gif)
### Built-in EventSource tracing