commit | 6f0f199f27705bf62211d0f544aace08641c0bc0 | [log] [tgz] |
---|---|---|
author | Martin Pelikan <martin.pelikan@gmail.com> | Tue Jan 30 18:18:51 2018 +0000 |
committer | Martin Pelikan <martin.pelikan@gmail.com> | Tue Jan 30 18:18:51 2018 +0000 |
tree | f2866f4fd45c358d47b92f3db8b83fae909ffcd4 | |
parent | 9e0fe7588b7481e01a29e0855be46240a0881021 [diff] |
[XRay] fix 99th percentile lookups by sorting the array correctly Summary: It was a copy-paste typo, sorting only to the 90th percentile twice. Now, it only sorts the array prefix once, and extracts what we need. Reviewers: dberris, kpw, eizan Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D42690 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@323800 91177308-0d34-0410-b5e6-96231b3b80d8