diff options
Diffstat (limited to 'llvm/docs/XRayExample.rst')
-rw-r--r-- | llvm/docs/XRayExample.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/XRayExample.rst b/llvm/docs/XRayExample.rst index 56f17507d82..953833bc1ef 100644 --- a/llvm/docs/XRayExample.rst +++ b/llvm/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" ./bin/llc input.ll + $ XRAY_OPTIONS="patch_premain=true xray_naive_log=true" ./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. |