[all-commits] [llvm/llvm-project] 07f93a: [libc][automemcpy] Discard aggrated samples from JSON

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Fri Feb 18 07:24:31 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 07f93a1e390cb89b41a9dc76f9f97a65e566e4e3
      https://github.com/llvm/llvm-project/commit/07f93a1e390cb89b41a9dc76f9f97a65e566e4e3
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2022-02-18 (Fri, 18 Feb 2022)

  Changed paths:
    M libc/benchmarks/automemcpy/include/automemcpy/ResultAnalyzer.h
    M libc/benchmarks/automemcpy/lib/ResultAnalyzer.cpp
    M libc/benchmarks/automemcpy/lib/ResultAnalyzerMain.cpp
    M libc/benchmarks/automemcpy/unittests/ResultAnalyzerTest.cpp

  Log Message:
  -----------
  [libc][automemcpy] Discard aggrated samples from JSON

The benchmark framework synthesizes fake "aggregate" Samples representing mean, median and cv.
We're only interested in "iteration" samples.

Differential Revision: https://reviews.llvm.org/D120062




More information about the All-commits mailing list