[libc-commits] [PATCH] D120062: [libc][automemcpy] Discard aggrated samples from JSON

Clement Courbet via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Feb 17 08:32:18 PST 2022


courbet added inline comments.


================
Comment at: libc/benchmarks/automemcpy/include/automemcpy/ResultAnalyzer.h:82
 
+enum class SampleType { UNKNOWN, ITERATION, AGGREGATE };
+
----------------
This needs documentation.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120062/new/

https://reviews.llvm.org/D120062



More information about the libc-commits mailing list