[PATCH] D48648: [LNT][cPerf] Decide whether to discard functions before disassembling them

John Brawn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 27 08:03:17 PDT 2018


john.brawn created this revision.
john.brawn added reviewers: kristof.beyls, PrzemekWirkus, MatzeB.

Currently we disassemble functions at the same time as we collect the events that happen in them, which can lead to wasting a lot of time disassembling functions that later get discarded. Fix this by restructuring so that we discard before disassembling.


https://reviews.llvm.org/D48648

Files:
  lnt/testing/profile/cPerf.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48648.153089.patch
Type: text/x-patch
Size: 3392 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180627/f140c71a/attachment.bin>


More information about the llvm-commits mailing list