Skip to content

v0.2

Choose a tag to compare

@liyuying0000 liyuying0000 released this 17 Mar 14:30
· 384 commits to main since this release

This release expands the coverage by adding benchmarks for:

  • TCMalloc: memory allocation: C's malloc() and C++'s operator new.
  • Libc mem* : memory functions memcpy(), memcmp(), memmove(), etc..

It also supports building the benchmark with Clang / LLVM toolchain, and FDO.