[libc][automemcpy] Discard aggrated samples from JSON
authorGuillaume Chatelet <gchatelet@google.com>
Thu, 17 Feb 2022 15:29:43 +0000 (15:29 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Fri, 18 Feb 2022 15:24:13 +0000 (15:24 +0000)
commit07f93a1e390cb89b41a9dc76f9f97a65e566e4e3
tree6dac75ae8193bff206161714c34e71e37e2b6463
parentccebf8ac8c61cbd46223abbeb4f29f4e1f7b490c
[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
libc/benchmarks/automemcpy/include/automemcpy/ResultAnalyzer.h
libc/benchmarks/automemcpy/lib/ResultAnalyzer.cpp
libc/benchmarks/automemcpy/lib/ResultAnalyzerMain.cpp
libc/benchmarks/automemcpy/unittests/ResultAnalyzerTest.cpp