This is an archive of the discontinued LLVM Phabricator instance.

[libc][automemcpy] Discard aggrated samples from JSON
ClosedPublic

Authored by gchatelet on Feb 17 2022, 7:51 AM.

Details

Summary

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

Diff Detail

Event Timeline

gchatelet created this revision.Feb 17 2022, 7:51 AM
gchatelet requested review of this revision.Feb 17 2022, 7:51 AM
gchatelet updated this revision to Diff 409657.Feb 17 2022, 7:54 AM
  • Reverting print function, this will go in a different patch.
courbet added inline comments.Feb 17 2022, 8:32 AM
libc/benchmarks/automemcpy/include/automemcpy/ResultAnalyzer.h
82

This needs documentation.

gchatelet updated this revision to Diff 409930.Feb 18 2022, 7:23 AM
  • Add documentation
gchatelet updated this revision to Diff 409931.Feb 18 2022, 7:23 AM

rebase and squash

This revision was not accepted when it landed; it landed in state Needs Review.Feb 18 2022, 7:24 AM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.