summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorCarol Eidt <carol.eidt@microsoft.com>2017-08-09 10:52:23 -0700
committerGitHub <noreply@github.com>2017-08-09 10:52:23 -0700
commit107ff5094e987ac97190d159bc6cef012d6a319f (patch)
treef914a2c10e06a64a376f72215e3e87930a465556 /Documentation
parent6b1c398c79847c6f65faa53e9c6cdc801035f080 (diff)
downloadcoreclr-107ff5094e987ac97190d159bc6cef012d6a319f.tar.gz
coreclr-107ff5094e987ac97190d159bc6cef012d6a319f.tar.bz2
coreclr-107ff5094e987ac97190d159bc6cef012d6a319f.zip
Update ryujit-tutorial.md
Format the dump info for getting the flow graph
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/botr/ryujit-tutorial.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/botr/ryujit-tutorial.md b/Documentation/botr/ryujit-tutorial.md
index 9830c624dd..3304866b89 100644
--- a/Documentation/botr/ryujit-tutorial.md
+++ b/Documentation/botr/ryujit-tutorial.md
@@ -623,13 +623,14 @@ Note that this is not necessarily the approach one would take, because the loop
- The second one does a pattern match of the loop
### Getting Dumps
+```
set COMPlus_JitDump=Main
set COMPlus_JitDumpAscii=0
set COMPlus_JitDumpFg=Main
set COMPlus_JitDumpFgDot=1
set COMPlus_JitDumpFgFile=Main
set COMPlus_JitDumpFgPhase=OPT-CHK
-
+```
{BinaryDir}\CoreRun.exe PopCount.exe 1122334455667788 > jitdump.out.0
![RyuJIT Flowgraph](../images/ryujit-flowgraph.png)