[PATCH] D21987: [XRay] Initial XRay Function Call Accounting Tool

Dean Michael Berris via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 23 05:24:44 PDT 2016


dberris planned changes to this revision.
dberris added a comment.

I'm going to be implementing the error handling logic in `xray-account.cc` as well as some cosmetic improvements to the text output.

Also, as mentioned in the RFC I sent out (http://lists.llvm.org/pipermail/llvm-dev/2016-August/103984.html) this change might be getting a little too big to be manageable as a single change. I'll probably break this out into smaller pieces, but will do so once we have a better idea of the extent of the changes involved in this effort.


https://reviews.llvm.org/D21987





More information about the llvm-commits mailing list