[PATCH] D29998: Add initial support for debug counting

Daniel Berlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 15 11:53:55 PST 2017


dberlin added a comment.

In https://reviews.llvm.org/D29998#677742, @mehdi_amini wrote:

> In https://reviews.llvm.org/D29998#677673, @dberlin wrote:
>
> > A few notes:
> >
> > 1. I have scripts that automate binary searching the counters that i'll upload at some point.
>
>
>
>
>   llvm/utils/bisect  ?


Right, it's a variant of that that

1. Knows how to format the counters
2. Binary searches the skip, then the count.


https://reviews.llvm.org/D29998





More information about the llvm-commits mailing list