[PATCH] D16726: [Profiling] Speed up unittests by ~5x

Xinliang David Li via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 29 09:15:43 PST 2016


The iteration is also encoded in the name.

David

On Fri, Jan 29, 2016 at 9:03 AM, David Blaikie <dblaikie at gmail.com> wrote:
> If we're asking the question - why does this need to be 1024? What's the
> specific purpose of the iteration? (why would 1 be too few iterations, for
> example?)
>
> On Fri, Jan 29, 2016 at 9:01 AM, David Li via llvm-commits
> <llvm-commits at lists.llvm.org> wrote:
>>
>> davidxl accepted this revision.
>> davidxl added a comment.
>> This revision is now accepted and ready to land.
>>
>> lgtm
>>
>>
>> http://reviews.llvm.org/D16726
>>
>>
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
>


More information about the llvm-commits mailing list