This is an archive of the discontinued LLVM Phabricator instance.

[XRay][docs] Examples for how to use XRay
ClosedPublic

Authored by dberris on Mar 30 2017, 3:11 AM.

Details

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.

Diff Detail

Repository
rL LLVM

Event Timeline

dberris created this revision.Mar 30 2017, 3:11 AM
davide accepted this revision.Mar 30 2017, 1:27 PM
This revision is now accepted and ready to land.Mar 30 2017, 1:27 PM
echristo accepted this revision.Mar 30 2017, 2:02 PM

Awesome!

This revision was automatically updated to reflect the committed changes.