[PATCH] D34863: [XRay][tools] Function call stack based analysis tooling for XRay traces

Keith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 5 11:26:40 PDT 2017


kpw updated this revision to Diff 113887.
kpw added a comment.

Switch from std::for_each to range based for.

Email discussion about https://reviews.llvm.org/D37417 convinced me that std::for_each is an inferior construct.


https://reviews.llvm.org/D34863

Files:
  test/tools/llvm-xray/X86/stack-empty-case.yaml
  test/tools/llvm-xray/X86/stack-keep-going.yaml
  test/tools/llvm-xray/X86/stack-multithread.yaml
  test/tools/llvm-xray/X86/stack-simple-case.yaml
  tools/llvm-xray/CMakeLists.txt
  tools/llvm-xray/xray-record-yaml.h
  tools/llvm-xray/xray-stacks.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34863.113887.patch
Type: text/x-patch
Size: 33751 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170905/3632b886/attachment.bin>


More information about the llvm-commits mailing list