摘要:
clang++-11 02_branch.C -isystem benchmark^Cnclude -Lbenchmark/build/src -lbenchmark -g -O3 -mavx2 -mllvm -x86-asm-syntax=intel -S -o - | llvm-mca-11 - 阅读全文
摘要:
【结果】 g++ 01_superscalar.C -std=c++11 -isystem benchmark/include -Lbenchmark/build/src -lbenchmark -lpthread -o mybenchmark 【结论】 1)每次循环乘法和加法一起add_multi 阅读全文
摘要:
https://github.com/google/benchmark.git g++ test.cpp -std=c++11 -isystem benchmark/include -Lbenchmark/build/src -lbenchmark -lpthread -o mybenchmark 阅读全文