summaryrefslogtreecommitdiffstats
path: root/llvm/docs/XRayExample.rst
Commit message (Collapse)AuthorAgeFilesLines
* [XRay][docs] Update documentation on new default for xray_naive_log=Dean Michael Berris2017-11-301-1/+1
| | | | | | | | | We've recently changed the default for `xray_naive_log=` to be `false` instead of `true` to make it more consistent with the FDR mode logging implementation. This means we will now ask users to explicitly choose which version of the XRay logging is being used. llvm-svn: 319400
* [XRay] Fix typo in docs. NFCFangrui Song2017-11-271-2/+2
| | | | | | | | Reviewers: dberris Differential Revision: https://reviews.llvm.org/D40461 llvm-svn: 319047
* [XRay] [docs] Document how to generate flamegraphs from xray traces.Keith Wyss2017-10-191-0/+64
| | | | | | | | | | | | | | Summary: Updated the XRayExample docs with instructions for using the llvm-xray stacks command. Reviewers: dberris Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D39106 llvm-svn: 316192
* Fix some minor typos in the llvm XRay exempleSylvestre Ledru2017-08-121-1/+1
| | | | llvm-svn: 310777
* [XRay][docs] Fix hyperlink to XRay docDean Michael Berris2017-04-061-3/+2
| | | | llvm-svn: 299624
* [XRay][docs] Examples for how to use XRayDean Michael Berris2017-03-301-0/+274
Summary: This document is an attempt at showing how XRay could be used to debug latency issues with LLVM tools, and how to use the llvm-xray tool to analyse XRay traces. Reviewers: echristo, mehdi_amini, davide Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D31493 llvm-svn: 299133
OpenPOWER on IntegriCloud