[PATCH] D48370: [XRay][llvm] Load XRay Profiles

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 10 16:03:27 PDT 2018


dberris added a comment.

In https://reviews.llvm.org/D48370#1157578, @kpw wrote:

> Is this still a work in progress patch as noted? I'll make some time to look at this today.


Yes, still in progress. However we can start making progress on issues with the current state if you find any.

I suspect we can land changes on this incrementally, but I'd at least like to get to a point where we can convert `Trace` objects to `Profile` objects. That's next on my list of things to do, so that we can use the `Profile` type in the `llvm-xray stacks` tool at least.

Thoughts?


https://reviews.llvm.org/D48370





More information about the llvm-commits mailing list