1.1、google-benchmark简介
是什么 ? | : | a microbenchmark support library for C++ by Google. |
开发语言 | : | C++ |
源码仓库 | : | https://github.com/google/benchmark |
1.2、通过包管理器安装google-benchmark
操作系统 | 包管理器 | 安装命令 |
---|
All | vcpkg | vcpkg install google-benchmark
vcpkg install google-benchmark:x64-osx
vcpkg install google-benchmark:x64-linux
vcpkg install google-benchmark:x64-windows
|
macOS | HomeBrew | brew install google-benchmark |
GNU/Linux | HomeBrew | brew install google-benchmark |
| apt | sudo apt-get install -y google-benchmark |
CentOS | yum | sudo yum install -y google-benchmark |
| dnf | sudo dnf install -y google-benchmark |
openSUSE | zypper | sudo zypper install -y google-benchmark |
Alpine Linux | apk | sudo apk add google-benchmark |
Arch Linux ArcoLinux Manjaro Linux | pacman | sudo pacman -Syyu --noconfirm sudo pacman -S --noconfirm google-benchmark |
Gentoo Linux | Portage | sudo emerge google-benchmark |
1.3、通过编译源码安装google-benchmark
1.4、google-benchmark中包含的头文件
1.5、google-benchmark中包含的库文件
- libbenchmark.{a | so | dylib}
- libbenchmark_main.{a | so | dylib}