[all-commits] [llvm/llvm-project] 605fad: [libc] Add --sweep-min-size flag for benchmarks (#...

Dmitry Vyukov via All-commits all-commits at lists.llvm.org
Thu Oct 26 02:06:28 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 605fadf0ca21ceba3331c1a39230fc7a45ea3134
      https://github.com/llvm/llvm-project/commit/605fadf0ca21ceba3331c1a39230fc7a45ea3134
  Author: Dmitry Vyukov <dvyukov at google.com>
  Date:   2023-10-26 (Thu, 26 Oct 2023)

  Changed paths:
    M libc/benchmarks/LibcMemoryBenchmarkMain.cpp

  Log Message:
  -----------
  [libc] Add --sweep-min-size flag for benchmarks (#70302)

We have --sweep-max-size, it's reasonable to have --sweep-min-size as
well. It can be used when working on the logic for larger sizes, or to
collect a profile for larger sizes only.




More information about the All-commits mailing list