google-benchmark
1.1、google-benchmark简介
是什么 ?:a microbenchmark support library for C++ by Google.
开发语言:C++
源码仓库:https://github.com/google/benchmark
1.2、通过包管理器安装google-benchmark
操作系统包管理器安装命令
Allvcpkg
vcpkg install google-benchmark
vcpkg install google-benchmark:x64-osx
vcpkg install google-benchmark:x64-linux
vcpkg install google-benchmark:x64-windows
macOSHomeBrewbrew install google-benchmark
GNU/LinuxHomeBrewbrew install google-benchmark
aptsudo apt-get install -y google-benchmark
CentOSyumsudo yum install -y google-benchmark
dnfsudo dnf install -y google-benchmark
openSUSEzyppersudo zypper install -y google-benchmark
Alpine Linuxapksudo apk add google-benchmark

Arch Linux

ArcoLinux

Manjaro Linux

pacmansudo pacman -Syyu --noconfirm
sudo pacman -S    --noconfirm google-benchmark
Gentoo LinuxPortagesudo emerge google-benchmark
1.3、通过编译源码安装google-benchmark
1.4、google-benchmark中包含的头文件
1.5、google-benchmark中包含的库文件
  • libbenchmark.{a | so | dylib}
  • libbenchmark_main.{a | so | dylib}