summaryrefslogtreecommitdiff
path: root/docs/XRayExample.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/XRayExample.rst')
-rw-r--r--docs/XRayExample.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/XRayExample.rst b/docs/XRayExample.rst
index 953833bc1ef..9f74442bceb 100644
--- a/docs/XRayExample.rst
+++ b/docs/XRayExample.rst
@@ -60,7 +60,7 @@ to enable XRay at application start. To do this, XRay checks the
$ ./bin/llc input.ll
# We need to set the XRAY_OPTIONS to enable some features.
- $ XRAY_OPTIONS="patch_premain=true xray_naive_log=true" ./bin/llc input.ll
+ $ XRAY_OPTIONS="patch_premain=true xray_mode=xray-basic" ./bin/llc input.ll
==69819==XRay: Log file in 'xray-log.llc.m35qPB'
At this point we now have an XRay trace we can start analysing.